diff options
author | Mark Evans <evan@hdfgroup.org> | 2014-07-21 15:30:23 (GMT) |
---|---|---|
committer | Mark Evans <evan@hdfgroup.org> | 2014-07-21 15:30:23 (GMT) |
commit | ae25c80cc0220fd4b6c59baf57d476c162e5dab2 (patch) | |
tree | dd1cdb8e93665ada0727995a98f3d385217f8a66 /c++ | |
parent | 7595d00ae540ff3f4df8cd22ff9789df4244bcf4 (diff) | |
download | hdf5-ae25c80cc0220fd4b6c59baf57d476c162e5dab2.zip hdf5-ae25c80cc0220fd4b6c59baf57d476c162e5dab2.tar.gz hdf5-ae25c80cc0220fd4b6c59baf57d476c162e5dab2.tar.bz2 |
[svn-r25441] Changed file in Installation section where users should look for instructions from release_docs\INSTALL_Windows.txt to release_docs\INSTALL.
Tested: Doxygen
Diffstat (limited to 'c++')
-rw-r--r-- | c++/src/H5CppDoc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5CppDoc.h b/c++/src/H5CppDoc.h index 5ba5bd4..1fad1e8 100644 --- a/c++/src/H5CppDoc.h +++ b/c++/src/H5CppDoc.h @@ -54,7 +54,7 @@ \endverbatim * \section install_sec Installation * - * Please refer to the file release_docs/INSTALL_Windows.txt + * Please refer to the file release_docs/INSTALL * under the top directory for information about installing, building, * and testing the C++ API. * |