]> granicus.if.org Git - clang/commitdiff
docs: Reorganize landing page.
authorSean Silva <silvas@purdue.edu>
Wed, 2 Jan 2013 21:03:11 +0000 (21:03 +0000)
committerSean Silva <silvas@purdue.edu>
Wed, 2 Jan 2013 21:03:11 +0000 (21:03 +0000)
Language extensions are highly relevant to using clang as a compiler, so
move LanguageExtensions up into `Using Clang as a Compiler` on the
landing page.

The other documents from the now-gone `Language Extensions and Specs`
section on the landing page nicely fit hierarchically under
LanguageExtensions.rst, so put them under LanguageExtensions.rst's
toctree instead of on the landing page.

Impetus from Jordan Rose.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171409 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LanguageExtensions.rst
docs/index.rst

index be6ea52bf3d5895d5c1eff06c016688b4a766208..72f41122132c7aee0bc9b2f229a67623d0dfaa96 100644 (file)
@@ -5,6 +5,13 @@ Clang Language Extensions
 .. contents::
    :local:
 
+.. toctree::
+   :hidden:
+
+   ObjectiveCLiterals
+   BlockLanguageSpec
+   AutomaticReferenceCounting
+
 Introduction
 ============
 
index c11ac1379a255c91e9d9e96743143708352aac62..6436beeeb09b2cc1d797064a0d18923cf33f251a 100644 (file)
@@ -18,6 +18,7 @@ Using Clang as a Compiler
    :maxdepth: 1
 
    UsersManual
+   LanguageExtensions
    AddressSanitizer
    ThreadSanitizer
    MemorySanitizer
@@ -51,18 +52,6 @@ Design Documents
    PCHInternals
 
 
-Language Extensions and Specs
------------------------------
-
-.. toctree::
-   :maxdepth: 1
-
-   LanguageExtensions
-   ObjectiveCLiterals
-   BlockLanguageSpec
-   AutomaticReferenceCounting
-
-
 Indices and tables
 ==================