IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 23, 2007, 12:47:23 PM (19 years ago)
Author:
magnier
Message:

major cleanup of the Doxygen groups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/xml/psXML.h

    r8232 r11248  
    1 /** @file  psXML.h
     1/* @file  psXML.h
     2 * @brief Contains basic XML definitions and operations
    23 *
    3  *  @brief Contains basic XML definitions and operations
     4 * This file defines the basic type for an XML struct and functions useful
     5 * in creation and usage of XML documents/files.
    46 *
    5  *  This file defines the basic type for an XML struct and functions useful
    6  *  in creation and usage of XML documents/files.
     7 * @author David Robbins, MHPCC
    78 *
    8  *  @ingroup XML
    9  *
    10  *  @author David Robbins, MHPCC
    11  *
    12  *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2006-08-08 23:32:23 $
    14  *
    15  *  Copyright 2005 Maui High Performance Computing Center, University of Hawaii
     9 * @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
     10 * @date $Date: 2007-01-23 22:47:23 $
     11 * Copyright 2005 Maui High Performance Computing Center, University of Hawaii
    1612 */
    1713
    1814#ifndef PS_XML_H
    1915#define PS_XML_H
     16
     17/// @addtogroup FileIO Input/Output
     18/// @{
    2019
    2120#include <libxml/parser.h>
     
    3231#include "psConstants.h"
    3332#include "psTime.h"
    34 
    35 
    36 
    37 /// @addtogroup XML
    38 /// @{
    3933
    4034/** XML wrapper pointing to an XML document in memory */
     
    124118
    125119/// @}
    126 
    127120#endif // #ifndef PS_XML_H
    128 
Note: See TracChangeset for help on using the changeset viewer.