diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2013-09-16 14:39:52 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2013-09-16 14:39:52 (GMT) |
commit | afb5fc5c35eaa01b086390ab8691aea49a4a93a4 (patch) | |
tree | 2ebf6c586677373ee31a45967952f51809e123d4 /c++/src/H5CommonFG.cpp | |
parent | 27ed849cad4c7e88a540a34f46e70acde04721da (diff) | |
download | hdf5-afb5fc5c35eaa01b086390ab8691aea49a4a93a4.zip hdf5-afb5fc5c35eaa01b086390ab8691aea49a4a93a4.tar.gz hdf5-afb5fc5c35eaa01b086390ab8691aea49a4a93a4.tar.bz2 |
[svn-r24143] Description:
Fixed comments, documentation, and mis-matched DOXYGEN_SHOULD_SKIP_THIS pairs.
Platforms tested:
Linux/32 2.6 (jam)
Regenerated and verified generated documentation.
Diffstat (limited to 'c++/src/H5CommonFG.cpp')
-rw-r--r-- | c++/src/H5CommonFG.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/c++/src/H5CommonFG.cpp b/c++/src/H5CommonFG.cpp index 0651c29..d6fe5dc 100644 --- a/c++/src/H5CommonFG.cpp +++ b/c++/src/H5CommonFG.cpp @@ -1138,6 +1138,7 @@ H5G_obj_t CommonFG::getObjTypeByIdx(hsize_t idx, H5std_string& type_name) const } #endif /* H5_NO_DEPRECATED_SYMBOLS */ +#ifndef DOXYGEN_SHOULD_SKIP_THIS //-------------------------------------------------------------------------- // Function: CommonFG default constructor ///\brief Default constructor. @@ -1151,6 +1152,7 @@ CommonFG::CommonFG() {} // Programmer Binh-Minh Ribler - 2000 //-------------------------------------------------------------------------- CommonFG::~CommonFG() {} +#endif // DOXYGEN_SHOULD_SKIP_THIS #ifndef H5_NO_NAMESPACE } |