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 | 595dd5af1438141dde4f19225d5b57170c651731 (patch) | |
tree | 1453b1677baad3ec01b52e0b3052fd83b1a3f107 /docs/CommandGuide | |
parent | d57342190d40d089b4ddd703900af7cb028088c6 (diff) | |
download | external_llvm-595dd5af1438141dde4f19225d5b57170c651731.zip external_llvm-595dd5af1438141dde4f19225d5b57170c651731.tar.gz external_llvm-595dd5af1438141dde4f19225d5b57170c651731.tar.bz2 |
Documentation: end option description with a period
Patch by Dimitry Andric.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180675 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r-- | docs/CommandGuide/tblgen.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/CommandGuide/tblgen.rst b/docs/CommandGuide/tblgen.rst index 1858ee4..1c46828 100644 --- a/docs/CommandGuide/tblgen.rst +++ b/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 |