diff options
author | Mark Evans <evan@hdfgroup.org> | 2014-07-21 15:31:26 (GMT) |
---|---|---|
committer | Mark Evans <evan@hdfgroup.org> | 2014-07-21 15:31:26 (GMT) |
commit | a9d9fd5b01d278ef98ab8e229d20740966fc4b84 (patch) | |
tree | 15afdb2fd973598b5d575662132b450003b3cf0a | |
parent | b2f29298b2b7400d06a4d2c2494bc96db9ab64b9 (diff) | |
download | hdf5-a9d9fd5b01d278ef98ab8e229d20740966fc4b84.zip hdf5-a9d9fd5b01d278ef98ab8e229d20740966fc4b84.tar.gz hdf5-a9d9fd5b01d278ef98ab8e229d20740966fc4b84.tar.bz2 |
[svn-r25442] Changed file in Installation section where users should look for instructions from release_docs\INSTALL_Windows.txt to release_docs\INSTALL. Fixes HDFFV-8868.
Tested: Doxygen
-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. * |