Skip to content
This repository was archived by the owner on Nov 13, 2023. It is now read-only.

Commit df5f549

Browse files
committed
Fix doxygen config path
1 parent 700b030 commit df5f549

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
#Eclipse Worcspace
22
.metadata
3-
.recommenders
3+
.recommenders
4+
docs
5+

Doxyfile

Lines changed: 2 additions & 2 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 = /home/blenesi/Desktop/project/docs
61+
OUTPUT_DIRECTORY = ./docs
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
@@ -753,7 +753,7 @@ WARN_LOGFILE =
753753
# spaces.
754754
# Note: If this tag is empty the current directory is searched.
755755

756-
INPUT = /home/blenesi/Desktop/project/ELTEProjectToolsTeam09
756+
INPUT = .
757757

758758
# This tag can be used to specify the character encoding of the source files
759759
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses

0 commit comments

Comments
 (0)