Commit ba6664a3 by Tianqi Chen Committed by GitHub

[DOC] Include TOPI in doxygen (#321)

* [DOC] Include TOPI in doxygen

* update
parent cbff637f
Subproject commit 326e2fa18734f0592d257da6b8cfaae90a499c5c
Subproject commit 30a85d860567aa30d013a5e75fbd1b0ee2ebe93c
......@@ -753,7 +753,7 @@ WARN_LOGFILE =
# spaces.
# Note: If this tag is empty the current directory is searched.
INPUT = include/tvm
INPUT = include/tvm topi/include/topi
# 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
......@@ -816,7 +816,7 @@ EXCLUDE_PATTERNS = */test/* \
# Note that the wildcards are matched against the file with absolute path, so to
# exclude all test directories use the pattern */test/*
EXCLUDE_SYMBOLS =
EXCLUDE_SYMBOLS = std topi::detail tvm::runtime::detail
# The EXAMPLE_PATH tag can be used to specify one or more files or directories
# that contain example code fragments that are included (see the \include
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment