diff options
author | Mark Evans <evan@hdfgroup.org> | 2014-07-21 18:51:56 (GMT) |
---|---|---|
committer | Mark Evans <evan@hdfgroup.org> | 2014-07-21 18:51:56 (GMT) |
commit | ee28a1ad8bba619ad76a610eb4b300f4c5de8d3e (patch) | |
tree | f1e7eaee4e20be494c993b33444b2911211ddcc1 | |
parent | 61a411b02f6de8a9cccd573695fb3e5c859874b8 (diff) | |
download | hdf5-ee28a1ad8bba619ad76a610eb4b300f4c5de8d3e.zip hdf5-ee28a1ad8bba619ad76a610eb4b300f4c5de8d3e.tar.gz hdf5-ee28a1ad8bba619ad76a610eb4b300f4c5de8d3e.tar.bz2 |
[svn-r25459] Merged revision(s) 25457 from branches/hdf5_1_8_13/c++/src/H5CppDoc.h:
Added a sentence suggested by Barbara to the Installation section. Part of HDFFV-8868 work.
Tested: Doxygen and Firefox
-rw-r--r-- | c++/src/H5CppDoc.h | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/c++/src/H5CppDoc.h b/c++/src/H5CppDoc.h index 1fad1e8..388fc25 100644 --- a/c++/src/H5CppDoc.h +++ b/c++/src/H5CppDoc.h @@ -23,7 +23,7 @@ // ------------------------------------------------------------------------ /*! \mainpage notitle - * + * <br /> * \section intro_sec Introduction * * The C++ API provides C++ wrappers for the HDF5 C Library. @@ -52,13 +52,19 @@ Dataspace Interface (H5S) DataSpace Datatype Interface (H5T) DataType and subclasses \endverbatim + * <br /> * \section install_sec Installation * - * Please refer to the file release_docs/INSTALL - * under the top directory for information about installing, building, + * The HDF5 C++ API is included with the HDF5 source code and can + * be obtained from + * <a href="http://www.hdfgroup.org/HDF5/release/obtainsrc.html"> + * http://www.hdfgroup.org/HDF5/release/obtainsrc.html</a>. + * + * Please refer to the release_docs/INSTALL file under the top directory + * of the HDF5 source code for information about installing, building, * and testing the C++ API. * - * + * <br /> */ /// This example shows how to create datasets. |