[llvm] r186042 - CommandLine.rst: remove tiny bit of bad mark-up

Hans Wennborg hans at hanshq.net
Wed Jul 10 15:09:23 PDT 2013


Author: hans
Date: Wed Jul 10 17:09:22 2013
New Revision: 186042

URL: http://llvm.org/viewvc/llvm-project?rev=186042&view=rev
Log:
CommandLine.rst: remove tiny bit of bad mark-up

Modified:
    llvm/trunk/docs/CommandLine.rst

Modified: llvm/trunk/docs/CommandLine.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandLine.rst?rev=186042&r1=186041&r2=186042&view=diff
==============================================================================
--- llvm/trunk/docs/CommandLine.rst (original)
+++ llvm/trunk/docs/CommandLine.rst Wed Jul 10 17:09:22 2013
@@ -925,7 +925,7 @@ This section describes the basic attribu
 
   .. code-block:: c++
 
-    cl::opt<**bool**> Quiet("quiet");
+    cl::opt<bool> Quiet("quiet");
 
 .. _cl::desc(...):
 





More information about the llvm-commits mailing list