diff Doxyfile @ 524:9f455f01edd5 prerelease

Doxygen updates
author Robert Jack <robert.h.jack@gmail.com>
date Thu, 23 Jun 2016 10:19:24 +0100
parents b935f890e512
children
line wrap: on
line diff
--- a/Doxyfile	Thu Jun 23 04:31:09 2016 +0100
+++ b/Doxyfile	Thu Jun 23 10:19:24 2016 +0100
@@ -771,8 +771,7 @@
 # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
 # Note: If this tag is empty the current directory is searched.
 
-INPUT                  = include/ \
-                         examples/
+INPUT                  = include/ examples/
 
 # This tag can be used to specify the character encoding of the source files
 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -812,7 +811,7 @@
 # Note that relative paths are relative to the directory from which doxygen is
 # run.
 
-EXCLUDE                = include/ne10/ include/oscpkt.hh include/libpd include/prussdrv.h examples/10-Instruments/d-box/main.cpp
+EXCLUDE                = include/ne10/ include/oscpkt.hh include/libpd include/prussdrv.h examples/10-Instruments/
 
 # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
 # directories that are symbolic links (a Unix file system feature) are excluded
@@ -1893,7 +1892,7 @@
 # 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