Skip to content

Commit

Permalink
[docs] Fix path for modm-test repo
Browse files Browse the repository at this point in the history
  • Loading branch information
rleh committed Mar 17, 2020
1 parent 8f76592 commit 2318f39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tools/doc_generator/doxyfile.cfg.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
PROJECT_NAME = modm
INPUT = dox/ \
../src/
STRIP_FROM_INC_PATH = ../src/
../src/ \
../../modm-test/src/
STRIP_FROM_INC_PATH = ../src/ \
../../modm-test/src/
RECURSIVE = YES
FILE_PATTERNS = *.hpp \
*.h \
Expand Down
1 change: 1 addition & 0 deletions tools/doc_generator/doxypress.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@
"input-recursive": true,
"input-source": [
"dox/",
"../../modm-test/src/",
"../src/"
],
"mdfile-mainpage": "README.md"
Expand Down

0 comments on commit 2318f39

Please sign in to comment.