Skip to content

Commit 6c958bd

Browse files
authored
use relative path in .Doxyfile (#882)
1 parent d4d8ae1 commit 6c958bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doxyfile

+4-4
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 = /home/davide.faconti/ws_behavior_tree/src/Behavior-Tree/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,7 +781,7 @@ 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 = /home/davide.faconti/ws_behavior_tree/src/Behavior-Tree/include
784+
INPUT = ./include
785785

786786
# This tag can be used to specify the character encoding of the source files
787787
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -863,8 +863,8 @@ RECURSIVE = YES
863863
# Note that relative paths are relative to the directory from which doxygen is
864864
# run.
865865

866-
EXCLUDE = /home/davide.faconti/ws_behavior_tree/src/Behavior-Tree/3rdparty \
867-
/home/davide.faconti/ws_behavior_tree/src/Behavior-Tree/gtest
866+
EXCLUDE = ./3rdparty \
867+
./gtest
868868

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

0 commit comments

Comments
 (0)