Skip to content

Commit 5c445a8

Browse files
committed
fix(docs): update doxygen config to point at the correct modules
1 parent 28f88ce commit 5c445a8

File tree

2 files changed

+246
-250
lines changed

2 files changed

+246
-250
lines changed

docs/Doxyfile

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,12 @@ WARN_LOGFILE = warnings.log
5050
INPUT = ../include \
5151
../src \
5252
./ \
53-
../lib/modules/bitwise/documentation \
54-
../lib/modules/console/documentation \
55-
../lib/modules/database/documentation \
56-
../lib/modules/hash/documentation \
57-
../lib/modules/http/documentation \
58-
../lib/modules/json/documentation \
59-
../lib/modules/msgpack/documentation \
60-
../lib/modules/random/documentation
53+
../lib/modules/src/bitwise/documentation \
54+
../lib/modules/src/console/documentation \
55+
../lib/modules/src/hash/documentation \
56+
../lib/modules/draft/database/documentation \
57+
../lib/modules/draft/http/documentation \
58+
../lib/modules/draft/json/documentation
6159

6260
INPUT_ENCODING = UTF-8
6361
INPUT_FILE_ENCODING =

0 commit comments

Comments
 (0)