From d6484e8adb8ead9fa955a561828ca8a1709ebaf9 Mon Sep 17 00:00:00 2001 From: tqchen Date: Mon, 14 Aug 2017 08:57:29 -0700 Subject: [PATCH 1/2] [DOC] Include TOPI in doxygen --- docs/Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Doxyfile b/docs/Doxyfile index 8c93832e321f..dcfd910d9b1e 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -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 = Halide 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 From 9c02e965bfd18f3294cb85e9e45dea57e69e4765 Mon Sep 17 00:00:00 2001 From: tqchen Date: Mon, 14 Aug 2017 09:09:50 -0700 Subject: [PATCH 2/2] update --- HalideIR | 2 +- docs/Doxyfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HalideIR b/HalideIR index 326e2fa18734..30a85d860567 160000 --- a/HalideIR +++ b/HalideIR @@ -1 +1 @@ -Subproject commit 326e2fa18734f0592d257da6b8cfaae90a499c5c +Subproject commit 30a85d860567aa30d013a5e75fbd1b0ee2ebe93c diff --git a/docs/Doxyfile b/docs/Doxyfile index dcfd910d9b1e..87e7da7043e5 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -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 = Halide std topi::detail tvm::runtime::detail +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