File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
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 = /home/davide.faconti/ws_behavior_tree/src/Behavior-Tree /doc
61
+ OUTPUT_DIRECTORY = . /doc
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
@@ -781,7 +781,7 @@ WARN_LOGFILE =
781
781
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
782
782
# Note: If this tag is empty the current directory is searched.
783
783
784
- INPUT = /home/davide.faconti/ws_behavior_tree/src/Behavior-Tree /include
784
+ INPUT = . /include
785
785
786
786
# This tag can be used to specify the character encoding of the source files
787
787
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -863,8 +863,8 @@ RECURSIVE = YES
863
863
# Note that relative paths are relative to the directory from which doxygen is
864
864
# run.
865
865
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
868
868
869
869
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
870
870
# directories that are symbolic links (a Unix file system feature) are excluded
You can’t perform that action at this time.
0 commit comments