diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2004-07-31 05:06:20 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2004-07-31 05:06:20 (GMT) |
commit | 464c27172b5e91a4f9966316c03755a64548ff81 (patch) | |
tree | 40cb4c942a22f6107e008a2b10e03b5385b21e96 /c++ | |
parent | fddc43caad965b3cfef964ba02195d211d51669e (diff) | |
download | hdf5-464c27172b5e91a4f9966316c03755a64548ff81.zip hdf5-464c27172b5e91a4f9966316c03755a64548ff81.tar.gz hdf5-464c27172b5e91a4f9966316c03755a64548ff81.tar.bz2 |
[svn-r8974] Purpose: Updated documentation
Description:
Removed an internal function from RM and made minor correction on
its main page.
Platforms tested:
SunOS 5.7 (arabica)
Linux 2.4 (eirene)
Diffstat (limited to 'c++')
-rw-r--r-- | c++/src/H5CppDoc.h | 1 | ||||
-rw-r--r-- | c++/src/H5Idtemplates.h | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/c++/src/H5CppDoc.h b/c++/src/H5CppDoc.h index 5ecd87a..daa5236 100644 --- a/c++/src/H5CppDoc.h +++ b/c++/src/H5CppDoc.h @@ -48,7 +48,6 @@ Reference Interface (H5R) Reference Dataspace Interface (H5S) DataSpace Datatype Interface (H5T) DataType - Filters and Compression Interface (H5Z) FilterCompress (not done) \endverbatim * \section install_sec Installation * diff --git a/c++/src/H5Idtemplates.h b/c++/src/H5Idtemplates.h index 7e7c37b..e070dd9 100644 --- a/c++/src/H5Idtemplates.h +++ b/c++/src/H5Idtemplates.h @@ -22,6 +22,7 @@ namespace H5 { #endif +#ifndef DOXYGEN_SHOULD_SKIP_THIS //-------------------------------------------------------------------------- // Function: resetIdComponent ///\brief Resets the id of the passed-in object. @@ -53,7 +54,7 @@ H5_DLLCPP void resetIdComponent( obj->reset(); // delete ref_count from IdComponent } } - +#endif // DOXYGEN_SHOULD_SKIP_THIS #ifndef H5_NO_NAMESPACE } #endif |