Skip to content

Commit 0c859d5

Browse files
committed
Fixed issue #85
Work on cleaning up Doxyfile a bit to make it less dependent on precise user configuration. Use relative paths for OUTPUT_DIRECTORY and EXCLUDE.
1 parent 7da4596 commit 0c859d5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Diff for: Doxyfile

+8-8
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ PROJECT_LOGO =
5858
# entered, it will be relative to the location where doxygen was started. If
5959
# left blank the current directory will be used.
6060

61-
OUTPUT_DIRECTORY = /Users/fumik/Documents/workspace_cpp/BrainGrid/doc/Doxygen
61+
OUTPUT_DIRECTORY = ./doc/Doxygen
6262

6363
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
6464
# directories (in 2 levels) under the output directory of each output format and
@@ -839,13 +839,13 @@ RECURSIVE = YES
839839
# Note that relative paths are relative to the directory from which doxygen is
840840
# run.
841841

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
849849

850850
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
851851
# directories that are symbolic links (a Unix file system feature) are excluded

0 commit comments

Comments
 (0)