[llvm-commits] [llvm] r158818 - in /llvm/trunk/docs: development_process.rst programming.rst

Bill Wendling isanbard at gmail.com
Wed Jun 20 04:56:24 PDT 2012


Author: void
Date: Wed Jun 20 06:56:24 2012
New Revision: 158818

URL: http://llvm.org/viewvc/llvm-project?rev=158818&view=rev
Log:
Move coding standards reference from development_process.rst to programming.rst.

Modified:
    llvm/trunk/docs/development_process.rst
    llvm/trunk/docs/programming.rst

Modified: llvm/trunk/docs/development_process.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/development_process.rst?rev=158818&r1=158817&r2=158818&view=diff
==============================================================================
--- llvm/trunk/docs/development_process.rst (original)
+++ llvm/trunk/docs/development_process.rst Wed Jun 20 06:56:24 2012
@@ -6,7 +6,6 @@
 .. toctree::
    :hidden:
 
-   CodingStandards
    MakefileGuide
    Projects
 
@@ -17,12 +16,6 @@
   tree) allow the project code to be located outside (or inside) the ``llvm/``
   tree, while using LLVM header files and libraries.
 
-* :ref:`coding_standards`
-
-  Describes a few coding standards that are used in the LLVM source tree. All
-  code submissions must follow the coding standards before being allowed into
-  the source tree.
-
 * `LLVMBuild Documentation <LLVMBuild.html>`_
 
   Describes the LLVMBuild organization and files used by LLVM to specify

Modified: llvm/trunk/docs/programming.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/programming.rst?rev=158818&r1=158817&r2=158818&view=diff
==============================================================================
--- llvm/trunk/docs/programming.rst (original)
+++ llvm/trunk/docs/programming.rst Wed Jun 20 06:56:24 2012
@@ -3,6 +3,11 @@
 Programming Documentation
 =========================
 
+.. toctree::
+   :hidden:
+
+   CodingStandards
+
 * `LLVM Language Reference Manual <LangRef.html>`_
 
   Defines the LLVM intermediate representation and the assembly form of the
@@ -17,7 +22,7 @@
 
   Provides information on using the command line parsing library.
 
-* `LLVM Coding standards <CodingStandards.html>`_
+* :ref:`coding_standards`
 
   Details the LLVM coding standards and provides useful information on writing
   efficient C++ code.





More information about the llvm-commits mailing list