From: Sean Silva Date: Mon, 9 Sep 2013 19:50:46 +0000 (+0000) Subject: [docs] Fix Sphinx toctree warning. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb92aa11ed5381773adfd53b6dfe8f4e4346b00b;p=clang [docs] Fix Sphinx toctree warning. Last I heard LSan is getting close to prime-time, but for now keep LeakSanitizer.rst hidden (especially since it contains so little content). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190337 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/index.rst b/docs/index.rst index 90165d6cfb..d02686422b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -27,6 +27,11 @@ Using Clang as a Compiler Modules FAQ +.. toctree:: + :hidden: + + LeakSanitizer + Using Clang as a Library ========================