summaryrefslogtreecommitdiff
path: root/docs/CommandLine.rst
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2013-07-10 22:09:22 +0000
committerHans Wennborg <hans@hanshq.net>2013-07-10 22:09:22 +0000
commitfe76696ca4aad01dc70f819f95121d8e82373e0e (patch)
treebc27b128358e336307c899feb7b34179166ad3ac /docs/CommandLine.rst
parenta739759fca088d277cbb78e3fd4b359d68a1cbcb (diff)
downloadllvm-fe76696ca4aad01dc70f819f95121d8e82373e0e.tar.gz
llvm-fe76696ca4aad01dc70f819f95121d8e82373e0e.tar.bz2
llvm-fe76696ca4aad01dc70f819f95121d8e82373e0e.tar.xz
CommandLine.rst: remove tiny bit of bad mark-up
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186042 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandLine.rst')
-rw-r--r--docs/CommandLine.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandLine.rst b/docs/CommandLine.rst
index 6535551844..4c84d23297 100644
--- a/docs/CommandLine.rst
+++ b/docs/CommandLine.rst
@@ -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(...):