mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
qapi2texi: Fix translation of *strong* and _emphasized_
Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <1490015515-25851-7-git-send-email-armbru@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
80d1f2e4a5
commit
c32617a194
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
@subsection Subsection
|
||||
|
||||
@emph{strong} @emph{with emphasis}
|
||||
@strong{strong} @emph{with emphasis}
|
||||
@code{var} @{in braces@}
|
||||
@itemize @bullet
|
||||
@item
|
||||
|
@ -67,7 +67,7 @@ Example:
|
|||
Examples:
|
||||
@itemize @minus
|
||||
@item
|
||||
@emph{verbatim}
|
||||
@strong{verbatim}
|
||||
@item
|
||||
@{braces@}
|
||||
@end itemize
|
||||
|
@ -76,12 +76,12 @@ Examples:
|
|||
|
||||
@deftp {Enum} Enum
|
||||
|
||||
@subsection Produces @emph{invalid} texinfo
|
||||
@subsection Produces @strong{invalid} texinfo
|
||||
|
||||
@b{Values:}
|
||||
@table @asis
|
||||
@item @code{one}
|
||||
The @emph{one} @{and only@}
|
||||
The @emph{one} @{and only@}
|
||||
@item @code{two}
|
||||
Not documented
|
||||
@end table
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue