summaryrefslogtreecommitdiffstats
path: root/c++
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2014-11-17 22:21:40 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2014-11-17 22:21:40 (GMT)
commitfc31e90ca50fa6792a838e4debbce8f3f6fb044a (patch)
tree3aa2a9e5fce3d751bf0ae0cb262d6ba5281c371c /c++
parent44c62d3d0a549a6e63dc900d4aa251b5b764d14b (diff)
downloadhdf5-fc31e90ca50fa6792a838e4debbce8f3f6fb044a.zip
hdf5-fc31e90ca50fa6792a838e4debbce8f3f6fb044a.tar.gz
hdf5-fc31e90ca50fa6792a838e4debbce8f3f6fb044a.tar.bz2
[svn-r25819] Bring revisions #25440 - #25484 from trunk to revise_chunks.
h5committested. (Revision #25439 is skipped because it was backed out later on 11/3/2104.)
Diffstat (limited to 'c++')
-rw-r--r--c++/src/H5CppDoc.h14
-rw-r--r--c++/src/Makefile.in2
2 files changed, 11 insertions, 5 deletions
diff --git a/c++/src/H5CppDoc.h b/c++/src/H5CppDoc.h
index 5ba5bd4..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_Windows.txt
- * 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.
diff --git a/c++/src/Makefile.in b/c++/src/Makefile.in
index 042e2f6..12095d1 100644
--- a/c++/src/Makefile.in
+++ b/c++/src/Makefile.in
@@ -681,7 +681,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
# Add libtool shared library version numbers to the HDF5 library
# See libtool versioning documentation online.
LT_VERS_INTERFACE = 6
-LT_VERS_REVISION = 180
+LT_VERS_REVISION = 181
LT_VERS_AGE = 0
# This is our main target