File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ PROJECT_LOGO =
58
58
# entered, it will be relative to the location where doxygen was started. If
59
59
# left blank the current directory will be used.
60
60
61
- OUTPUT_DIRECTORY = /Users/fumik/Documents/workspace_cpp/BrainGrid /doc/Doxygen
61
+ OUTPUT_DIRECTORY = . /doc/Doxygen
62
62
63
63
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
64
64
# directories (in 2 levels) under the output directory of each output format and
@@ -839,13 +839,13 @@ RECURSIVE = YES
839
839
# Note that relative paths are relative to the directory from which doxygen is
840
840
# run.
841
841
842
- EXCLUDE = /Users/fumik/Documents/workspace_cpp/BrainGrid /configfiles \
843
- /Users/fumik/Documents/workspace_cpp/BrainGrid /doc \
844
- /Users/fumik/Documents/workspace_cpp/BrainGrid /Tools \
845
- /Users/fumik/Documents/workspace_cpp/BrainGrid /matlab \
846
- /Users/fumik/Documents/workspace_cpp/BrainGrid /old \
847
- /Users/fumik/Documents/workspace_cpp/BrainGrid /output \
848
- /Users/fumik/Documents/workspace_cpp/BrainGrid /validation
842
+ EXCLUDE = . /configfiles \
843
+ . /doc \
844
+ . /Tools \
845
+ . /matlab \
846
+ . /old \
847
+ . /output \
848
+ . /validation
849
849
850
850
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
851
851
# directories that are symbolic links (a Unix file system feature) are excluded
You can’t perform that action at this time.
0 commit comments