[docs] Fix Sphinx toctree warning.
authorSean Silva <silvas@purdue.edu>
Mon, 9 Sep 2013 19:50:46 +0000 (19:50 +0000)
committerSean Silva <silvas@purdue.edu>
Mon, 9 Sep 2013 19:50:46 +0000 (19:50 +0000)
Last I heard LSan is getting close to prime-time, but for now keep
LeakSanitizer.rst hidden (especially since it contains so little
content).

llvm-svn: 190337

clang/docs/index.rst

index 90165d6..d026864 100644 (file)
@@ -27,6 +27,11 @@ Using Clang as a Compiler
    Modules
    FAQ
 
+.. toctree::
+   :hidden:
+
+   LeakSanitizer
+
 Using Clang as a Library
 ========================