Talk:Google Summer of Code 2019

From QEMU
Revision as of 19:29, 16 January 2019 by Ehabkost (talk | contribs) (Created page with "= Drafts = === API documentation generation === '''Summary:''' Generation of API documentation from doc comments QEMU currently has many functions documented using the GTK-...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Drafts

API documentation generation

Summary: Generation of API documentation from doc comments

QEMU currently has many functions documented using the GTK-Doc syntax, but there is no mechanism to actually generate API documentation from these doc comments. We need tools to generate API documentation from C and Python source code.

Links:

Details:

  • Skill level: beginner
  • Language: C, Python
  • Mentor: Eduardo Habkost <ehabkost@redhat.com>, ehabkost
  • Suggested by: Eduardo Habkost