Doc: Parse SDK files
Former-commit-id: af800bc47141c6d9cad22d1cdc5be6f12f79ddef [formerly b272c76d0cba668aba950dbf9e4981de38d160ac] [formerly 0c5ff7a31e9dcdbcc57a8fbf9d2dfe14450a1838 [formerly f0716e23b7dc42966ae3ca8137c1d752a42901ac]] Former-commit-id: 8773cca3dcac5fa8c9fd4f0c862b62dd59e61cb5 [formerly b499b5dd07756ad385c51e80ad970c4602e67f61] Former-commit-id: 51ac1220a9af7d756a013ac712bc20f9f3f4d5a7
This commit is contained in:
parent
7c7364d1dc
commit
c04b03797f
4
Doxyfile
4
Doxyfile
|
|
@ -776,7 +776,9 @@ WARN_LOGFILE =
|
||||||
# Note: If this tag is empty the current directory is searched.
|
# Note: If this tag is empty the current directory is searched.
|
||||||
|
|
||||||
INPUT = include \
|
INPUT = include \
|
||||||
src
|
src \
|
||||||
|
SDK/include \
|
||||||
|
SDK/src
|
||||||
|
|
||||||
# This tag can be used to specify the character encoding of the source files
|
# This tag can be used to specify the character encoding of the source files
|
||||||
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue