summaryrefslogtreecommitdiffstats
path: root/clang/docs/ClangFormat.rst
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2016-07-14 13:01:00 +0000
committerAaron Ballman <aaron@aaronballman.com>2016-07-14 13:01:00 +0000
commitc337fafa3638c24e21553a684661021ba024e3e8 (patch)
tree93ec1f76aa648bcdac6eb2ee028d40a5c95bd1dd /clang/docs/ClangFormat.rst
parent053d32906f7c65852ba49d9df26c7b16d0fa0759 (diff)
downloadbcm5719-llvm-c337fafa3638c24e21553a684661021ba024e3e8.tar.gz
bcm5719-llvm-c337fafa3638c24e21553a684661021ba024e3e8.zip
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
Diffstat (limited to 'clang/docs/ClangFormat.rst')
-rw-r--r--clang/docs/ClangFormat.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/ClangFormat.rst b/clang/docs/ClangFormat.rst
index 2967fb9aab2..3f52b767e3a 100644
--- a/clang/docs/ClangFormat.rst
+++ b/clang/docs/ClangFormat.rst
@@ -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).
OpenPOWER on IntegriCloud