CMake/Utilities/Sphinx
Brad King 2945814de2 cmRST: Teach cmake-module directive to scan bracket comments
When scanning CMake module files for .rst comments, recognize
bracket comments starting in ".rst:" too.  For example:

 #[[.rst:

Include the bracket comment content terminated by the closing bracket.
Exclude the line containing the bracket if it starts in "#".

Teach the CMakeLib.testRST test to cover multiple bracket lengths
and ending brackets on lines with and without "#".

Update the cmake-developer.7 manual to document the bracket-comment
syntax for .rst documentation.
2013-10-23 09:36:00 -04:00
..
static Build Help documentation during CMake build using Sphinx 2013-10-16 09:22:37 -04:00
.gitignore Build Help documentation during CMake build using Sphinx 2013-10-16 09:22:37 -04:00
CMakeLists.txt Build Help documentation during CMake build using Sphinx 2013-10-16 09:22:37 -04:00
cmake.py cmRST: Teach cmake-module directive to scan bracket comments 2013-10-23 09:36:00 -04:00
conf.py.in Help: Add cmake-developer.7 manual 2013-10-22 09:50:15 -04:00