diff options
author | Sean Silva <silvas@purdue.edu> | 2013-01-02 12:39:50 +0000 |
---|---|---|
committer | Sean Silva <silvas@purdue.edu> | 2013-01-02 12:39:50 +0000 |
commit | d2a98e6dbb4e9d372de710a00f3bf495fd528003 (patch) | |
tree | 0d7f0db7524dd101cf24d6020415448a3516fcf3 /clang/docs/index.rst | |
parent | ff15b34ddaaa256fb3fc5589e9c40fc3798e4601 (diff) | |
download | bcm5719-llvm-d2a98e6dbb4e9d372de710a00f3bf495fd528003.tar.gz bcm5719-llvm-d2a98e6dbb4e9d372de710a00f3bf495fd528003.zip |
docs: Decrease toctree depth on landing page.
Having the table of contents there was making it hard to easily see at a
glance all the docs we have.
llvm-svn: 171376
Diffstat (limited to 'clang/docs/index.rst')
-rw-r--r-- | clang/docs/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/index.rst b/clang/docs/index.rst index 0779bbaf183..9e6a0f1bc4c 100644 --- a/clang/docs/index.rst +++ b/clang/docs/index.rst @@ -7,7 +7,7 @@ Welcome to Clang's documentation! ================================= .. toctree:: - :maxdepth: 2 + :maxdepth: 1 LanguageExtensions LibASTMatchers |