index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
qapi2texi.py
Age
Commit message (
Expand
)
Author
2018-02-05
qapi: use items()/values() intead of iteritems()/itervalues()
Daniel P. Berrange
2018-02-05
qapi: convert to use python print function instead of statement
Daniel P. Berrange
2017-12-20
qapi2texi: De-duplicate code to add blank line before symbol
Markus Armbruster
2017-12-20
qapi2texi: Simplify representation of section text
Markus Armbruster
2017-12-20
qapi: Simplify representation of QAPIDoc section text
Markus Armbruster
2017-12-20
qapi: Unify representation of doc section without name
Markus Armbruster
2017-12-20
qapi2texi: Clean up texi_sections()
Markus Armbruster
2017-07-31
docs: fix broken paths to docs/devel/qapi-code-gen.txt
Philippe Mathieu-Daudé
2017-03-21
qapi2texi: Fix translation of *strong* and _emphasized_
Markus Armbruster
2017-03-21
qapi2texi: Fix to actually fail when 'doc-required' is false
Markus Armbruster
2017-03-16
qapi2texi: Use category "Object" for all object types
Markus Armbruster
2017-03-16
qapi2texi: Generate descriptions for simple union tags
Markus Armbruster
2017-03-16
qapi2texi: Generate documentation for variant members
Markus Armbruster
2017-03-16
qapi2texi: Generate reference to base type members
Markus Armbruster
2017-03-16
qapi2texi: Include member type in generated documentation
Markus Armbruster
2017-03-16
qapi2texi: Implement boxed argument documentation
Markus Armbruster
2017-03-16
qapi2texi: Don't hide undocumented members and arguments
Markus Armbruster
2017-03-16
qapi2texi: Explain enum value undocumentedness more clearly
Markus Armbruster
2017-03-16
qapi2texi: Present the table of members more clearly
Markus Armbruster
2017-03-16
qapi2texi: Plainer enum value and member name formatting
Markus Armbruster
2017-03-16
qapi: Prefer single-quoted strings more consistently
Markus Armbruster
2017-03-16
qapi: The #optional tag is redundant, drop
Markus Armbruster
2017-03-16
qapi2texi: Convert to QAPISchemaVisitor
Markus Armbruster
2017-03-16
qapi: Conjure up QAPIDoc.ArgSection for undocumented members
Markus Armbruster
2017-03-16
qapi: Avoid unwanted blank lines in QAPIDoc
Markus Armbruster
2017-03-16
qapi2texi: Fix up output around #optional
Markus Armbruster
2017-03-16
qapi: Make doc comments optional where we don't need them
Markus Armbruster
2017-03-16
qapi2texi: change texi formatters
Marc-André Lureau
2017-02-20
qapi2texi: replace quotation by bold section name
Marc-André Lureau
2017-01-16
qapi: add qapi2texi script
Marc-André Lureau