This is a malformed :option: tag -- we don't have an option directive that matches it, so turning it actual text instead of a markup tag. This will hopefully fix the clang docs build (http://lab.llvm.org:8011/builders/clang-sphinx-docs/builds/15194/steps/docs-clang-html/logs/stdio)

llvm-svn: 275407
This commit is contained in:
Aaron Ballman 2016-07-14 13:01:00 +00:00
parent 053d32906f
commit c337fafa36
1 changed files with 1 additions and 1 deletions
clang/docs

View File

@ -192,5 +192,5 @@ In an SVN client, you can do:
svn diff --diff-cmd=diff -x -U0 | clang-format-diff.py -i
The :option:`-U0` will create a diff without context lines (the script would format
The option `-U0` will create a diff without context lines (the script would format
those as well).