diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2006-11-01 19:47:03 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2006-11-01 19:47:03 (GMT) |
commit | 712e344e999a6d757f80ea8ab33a3e63f4fa96df (patch) | |
tree | 9ce0e7b79fe89d3c1330807a59ce6a65f6626e11 /c++ | |
parent | 16f8ef7ef083814a086d0aaa176e55d3bf7c1bb2 (diff) | |
download | hdf5-712e344e999a6d757f80ea8ab33a3e63f4fa96df.zip hdf5-712e344e999a6d757f80ea8ab33a3e63f4fa96df.tar.gz hdf5-712e344e999a6d757f80ea8ab33a3e63f4fa96df.tar.bz2 |
[svn-r12840]
Description:
Correct input file that, via doxygen, creates the C++ reference
manual paragraph that pointed to a now-removed release_docs/ file.
Original file was release_docs/INSTALL_Windows_withcpp.txt;
current file is release_docs/INSTALL_Windows.txt.
Closes Bugzilla entry 719.
Tested:
Trivial change; not tested.
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 9fac2f6..b416137 100644 --- a/c++/src/H5CppDoc.h +++ b/c++/src/H5CppDoc.h @@ -50,7 +50,7 @@ \endverbatim * \section install_sec Installation * - * Please refer to the file release_docs/INSTALL_Windows_withcpp.txt + * Please refer to the file release_docs/INSTALL_Windows.txt * under the top directory for information about installing, building, * and testing the C++ API. * |