Skip to content

Commit aa46729

Browse files
committed
Remove absolute paths in Doxyfile
1 parent a598979 commit aa46729

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Doxyfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PROJECT_NAME = BitStream
88
PROJECT_NUMBER =
99
PROJECT_BRIEF =
1010
PROJECT_LOGO =
11-
OUTPUT_DIRECTORY = C:/Users/krede/source/repos/BitStream/docs
11+
OUTPUT_DIRECTORY = docs
1212
CREATE_SUBDIRS = NO
1313
CREATE_SUBDIRS_LEVEL = 8
1414
ALLOW_UNICODE_NAMES = NO
@@ -122,7 +122,8 @@ WARN_LOGFILE =
122122
#---------------------------------------------------------------------------
123123
# Configuration options related to the input files
124124
#---------------------------------------------------------------------------
125-
INPUT = C:/Users/krede/source/repos/BitStream
125+
INPUT = include \
126+
README.md
126127
INPUT_ENCODING = UTF-8
127128
INPUT_FILE_ENCODING =
128129
FILE_PATTERNS = *.c \

0 commit comments

Comments
 (0)