r190337 - [docs] Fix Sphinx toctree warning.

Sean Silva silvas at purdue.edu
Mon Sep 9 12:50:46 PDT 2013


Author: silvas
Date: Mon Sep  9 14:50:46 2013
New Revision: 190337

URL: http://llvm.org/viewvc/llvm-project?rev=190337&view=rev
Log:
[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).

Modified:
    cfe/trunk/docs/index.rst

Modified: cfe/trunk/docs/index.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/index.rst?rev=190337&r1=190336&r2=190337&view=diff
==============================================================================
--- cfe/trunk/docs/index.rst (original)
+++ cfe/trunk/docs/index.rst Mon Sep  9 14:50:46 2013
@@ -27,6 +27,11 @@ Using Clang as a Compiler
    Modules
    FAQ
 
+.. toctree::
+   :hidden:
+
+   LeakSanitizer
+
 Using Clang as a Library
 ========================
 





More information about the cfe-commits mailing list