diff options
author | Tobias Grosser <grosser@fim.uni-passau.de> | 2013-05-02 14:59:52 +0000 |
---|---|---|
committer | Tobias Grosser <grosser@fim.uni-passau.de> | 2013-05-02 14:59:52 +0000 |
commit | 66bb622cff8b5fa0eb3b036f42eb43853a05ad2e (patch) | |
tree | 4425f8ae5792ee708a8b5ffc39198e8183465ae2 /docs | |
parent | 299eb2e6e15f0df73ce6202849fd2b4f0713cc1f (diff) |
Added table of contents declaration in CommandLine Library documentation.
Contributed-by: Dan Liew <daniel.liew@imperial.ac.uk>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180919 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CommandLine.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/CommandLine.rst b/docs/CommandLine.rst index 073958b16b..ea0c369670 100644 --- a/docs/CommandLine.rst +++ b/docs/CommandLine.rst @@ -2,6 +2,9 @@ CommandLine 2.0 Library Manual ============================== +.. contents:: + :local: + Introduction ============ |