- moved intro from C-source to H5.dox

- add some new input-files to Doxydoc
This commit is contained in:
2009-01-30 15:03:27 +00:00
parent d8eb90d620
commit 3d0f8bab99
3 changed files with 56 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@
/autogen.sh -text
/configure.ac -text
doc/Doxyfile -text
doc/H5.dox -text
doc/H5X_File_Format.txt -text
doc/Makefile.am -text
doc/doxyfooter -text
+5
View File
@@ -82,8 +82,13 @@ WARN_LOGFILE =
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
INPUT += H5.dox
INPUT += ../src/h5_core/h5_attribs.c
INPUT += ../src/h5_core/h5_errorhandling.c
INPUT += ../src/H5.c
INPUT += ../src/H5Part.c
INPUT += ../src/H5Block.c
INPUT += ../src/H5Fed.c
FILE_PATTERNS =
RECURSIVE = YES
EXCLUDE =
+50
View File
@@ -0,0 +1,50 @@
/*! \mainpage H5Part: A Portable High Performance Parallel Data Interface to HDF5
Particle based simulations of accelerator beam-lines, especially in
six dimensional phase space, generate vast amounts of data. Even
though a subset of statistical information regarding phase space or
analysis needs to be preserved, reading and writing such enormous
restart files on massively parallel supercomputing systems remains
challenging.
H5Part consists of Particles and Block structured Fields.
Developed by:
<UL>
<LI> Andreas Adelmann (PSI) </LI>
<LI> Achim Gsell (PSI) </LI>
<LI> Benedikt Oswald (PSI) </LI>
<LI> Wes Bethel (NERSC/LBNL)</LI>
<LI> John Shalf (NERSC/LBNL)</LI>
<LI> Cristina Siegerist (NERSC/LBNL)</LI>
</UL>
For further information contact: <a href="mailto:h5part@lists.psi.ch">h5part</a>
Last modified on April 19, 2007.
*/
/*!
\defgroup h5_core H5 core functions
*/
/*!
\defgroup h5_c_api H5 C API
*/
/*!
\defgroup h5part_c_api H5Part C API
*/
/*!
\defgroup h5block_c_api H5Block C API
*/
/*!
\defgroup h5fed_c_api H5Fed C API
*/