[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
This commit is contained in:
Mark Evans 2014-07-21 13:51:56 -05:00
parent 61a411b02f
commit ee28a1ad8b

View File

@ -23,7 +23,7 @@
// ------------------------------------------------------------------------ // ------------------------------------------------------------------------
/*! \mainpage notitle /*! \mainpage notitle
* * <br />
* \section intro_sec Introduction * \section intro_sec Introduction
* *
* The C++ API provides C++ wrappers for the HDF5 C Library. * The C++ API provides C++ wrappers for the HDF5 C Library.
@ -52,13 +52,19 @@
Dataspace Interface (H5S) DataSpace Dataspace Interface (H5S) DataSpace
Datatype Interface (H5T) DataType and subclasses Datatype Interface (H5T) DataType and subclasses
\endverbatim \endverbatim
* <br />
* \section install_sec Installation * \section install_sec Installation
* *
* Please refer to the file release_docs/INSTALL * The HDF5 C++ API is included with the HDF5 source code and can
* under the top directory for information about installing, building, * 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. * and testing the C++ API.
* *
* * <br />
*/ */
/// This example shows how to create datasets. /// This example shows how to create datasets.