Author: Owen Pan Date: 2024-06-02T18:03:12-07:00 New Revision: d7d2d4f53fc79b4b58e8d8d08151b577c3699d4a
URL: https://github.com/llvm/llvm-project/commit/d7d2d4f53fc79b4b58e8d8d08151b577c3699d4a DIFF: https://github.com/llvm/llvm-project/commit/d7d2d4f53fc79b4b58e8d8d08151b577c3699d4a.diff LOG: [clang-format] Fix documentation build error https://github.com/llvm/llvm-project/actions/runs/9342063971/job/25709589592 Added: Modified: clang/include/clang/Format/Format.h Removed: ################################################################################ diff --git a/clang/include/clang/Format/Format.h b/clang/include/clang/Format/Format.h index 1e220ce0749b0..9bae252df366c 100644 --- a/clang/include/clang/Format/Format.h +++ b/clang/include/clang/Format/Format.h @@ -4806,6 +4806,7 @@ struct FormatStyle { /// TableGenBreakInsideDAGArg: BreakAll /// TableGenBreakingDAGArgOperators: [ins, outs] /// \endcode + /// /// makes the line break only occurs inside DAGArgs beginning with the /// specified identifiers ``ins`` and ``outs``. /// _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits