20 lines
404 B
ReStructuredText
20 lines
404 B
ReStructuredText
![]() |
========
|
||
|
Comments
|
||
|
========
|
||
|
|
||
|
Indicate a comment by means of the ``..`` marker.
|
||
|
|
||
|
**Input**
|
||
|
|
||
|
.. code::
|
||
|
|
||
|
.. This is a comment. It is not visible in the documentation build.
|
||
|
Generally, use it to include TODO within the content followed
|
||
|
by the initials of the person who is to perform the action.
|
||
|
|
||
|
For example:
|
||
|
|
||
|
.. TODO(OG): add a link to the Decorations section when it is available.
|
||
|
|
||
|
|