]> xenbits.xensource.com Git - libvirt.git/commit
docs: don't ignore virEvent API
authorEric Blake <eblake@redhat.com>
Fri, 1 Feb 2013 22:50:34 +0000 (15:50 -0700)
committerEric Blake <eblake@redhat.com>
Fri, 1 Feb 2013 23:01:45 +0000 (16:01 -0700)
commitb2aa03b3f78bb5a1427527055cd0b77802d58b86
tree1d5d7d4b612e89b9f0d4c8f755dbbcff589dd0a5
parentd09949e29386c38443c82a2231240cc1e3954a5d
docs: don't ignore virEvent API

Commit 6094ad7b (0.9.3 release) promoted several functions from
internal to public, but forgot to fix the documentation generator
to provide details about those functions.

For an example of what this fixes, look at:
file:///path/to/libvirt/docs/html/libvirt-libvirt.html#virEventAddHandle
before and after the patch.

* docs/apibuild.py (ignored_functions): Don't ignore functions
that were turned into official API.
* src/util/virevent.c: Fix comments to pass through parser.
docs/apibuild.py
src/util/virevent.c