Lines Matching refs:in
6 QEMU's documentation is written in reStructuredText format and
14 (HMP) commands is written in files with the ``.hx`` suffix. These
15 are processed in two ways:
18 in QEMU to do things like handle the ``--help`` option output
19 * a Sphinx extension in ``docs/sphinx/hxtool.py`` generates rST output
20 to be included in the HTML or manpage documentation
28 text after the marker, is discarded and appears neither in the C output
34 referenced from elsewhere in the rST documentation. The label will take
44 ``DEFHEADING()`` defines a heading that should appear in both the
45 ``--help`` output and in the documentation. This directive should
46 be in the C code block. If there is a string inside the brackets,
48 a blank line in the ``--help`` output and is ignored for the rST
53 into QEMU. This should be avoided in new documentation.
57 varies between files. For instance in ``qemu-options.hx`` we use
59 text, but in ``hmp-commands.hx`` the C code sections are elements