r249312 - clang-format: Small doc fix.
Daniel Jasper via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 5 06:30:43 PDT 2015
Author: djasper
Date: Mon Oct 5 08:30:42 2015
New Revision: 249312
URL: http://llvm.org/viewvc/llvm-project?rev=249312&view=rev
Log:
clang-format: Small doc fix.
Modified:
cfe/trunk/docs/ClangFormatStyleOptions.rst
Modified: cfe/trunk/docs/ClangFormatStyleOptions.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ClangFormatStyleOptions.rst?rev=249312&r1=249311&r2=249312&view=diff
==============================================================================
--- cfe/trunk/docs/ClangFormatStyleOptions.rst (original)
+++ cfe/trunk/docs/ClangFormatStyleOptions.rst Mon Oct 5 08:30:42 2015
@@ -602,9 +602,9 @@ used by a codebase somewhere in the wild
major projects and thus have established the following bar for adding style
options. Each new style option must ..
- * .. be used in a project of significant size (have dozens of contributors)
- * .. have a publicly accessible style guide
- * .. have a person willing to contribute and maintain patches
+ * be used in a project of significant size (have dozens of contributors)
+ * have a publicly accessible style guide
+ * have a person willing to contribute and maintain patches
Examples
========
More information about the cfe-commits
mailing list