docs: Reorganize landing page.

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.

llvm-svn: 171409
This commit is contained in:
Sean Silva 2013-01-02 21:03:11 +00:00
parent a4295f2812
commit f380e0e24b
2 changed files with 8 additions and 12 deletions

View File

@ -5,6 +5,13 @@ Clang Language Extensions
.. contents::
:local:
.. toctree::
:hidden:
ObjectiveCLiterals
BlockLanguageSpec
AutomaticReferenceCounting
Introduction
============

View 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
==================