]> sigrok.org Git - libsigrok.git/blobdiff - Doxyfile
C++ bindings: Reimplement enums.py using doxygen XML output instead of gccxml.
[libsigrok.git] / Doxyfile
index 016f8c697c192dddc23152de82d58aad5bb05980..2bd7df5dba989db33cc92a079c669aebb41d179c 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -683,7 +683,7 @@ CITE_BIB_FILES         =
 # messages are off.
 # The default value is: NO.
 
-QUIET                  = NO
+QUIET                  = YES
 
 # The WARNINGS tag can be used to turn on/off the warning messages that are
 # generated to standard error ( stderr) by doxygen. If WARNINGS is set to YES
@@ -810,7 +810,7 @@ EXCLUDE_SYMLINKS       = NO
 EXCLUDE_PATTERNS       = */hardware/* */input/* */output/* */tests/*
 EXCLUDE_PATTERNS      += */bindings/*
 EXCLUDE_PATTERNS      += */doxy/*
-INPUT                 += input/input.c output/output.c
+INPUT                 += src/input/input.c src/output/output.c
 
 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
 # (namespaces, classes, functions, etc.) that should be excluded from the
@@ -1795,7 +1795,7 @@ MAN_LINKS              = NO
 # captures the structure of the code including all documentation.
 # The default value is: NO.
 
-GENERATE_XML           = NO
+GENERATE_XML           = YES
 
 # The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
@@ -1824,7 +1824,7 @@ XML_DTD                =
 # The default value is: YES.
 # This tag requires that the tag GENERATE_XML is set to YES.
 
-XML_PROGRAMLISTING     = YES
+XML_PROGRAMLISTING     = NO
 
 #---------------------------------------------------------------------------
 # Configuration options related to the DOCBOOK output