diff options
author | Brad King <brad.king@kitware.com> | 2013-10-22 14:24:25 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-10-22 14:55:23 (GMT) |
commit | e0ce6f0a2219cf50513f9ac41ecef89b7c11cda9 (patch) | |
tree | 5957e80b3381a901f122da3f46137664f97b79fd /Help/manual/cmake-developer.7.rst | |
parent | c1c239bf75736fc6b27630ffc7ece52e71f0b13c (diff) | |
download | CMake-e0ce6f0a2219cf50513f9ac41ecef89b7c11cda9.zip CMake-e0ce6f0a2219cf50513f9ac41ecef89b7c11cda9.tar.gz CMake-e0ce6f0a2219cf50513f9ac41ecef89b7c11cda9.tar.bz2 |
cmRST: Cross-reference cmake-developer.7 manual and cmRST Doxygen
The cmRST implementation and the list of capabilities documented in the
cmake-developer.7 manual must be kept in sync. Add a note to each file
to reference the other.
Diffstat (limited to 'Help/manual/cmake-developer.7.rst')
-rw-r--r-- | Help/manual/cmake-developer.7.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/manual/cmake-developer.7.rst b/Help/manual/cmake-developer.7.rst index a9e3e46..eace3a4 100644 --- a/Help/manual/cmake-developer.7.rst +++ b/Help/manual/cmake-developer.7.rst @@ -34,6 +34,9 @@ Sphinx-generated html and man pages. The command-line help processor supports the following constructs defined by reStructuredText, Sphinx, and a CMake extension to Sphinx. +.. + Note: This list must be kept consistent with the cmRST implementation. + CMake Domain directives Directives defined in the `CMake Domain`_ for defining CMake documentation objects are printed in command-line help output as |