This is a malformed :option: tag -- we don't have an option directive that matches...
authorAaron Ballman <aaron@aaronballman.com>
Thu, 14 Jul 2016 13:01:00 +0000 (13:01 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 14 Jul 2016 13:01:00 +0000 (13:01 +0000)
llvm-svn: 275407

clang/docs/ClangFormat.rst

index 2967fb9..3f52b76 100644 (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).