diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Makefile.in | 10 | ||||
-rw-r--r-- | examples/dbusxml.cfg | 1 |
2 files changed, 9 insertions, 2 deletions
diff --git a/examples/Makefile.in b/examples/Makefile.in index 6db4f01..55bce8f 100644 --- a/examples/Makefile.in +++ b/examples/Makefile.in @@ -25,13 +25,16 @@ all: class/html/index.html \ docstring/html/index.html \ pyexample/html/index.html \ mux/html/index.html \ - manual/html/index.html + manual/html/index.html + +# Disabled since it is broken :-( +# dbusxml/html/index.html clean: rm -rf class define enum file func page relates author \ par overload example include qtstyle jdstyle structcmd \ autolink tag restypedef afterdoc template tag group diagrams \ - memgrp docstring pyexample mux manual + memgrp docstring pyexample mux manual dbusxml class/html/index.html: class.h class.cfg $(DOXYGEN)/bin/doxygen class.cfg @@ -113,6 +116,9 @@ manual/html/index.html: manual.c manual.cfg docstring/html/index.html: docstring.py docstring.cfg $(DOXYGEN)/bin/doxygen docstring.cfg +#dbusxml/html/index.html: dbusxml.xml dbusxml.cfg +# $(DOXYGEN)/bin/doxygen dbusxml.cfg + diagrams/html/index.html: diagrams_a.h diagrams_b.h diagrams_c.h diagrams_d.h diagrams_e.h diagrams.cfg ifneq ($(HAVE_DOT),) $(DOXYGEN)/bin/doxygen diagrams.cfg diff --git a/examples/dbusxml.cfg b/examples/dbusxml.cfg index 686d40c..23b9dea 100644 --- a/examples/dbusxml.cfg +++ b/examples/dbusxml.cfg @@ -9,3 +9,4 @@ QUIET = YES JAVADOC_AUTOBRIEF = YES EXTRACT_ALL = YES SEARCHENGINE = NO +EXTENSION_MAPPING = xml=dbusxml |