]> granicus.if.org Git - clang/commitdiff
clang-format: Fix language of DisableFormat description
authorBirunthan Mohanathas <birunthan@mohanathas.com>
Sat, 27 Jun 2015 09:25:28 +0000 (09:25 +0000)
committerBirunthan Mohanathas <birunthan@mohanathas.com>
Sat, 27 Jun 2015 09:25:28 +0000 (09:25 +0000)
This is a comment-only change to test commit access.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@240879 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ClangFormatStyleOptions.rst
include/clang/Format/Format.h

index f4c4c8cc9a218fe9965782424af0710464274cca..837d184a95991699f7003b911d58e8ad30c615e8 100644 (file)
@@ -327,7 +327,7 @@ the configuration (without a prefix: ``Auto``).
   alignment of & and \*. ``PointerAlignment`` is then used only as fallback.
 
 **DisableFormat** (``bool``)
-  Disables formatting at all.
+  Disables formatting completely.
 
 **ExperimentalAutoDetectBinPacking** (``bool``)
   If ``true``, clang-format detects whether function calls and
index ad87a057a6a7f8b256030370e99ce248386db065..faf01fc8e3d93442e3c8992dc05d5211fbcb3f5d 100644 (file)
@@ -409,7 +409,7 @@ struct FormatStyle {
   /// which should not be split into lines or otherwise changed.
   std::string CommentPragmas;
 
-  /// \brief Disables formatting at all.
+  /// \brief Disables formatting completely.
   bool DisableFormat;
 
   /// \brief A vector of macros that should be interpreted as foreach loops