diff options
author | Markus Armbruster <armbru@redhat.com> | 2019-10-24 13:02:21 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2019-10-29 07:35:16 +0100 |
commit | f6401deb067457119278586fbb2a0c283382cfa4 (patch) | |
tree | 41ab73e1a458cbe3ab02811842288e5e65449d12 /tests/qapi-schema/doc-good.texi | |
parent | 717cfcfae6df46c82b1ae191ec7ae6e0e288c914 (diff) |
tests/qapi-schema: Cover alternate documentation comments
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20191024110237.30963-4-armbru@redhat.com>
Diffstat (limited to 'tests/qapi-schema/doc-good.texi')
-rw-r--r-- | tests/qapi-schema/doc-good.texi | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/qapi-schema/doc-good.texi b/tests/qapi-schema/doc-good.texi index d6ecdac94f..98aa78e1fb 100644 --- a/tests/qapi-schema/doc-good.texi +++ b/tests/qapi-schema/doc-good.texi @@ -170,6 +170,23 @@ One of @t{"one"}, @t{"two"} @end deftp + +@deftp {Alternate} Alternate + + + +@b{Members:} +@table @asis +@item @code{i: int} +an integer +@code{b} is undocumented +@item @code{b: boolean} +Not documented +@end table + +@end deftp + + @subsection Another subsection |