[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
This commit is contained in:
Binh-Minh Ribler
2014-04-11 20:04:47 -05:00
parent 1ae7c67a71
commit d259d6e0ab
8 changed files with 21 additions and 15 deletions

View File

@@ -27,7 +27,7 @@ class ArrayType;
class VarLenType;
/*! \class CommonFG
\brief \i CommonFG is an abstract base class of H5File and H5Group.
\brief \a CommonFG is an abstract base class of H5File and H5Group.
It provides common operations of H5File and H5Group.
*/