diff options
author | Tim Northover <t.p.northover@gmail.com> | 2019-11-19 20:46:20 +0000 |
---|---|---|
committer | Tim Northover <t.p.northover@gmail.com> | 2019-11-19 20:47:21 +0000 |
commit | 75b5db3094399302a1f60f5e09cf3d6ed8d161fb (patch) | |
tree | dfc9fe5bfd7ca0e55fe7eaa6b3bc1996359d0920 | |
parent | 586f65d31f32ca6bc8cfdb8a4f61bee5057bf6c8 (diff) | |
download | bcm5719-llvm-75b5db3094399302a1f60f5e09cf3d6ed8d161fb.tar.gz bcm5719-llvm-75b5db3094399302a1f60f5e09cf3d6ed8d161fb.zip |
[docs] Remove dangling parenthesis from documentation
Patch by leiteg.
-rw-r--r-- | llvm/docs/CommandLine.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandLine.rst b/llvm/docs/CommandLine.rst index 7c804d42c35..a7db630d17d 100644 --- a/llvm/docs/CommandLine.rst +++ b/llvm/docs/CommandLine.rst @@ -1277,7 +1277,7 @@ Top-Level Classes and Functions ------------------------------- Despite all of the built-in flexibility, the CommandLine option library really -only consists of one function `cl::ParseCommandLineOptions`_) and three main +only consists of one function `cl::ParseCommandLineOptions`_ and three main classes: `cl::opt`_, `cl::list`_, and `cl::alias`_. This section describes these three classes in detail. |