From c337fafa3638c24e21553a684661021ba024e3e8 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Thu, 14 Jul 2016 13:01:00 +0000 Subject: [PATCH] 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 --- clang/docs/ClangFormat.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/docs/ClangFormat.rst b/clang/docs/ClangFormat.rst index 2967fb9..3f52b767 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). -- 2.7.4