Remove old OTG demo directory with useless TestApp demo. Add new DualRole directory...
[pub/USBasp.git] / Demos / Host / ClassDriver / KeyboardHostWithParser / Doxygen.conf
index 6c6db18..7edd1b0 100644 (file)
@@ -25,7 +25,7 @@ DOXYFILE_ENCODING      = UTF-8
 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded \r
 # by quotes) that should identify the project.\r
 \r
-PROJECT_NAME           = "LUFA Library - Keyboard Host (Using HID Descriptor Parser)"\r
+PROJECT_NAME           = "LUFA Library - Keyboard Host Demo (Using HID Descriptor Parser)"\r
 \r
 # The PROJECT_NUMBER tag can be used to enter a project or revision number. \r
 # This could be handy for archiving the generated documentation or \r
@@ -47,7 +47,7 @@ OUTPUT_DIRECTORY       = ./Documentation/
 # source files, where putting all generated files in the same directory would \r
 # otherwise cause performance problems for the file system.\r
 \r
-CREATE_SUBDIRS         = YES\r
+CREATE_SUBDIRS         = NO\r
 \r
 # The OUTPUT_LANGUAGE tag is used to specify the language in which all \r
 # documentation generated by doxygen is written. Doxygen will use this \r
@@ -593,7 +593,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a \r
 # subdirectory from a directory tree whose root is specified with the INPUT tag.\r
 \r
-EXCLUDE                = \r
+EXCLUDE                = Documentation/\r
 \r
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or \r
 # directories that are symbolic links (a Unix filesystem feature) are excluded \r
@@ -1420,7 +1420,7 @@ DOT_IMAGE_FORMAT       = png
 # The tag DOT_PATH can be used to specify the path where the dot tool can be \r
 # found. If left blank, it is assumed the dot tool can be found in the path.\r
 \r
-DOT_PATH               = "C:/Program Files/Graphviz2.18/bin"\r
+DOT_PATH               = \r
 \r
 # The DOTFILE_DIRS tag can be used to specify one or more directories that \r
 # contain dot files that are included in the documentation (see the \r