From ee28a1ad8bba619ad76a610eb4b300f4c5de8d3e Mon Sep 17 00:00:00 2001 From: Mark Evans Date: Mon, 21 Jul 2014 13:51:56 -0500 Subject: [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 --- c++/src/H5CppDoc.h | 14 ++++++++++---- 1 file 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 - * + *
* \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 + *
* \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 + * + * http://www.hdfgroup.org/HDF5/release/obtainsrc.html. + * + * 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. * - * + *
*/ /// This example shows how to create datasets. -- cgit v0.12