Browse Source

Fixed Doxygen excludes

Thomas Buck 10 years ago
parent
commit
9c09d264f0
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      cmake/Doxyfile.in

+ 1
- 1
cmake/Doxyfile.in View File

768
 # Note that relative paths are relative to the directory from which doxygen is
768
 # Note that relative paths are relative to the directory from which doxygen is
769
 # run.
769
 # run.
770
 
770
 
771
-EXCLUDE                = bin build cmake data test/greatest.h
771
+EXCLUDE                = ../bin ../build ../cmake ../data ../test/greatest.h
772
 
772
 
773
 # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
773
 # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
774
 # directories that are symbolic links (a Unix file system feature) are excluded
774
 # directories that are symbolic links (a Unix file system feature) are excluded

Loading…
Cancel
Save