summaryrefslogtreecommitdiffstats
path: root/c++/src/H5File.cpp
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2014-04-12 01:04:47 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2014-04-12 01:04:47 (GMT)
commitd259d6e0ab00c75c00a9e7ec65cae4e918a2fc3c (patch)
treedbb5d02ff581f812951ebf9483bf9e69d04f0f7a /c++/src/H5File.cpp
parent1ae7c67a71a50f084837c082058c4c2123d69ea5 (diff)
downloadhdf5-d259d6e0ab00c75c00a9e7ec65cae4e918a2fc3c.zip
hdf5-d259d6e0ab00c75c00a9e7ec65cae4e918a2fc3c.tar.gz
hdf5-d259d6e0ab00c75c00a9e7ec65cae4e918a2fc3c.tar.bz2
[svn-r25020] Description:
- Fixed a few comments that Doxygen gave warnings on. - Removed stylesheet from configuration so Doxygen will use the default stylesheet and removed the CLANG-related lines to eliminate another error since we're not using that feature, so the lines should not present. (from cpp_doc_config) Platforms tested: Linux/32 2.6 (jam) - only changing comments
Diffstat (limited to 'c++/src/H5File.cpp')
-rw-r--r--c++/src/H5File.cpp26
1 files changed, 13 insertions, 13 deletions
diff --git a/c++/src/H5File.cpp b/c++/src/H5File.cpp
index c3a7e71..9669aa7 100644
--- a/c++/src/H5File.cpp
+++ b/c++/src/H5File.cpp
@@ -493,19 +493,6 @@ hsize_t H5File::getFileSize() const
}
//--------------------------------------------------------------------------
-// Function: H5File::getLocId
-// Purpose: Get the id of this file
-// Description
-// This function is a redefinition of CommonFG::getLocId. It
-// is used by CommonFG member functions to get the file id.
-// Programmer Binh-Minh Ribler - 2000
-//--------------------------------------------------------------------------
-hid_t H5File::getLocId() const
-{
- return( getId() );
-}
-
-//--------------------------------------------------------------------------
// Function: H5File::getId
///\brief Get the id of this file
///\return File identifier
@@ -524,6 +511,19 @@ hid_t H5File::getId() const
#ifndef DOXYGEN_SHOULD_SKIP_THIS
//--------------------------------------------------------------------------
+// Function: H5File::getLocId
+// Purpose: Get the id of this file
+// Description
+// This function is a redefinition of CommonFG::getLocId. It
+// is used by CommonFG member functions to get the file id.
+// Programmer Binh-Minh Ribler - 2000
+//--------------------------------------------------------------------------
+hid_t H5File::getLocId() const
+{
+ return( getId() );
+}
+
+//--------------------------------------------------------------------------
// Function: H5File::reopen
// Purpose: Reopens this file.
// Exception H5::FileIException