diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2013-04-27 16:34:24 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2013-04-27 16:34:24 +0000 |
commit | 7d8b607f4693a94e85c12429a832e53923680349 (patch) | |
tree | e41be209283b5b212a8c30aaf0cbd6bbe7b069a6 /llvm/docs/CommandGuide | |
parent | b8f9f3ef0b0b5d2f387d0181e1b563564b657b69 (diff) | |
download | llvm-7d8b607f4693a94e85c12429a832e53923680349.zip llvm-7d8b607f4693a94e85c12429a832e53923680349.tar.gz llvm-7d8b607f4693a94e85c12429a832e53923680349.tar.bz2 |
Documentation: end option description with a period
Patch by Dimitry Andric.
llvm-svn: 180675
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/tblgen.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/tblgen.rst b/llvm/docs/CommandGuide/tblgen.rst index 1858ee4..1c46828 100644 --- a/llvm/docs/CommandGuide/tblgen.rst +++ b/llvm/docs/CommandGuide/tblgen.rst @@ -23,6 +23,8 @@ file to read as input. OPTIONS ------- +.. program:: tblgen + .. option:: -help Print a summary of command line options. @@ -56,7 +58,7 @@ OPTIONS .. option:: -print-enums - Print enumeration values for a class + Print enumeration values for a class. .. option:: -print-sets |