Remove Xen centric comments, rebuild the docs

* include/libvirt/libvirt.h include/libvirt/libvirt.h.in:
  remove Xen centric comments patch from Guido Günther
* docs/apibuild.py: ignore VIR_DEPRECATED
* docs/libvirt-*.xml docs/html/libvirt-*.html: regenerated the
  documentation for the API
Daniel
This commit is contained in:
Daniel Veillard
2008-07-25 08:52:19 +00:00
parent 6fae611381
commit 01fd287bcd
10 changed files with 440 additions and 115 deletions

View File

@@ -26,6 +26,7 @@ included_files = {
ignored_words = {
"ATTRIBUTE_UNUSED": (0, "macro keyword"),
"VIR_DEPRECATED": (0, "macro keyword"),
}
def escape(raw):