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 | fe9b161fdd215b7f99621e717f02382141551fc1 (patch) | |
tree | 6b229f3212a134c59f21061898732aa1e9ce7326 | |
parent | 4c02be3b836c2c2aece0490bdac6c45d5732987c (diff) | |
download | bcm5719-llvm-fe9b161fdd215b7f99621e717f02382141551fc1.tar.gz bcm5719-llvm-fe9b161fdd215b7f99621e717f02382141551fc1.zip |
Added table of contents declaration in CommandLine Library documentation.
Contributed-by: Dan Liew <daniel.liew@imperial.ac.uk>
llvm-svn: 180919
-rw-r--r-- | llvm/docs/CommandLine.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/docs/CommandLine.rst b/llvm/docs/CommandLine.rst index 073958b16ba..ea0c369670a 100644 --- a/llvm/docs/CommandLine.rst +++ b/llvm/docs/CommandLine.rst @@ -2,6 +2,9 @@ CommandLine 2.0 Library Manual ============================== +.. contents:: + :local: + Introduction ============ |