From fe76696ca4aad01dc70f819f95121d8e82373e0e Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Wed, 10 Jul 2013 22:09:22 +0000 Subject: [PATCH] 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 --- docs/CommandLine.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CommandLine.rst b/docs/CommandLine.rst index 65355518448..4c84d23297b 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 Quiet("quiet"); .. _cl::desc(...): -- 2.34.1