CommandLine.rst: remove tiny bit of bad mark-up
authorHans Wennborg <hans@hanshq.net>
Wed, 10 Jul 2013 22:09:22 +0000 (22:09 +0000)
committerHans Wennborg <hans@hanshq.net>
Wed, 10 Jul 2013 22:09:22 +0000 (22:09 +0000)
llvm-svn: 186042

llvm/docs/CommandLine.rst

index 6535551..4c84d23 100644 (file)
@@ -925,7 +925,7 @@ This section describes the basic attributes that you can specify on options.
 
   .. code-block:: c++
 
-    cl::opt<**bool**> Quiet("quiet");
+    cl::opt<bool> Quiet("quiet");
 
 .. _cl::desc(...):