Skip to content

Commit b804bcd

Browse files
committed
Scoping down docs
1 parent 238388f commit b804bcd

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/Doxyfile

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -991,11 +991,12 @@ WARN_LOGFILE =
991991
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
992992
# Note: If this tag is empty the current directory is searched.
993993

994-
INPUT = /Users/Andrew/Projects/coreVX \
995-
/Users/Andrew/Projects/coreVX/README.md \
996-
/Users/Andrew/Projects/coreVX/docs/install.md \
997-
/Users/Andrew/Projects/coreVX/docs/api_overview.md \
998-
/Users/Andrew/Projects/coreVX/LICENSE.md
994+
INPUT = ../include \
995+
../framework/include \
996+
../README.md \
997+
install.md \
998+
api_overview.md \
999+
../LICENSE.md
9991000

10001001
# This tag can be used to specify the character encoding of the source files
10011002
# that Doxygen parses. Internally Doxygen uses the UTF-8 encoding. Doxygen uses

0 commit comments

Comments
 (0)