commit 01be5315f3d6e45826a15a13d836269de8cd2443
Author: Christian Ehringfeld <c.ehringfeld@t-online.de>
Date:   Sun Sep 13 15:42:42 2015 +0200

    Revert "doxyfile for jenkins"
    
    This reverts commit 74a718048db66f77773a5f42f1a40dd3da03877f.

diff --git a/Doxyfile b/Doxyfile
index 04c6826..e23aaac 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -58,8 +58,7 @@ PROJECT_LOGO           =
 # entered, it will be relative to the location where doxygen was started. If
 # left blank the current directory will be used.
 
-#OUTPUT_DIRECTORY       = doc/ 
-OUTPUT_DIRECTORY       = 
+OUTPUT_DIRECTORY       = doc
 
 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
 # directories (in 2 levels) under the output directory of each output format and
@@ -816,7 +815,7 @@ RECURSIVE              = YES
 # Note that relative paths are relative to the directory from which doxygen is
 # run.
 
-EXCLUDE                = 
+EXCLUDE                = samples/
 
 # 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
@@ -1046,8 +1045,7 @@ GENERATE_HTML          = YES
 # The default directory is: html.
 # This tag requires that the tag GENERATE_HTML is set to YES.
 
-#HTML_OUTPUT            = html
-HTML_OUTPUT            = 
+HTML_OUTPUT            = html
 
 # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
 # generated HTML page (for example: .htm, .php, .asp).
