Author: aaronballman
Date: Thu Jul 14 08:01:00 2016
New Revision: 275407

URL: http://llvm.org/viewvc/llvm-project?rev=275407&view=rev
Log:
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)

Modified:
    cfe/trunk/docs/ClangFormat.rst

Modified: cfe/trunk/docs/ClangFormat.rst
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ClangFormat.rst?rev=275407&r1=275406&r2=275407&view=diff
==============================================================================
--- cfe/trunk/docs/ClangFormat.rst (original)
+++ cfe/trunk/docs/ClangFormat.rst Thu Jul 14 08:01:00 2016
@@ -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).


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to