diff options
author | Mark Evans <evan@hdfgroup.org> | 2014-07-21 18:46:51 (GMT) |
---|---|---|
committer | Mark Evans <evan@hdfgroup.org> | 2014-07-21 18:46:51 (GMT) |
commit | 1e371dd9fc650c264f1f7b24a3226992acfbf255 (patch) | |
tree | 6102aadeff98c77a632474deaa00b7fc398080ce /c++ | |
parent | 65aed6681bd788ca5fef80c8aa9242ae7915d00f (diff) | |
download | hdf5-1e371dd9fc650c264f1f7b24a3226992acfbf255.zip hdf5-1e371dd9fc650c264f1f7b24a3226992acfbf255.tar.gz hdf5-1e371dd9fc650c264f1f7b24a3226992acfbf255.tar.bz2 |
[svn-r25458] 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
Diffstat (limited to 'c++')
-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. |