summaryrefslogtreecommitdiffstats
path: root/Help/manual/cmake-developer.7.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/manual/cmake-developer.7.rst')
-rw-r--r--Help/manual/cmake-developer.7.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/Help/manual/cmake-developer.7.rst b/Help/manual/cmake-developer.7.rst
index 5d20c54..5857acf 100644
--- a/Help/manual/cmake-developer.7.rst
+++ b/Help/manual/cmake-developer.7.rst
@@ -255,7 +255,8 @@ containing just the line::
The ``cmake-module`` directive will scan the module file to extract
reStructuredText markup from comment blocks that start in ``.rst:``.
-Add to the top of ``Modules/<module-name>.cmake`` a #-comment of the form:
+Add to the top of ``Modules/<module-name>.cmake`` a
+:ref:`Line Comment` block of the form:
.. code-block:: cmake
@@ -265,7 +266,7 @@ Add to the top of ``Modules/<module-name>.cmake`` a #-comment of the form:
#
# <reStructuredText documentation of module>
-or a bracket-comment of the form:
+or a :ref:`Bracket Comment` of the form:
.. code-block:: cmake
0254c57cd7a562441b7ff385d59c0255301f3ff'>Issue #18743: Fix references to non-existant "StringIO" moduleSerhiy Storchaka2013-08-291-1/+1 * | #18803: merge with 3.3.Ezio Melotti2013-08-2513-15/+15 |\ \ | |/ | * #18803: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-2513-15/+15 * | Issue #18772: fix the gdb plugin after the set implementation changesAntoine Pitrou2013-08-241-21/+19 * | #18445: update Tools/scripts/README.Andrew Kuchling2013-08-191-61/+65 * | #18445: change permissions on some scripts to executableAndrew Kuchling2013-08-184-0/+0 * | Issue #18722: Remove uses of the "register" keyword in C code.Antoine Pitrou2013-08-131-2/+2 * | Issue #16067: Merge with 3.3Martin v. Löwis2013-08-031-1/+4 |\ \ | |/ | * Issue #16067: Add description into MSI file to replace installer's temporary ...Martin v. Löwis2013-08-031-1/+4 * | Issue #18569: The installer now adds .py to the PATHEXT variableMartin v. Löwis2013-08-011-0/+4 * | Add UUID for 3.4.Martin v. Löwis2013-08-011-0/+1 * | Merge with 3.3Terry Jan Reedy2013-07-221-5/+6 |\ \ | |/ | * Issue #18439: Make patchcheck work on Windows for ACKS, NEWS.Terry Jan Reedy2013-07-221-5/+6 * | Issue #18448: Fix a typo in Tools/demo/eiffel.py.Serhiy Storchaka2013-07-161-1/+1 |\ \ | |/ | * Issue #18448: Fix a typo in Tools/demo/eiffel.py.Serhiy Storchaka2013-07-161-1/+1 * | Issue #18457: Fixed saving of formulas and complex numbers in Tools/demo/ss1.py.Serhiy Storchaka2013-07-16