diff options
| author | Aaron Ballman <aaron@aaronballman.com> | 2016-07-14 17:15:06 +0000 |
|---|---|---|
| committer | Aaron Ballman <aaron@aaronballman.com> | 2016-07-14 17:15:06 +0000 |
| commit | 4f6b3ecfd28a3d68e0fad74dddcf871eb8ec43a5 (patch) | |
| tree | a966f021ef1d5b5abffad5a446a83ea6b0dbb538 | |
| parent | 2996a342f3766bd70c8a7cf9cad0c3422a71eea4 (diff) | |
| download | bcm5719-llvm-4f6b3ecfd28a3d68e0fad74dddcf871eb8ec43a5.tar.gz bcm5719-llvm-4f6b3ecfd28a3d68e0fad74dddcf871eb8ec43a5.zip | |
Despite there being an option, it seems that Sphinx has decided that "=123" is part of the option directive name, and so having "=0" in the option tag is problematic. Since the option tag is part of the option directive definition, it's superfluous, and so I've removed it.
llvm-svn: 275440
| -rw-r--r-- | clang/docs/UsersManual.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/docs/UsersManual.rst b/clang/docs/UsersManual.rst index 945dc53c4e7..f24e6da3a31 100644 --- a/clang/docs/UsersManual.rst +++ b/clang/docs/UsersManual.rst @@ -133,13 +133,13 @@ Options to Control Error and Warning Messages .. option:: -ferror-limit=123 Stop emitting diagnostics after 123 errors have been produced. The default is - 20, and the error limit can be disabled with :option:`-ferror-limit=0`. + 20, and the error limit can be disabled with `-ferror-limit=0`. .. option:: -ftemplate-backtrace-limit=123 Only emit up to 123 template instantiation notes within the template instantiation backtrace for a single warning or error. The default is 10, and - the limit can be disabled with :option:`-ftemplate-backtrace-limit=0`. + the limit can be disabled with `-ftemplate-backtrace-limit=0`. .. _cl_diag_formatting: |

