(cherry picked from commit 76604397cb
)
This commit is contained in:
parent
a3175e9979
commit
25962888ac
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ content in a uniform way:
|
||||||
|
|
||||||
* ``I()`` for option names. For example: ``Required if I(state=present).`` This is italicized in
|
* ``I()`` for option names. For example: ``Required if I(state=present).`` This is italicized in
|
||||||
the documentation.
|
the documentation.
|
||||||
* ``C()`` for files and option values. For example: ``If not set the environment variable C(ACME_PASSWORD) will be used.`` This displays with a mono-space font in the documentation.
|
* ``C()`` for files, option values, and inline code. For example: ``If not set the environment variable C(ACME_PASSWORD) will be used.`` or ``Use C(var | foo.bar.my_filter) to transform C(var) into the required format.`` This displays with a mono-space font in the documentation.
|
||||||
* ``B()`` currently has no standardized usage. It is displayed in boldface in the documentation.
|
* ``B()`` currently has no standardized usage. It is displayed in boldface in the documentation.
|
||||||
* ``HORIZONTALLINE`` is used sparingly as a separator in long descriptions. It becomes a horizontal rule (the ``<hr>`` html tag) in the documentation.
|
* ``HORIZONTALLINE`` is used sparingly as a separator in long descriptions. It becomes a horizontal rule (the ``<hr>`` html tag) in the documentation.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue