projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a739759
)
CommandLine.rst: remove tiny bit of bad mark-up
author
Hans Wennborg
<hans@hanshq.net>
Wed, 10 Jul 2013 22:09:22 +0000
(22:09 +0000)
committer
Hans Wennborg
<hans@hanshq.net>
Wed, 10 Jul 2013 22:09:22 +0000
(22:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186042
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/CommandLine.rst
patch
|
blob
|
history
diff --git
a/docs/CommandLine.rst
b/docs/CommandLine.rst
index 65355518448362d2aaeccf89c1a4d7b0b6617555..4c84d23297b45c789561630e27365a861f0824fc 100644
(file)
--- 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(...):