We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a598979 commit aa46729Copy full SHA for aa46729
Doxyfile
@@ -8,7 +8,7 @@ PROJECT_NAME = BitStream
8
PROJECT_NUMBER =
9
PROJECT_BRIEF =
10
PROJECT_LOGO =
11
-OUTPUT_DIRECTORY = C:/Users/krede/source/repos/BitStream/docs
+OUTPUT_DIRECTORY = docs
12
CREATE_SUBDIRS = NO
13
CREATE_SUBDIRS_LEVEL = 8
14
ALLOW_UNICODE_NAMES = NO
@@ -122,7 +122,8 @@ WARN_LOGFILE =
122
#---------------------------------------------------------------------------
123
# Configuration options related to the input files
124
125
-INPUT = C:/Users/krede/source/repos/BitStream
+INPUT = include \
126
+ README.md
127
INPUT_ENCODING = UTF-8
128
INPUT_FILE_ENCODING =
129
FILE_PATTERNS = *.c \
0 commit comments