From: Aaron Ballman Date: Thu, 14 Jul 2016 13:01:00 +0000 (+0000) Subject: This is a malformed :option: tag -- we don't have an option directive that matches... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1faaf4383ff8c9cc35af566087cfb9ac23c8e6b1;p=clang 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) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@275407 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ClangFormat.rst b/docs/ClangFormat.rst index 2967fb9aab..3f52b767e3 100644 --- a/docs/ClangFormat.rst +++ b/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).