Changeset 11248 for trunk/psLib/src/xml/psXML.h
- Timestamp:
- Jan 23, 2007, 12:47:23 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/xml/psXML.h (modified) (3 diffs)
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 2 3 * 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. 4 6 * 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 7 8 * 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 16 12 */ 17 13 18 14 #ifndef PS_XML_H 19 15 #define PS_XML_H 16 17 /// @addtogroup FileIO Input/Output 18 /// @{ 20 19 21 20 #include <libxml/parser.h> … … 32 31 #include "psConstants.h" 33 32 #include "psTime.h" 34 35 36 37 /// @addtogroup XML38 /// @{39 33 40 34 /** XML wrapper pointing to an XML document in memory */ … … 124 118 125 119 /// @} 126 127 120 #endif // #ifndef PS_XML_H 128
Note:
See TracChangeset
for help on using the changeset viewer.
