]> rtime.felk.cvut.cz Git - eurobot/public.git/commitdiff
doxygen: Fix subdirectory excludes and exclude sysless
authorMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 22 Nov 2010 09:45:50 +0000 (10:45 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 22 Nov 2010 09:45:50 +0000 (10:45 +0100)
I do not want the sysless documentation to mix up with our code.

src/Doxyfile

index f2a257f198e269462060c86302e87b94658c425c..b6c883c6293215b55dfbd121d31dd52046d55bd3 100644 (file)
@@ -563,7 +563,18 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a 
 # subdirectory from a directory tree whose root is specified with the INPUT tag.
 
-EXCLUDE                = 
+EXCLUDE                = _compiled \
+                         _build \
+                         orte \
+                         uzv \
+                         .svn \
+                         .git \
+                        3rdparty \
+                        linux-shark \
+                        v4l \
+                        camera/ijgjpeg \
+                        canfestival \
+                        sysless
 
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or 
 # directories that are symbolic links (a Unix filesystem feature) are excluded 
@@ -577,18 +588,7 @@ EXCLUDE_SYMLINKS       = NO
 # against the file with absolute path, so to exclude all test directories 
 # for example use the pattern */test/*
 
-EXCLUDE_PATTERNS       = _compiled \
-                         _build \
-                         orte \
-                         uzv \
-                         .svn \
-                         .git \
-                        3rdparty \
-                        linux-shark \
-                        v4l \
-                        camera/ijgjpeg \
-                        canfestival
-                        
+EXCLUDE_PATTERNS       =                        
 
 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names 
 # (namespaces, classes, functions, etc.) that should be excluded from the