[llvm] r180675 - Documentation: end option description with a period
Dmitri Gribenko
gribozavr at gmail.com
Sat Apr 27 09:34:24 PDT 2013
Author: gribozavr
Date: Sat Apr 27 11:34:24 2013
New Revision: 180675
URL: http://llvm.org/viewvc/llvm-project?rev=180675&view=rev
Log:
Documentation: end option description with a period
Patch by Dimitry Andric.
Modified:
llvm/trunk/docs/CommandGuide/tblgen.rst
Modified: llvm/trunk/docs/CommandGuide/tblgen.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/tblgen.rst?rev=180675&r1=180674&r2=180675&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/tblgen.rst (original)
+++ llvm/trunk/docs/CommandGuide/tblgen.rst Sat Apr 27 11:34:24 2013
@@ -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
More information about the llvm-commits
mailing list