mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
Update comments in .hx files that mention Texinfo
Update the header comments in .hx files that mention STEXI/ETEXI markup; this is now SRST/ERST as all these files have been converted to rST. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20200306171749.10756-3-peter.maydell@linaro.org
This commit is contained in:
parent
d1055e3a2a
commit
3c95fdef94
3 changed files with 12 additions and 12 deletions
|
@ -1,9 +1,9 @@
|
|||
HXCOMM Use DEFHEADING() to define headings in both help text and texi
|
||||
HXCOMM Text between STEXI and ETEXI are copied to texi version and
|
||||
HXCOMM discarded from C version
|
||||
HXCOMM Use DEFHEADING() to define headings in both help text and rST.
|
||||
HXCOMM Text between SRST and ERST is copied to the rST version and
|
||||
HXCOMM discarded from C version.
|
||||
HXCOMM DEF(command, args, callback, arg_string, help) is used to construct
|
||||
HXCOMM monitor commands
|
||||
HXCOMM HXCOMM can be used for comments, discarded from both texi and C
|
||||
HXCOMM HXCOMM can be used for comments, discarded from both rST and C.
|
||||
|
||||
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue