Skip to content

Commit

Permalink
Fixed paths (relative)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanwise committed Jan 25, 2012
1 parent 3849d29 commit e138d68
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ PROJECT_LOGO =
# If a relative path is entered, it will be relative to the location
# where doxygen was started. If left blank the current directory will be used.

OUTPUT_DIRECTORY = /home/stasiek/Documents/MBI_ICA/doc/doxy
OUTPUT_DIRECTORY = ./doxy

# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
# 4096 sub-directories (in 2 levels) under the output directory of each output
Expand Down Expand Up @@ -612,9 +612,9 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.

INPUT = /home/stasiek/Documents/MBI_ICA/source/ \
/home/stasiek/Documents/MBI_ICA/include/ \
/home/stasiek/Documents/MBI_ICA/app/
INPUT = ./source/ \
./app/ \
./include/

# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
Expand Down

0 comments on commit e138d68

Please sign in to comment.