From 464c27172b5e91a4f9966316c03755a64548ff81 Mon Sep 17 00:00:00 2001 From: Binh-Minh Ribler Date: Sat, 31 Jul 2004 00:06:20 -0500 Subject: [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) --- c++/src/H5CppDoc.h | 1 - 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 -- cgit v0.12