[clang-format][NFC] Remove a superfluous semicolon after \version
authorOwen Pan <owenpiano@gmail.com>
Tue, 3 Jan 2023 02:49:25 +0000 (18:49 -0800)
committerOwen Pan <owenpiano@gmail.com>
Tue, 3 Jan 2023 02:55:30 +0000 (18:55 -0800)
clang/include/clang/Format/Format.h

index 514ef16..b6fd661 100644 (file)
@@ -2867,7 +2867,7 @@ struct FormatStyle {
   };
 
   /// The pack constructor initializers style to use.
-  /// \version 14;
+  /// \version 14
   PackConstructorInitializersStyle PackConstructorInitializers;
 
   /// The penalty for breaking around an assignment operator.