Skip to content

Commit e5b95e9

Browse files
Changed doxygen PATH settings from absolute to relative
1 parent 9767555 commit e5b95e9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doxyfile

Lines changed: 5 additions & 5 deletions
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/herbert/Documents/c++/cpp-pthread/doc
61+
OUTPUT_DIRECTORY = doc
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
@@ -781,9 +781,9 @@ WARN_LOGFILE =
781781
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
782782
# Note: If this tag is empty the current directory is searched.
783783

784-
INPUT = /Users/herbert/Documents/c++/cpp-pthread/include \
785-
/Users/herbert/Documents/c++/cpp-pthread/src \
786-
/Users/herbert/Documents/c++/cpp-pthread/README.md
784+
INPUT = include \
785+
src \
786+
README.md
787787

788788
# This tag can be used to specify the character encoding of the source files
789789
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -865,7 +865,7 @@ RECURSIVE = YES
865865
# Note that relative paths are relative to the directory from which doxygen is
866866
# run.
867867

868-
EXCLUDE = /Users/herbert/Documents/c++/cpp-pthread/tests
868+
EXCLUDE = tests
869869

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

0 commit comments

Comments
 (0)