================ @@ -922,8 +922,39 @@ struct FormatStyle { /// }; /// int f(); /// int f() { return 1; } + /// int LongName:: + /// AnotherLongName(); /// \endcode ---------------- owenca wrote:
Change the comments (lines 917-927) to something like the following: ``` /// This is **deprecated**. See ``Automatic`` below. ``` https://github.com/llvm/llvm-project/pull/78011 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits