[llvm-commits] [lld] r158678 - in /lld/trunk/docs: development.rst getting_started.rst

Nick Kledzik kledzik at apple.com
Mon Jun 18 13:24:47 PDT 2012


Author: kledzik
Date: Mon Jun 18 15:24:47 2012
New Revision: 158678

URL: http://llvm.org/viewvc/llvm-project?rev=158678&view=rev
Log:
Fix Sphinx warning.  Patch by Sean Silva

Modified:
    lld/trunk/docs/development.rst
    lld/trunk/docs/getting_started.rst

Modified: lld/trunk/docs/development.rst
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/development.rst?rev=158678&r1=158677&r2=158678&view=diff
==============================================================================
--- lld/trunk/docs/development.rst (original)
+++ lld/trunk/docs/development.rst Mon Jun 18 15:24:47 2012
@@ -19,3 +19,8 @@
 `Sphinx <http://sphinx.pocoo.org/>`_ documentation generator. For more
 information on writing documentation for the project, see the
 :ref:`sphinx_intro`.
+
+.. toctree::
+   :hidden:
+
+   Readers

Modified: lld/trunk/docs/getting_started.rst
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/getting_started.rst?rev=158678&r1=158677&r2=158678&view=diff
==============================================================================
--- lld/trunk/docs/getting_started.rst (original)
+++ lld/trunk/docs/getting_started.rst Mon Jun 18 15:24:47 2012
@@ -51,6 +51,7 @@
     it is installed in an alternate location, you'll need to tell the cmake tool
     the location of the C and C++ compiler via CMAKE_C_COMPILER and
     CMAKE_CXX_COMPILER. For example::
+
         $ cmake -DCMAKE_CXX_COMPILER=/path/to/clang++ -DCMAKE_C_COMPILER=/path/to/clang ...
 
 5. Test::





More information about the llvm-commits mailing list