File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5117,7 +5117,7 @@ the configuration (without a prefix: ``Auto``).
5117
5117
5118
5118
.. note ::
5119
5119
5120
- It must contain ``type ``.
5120
+ It ** must ** contain ``type ``.
5121
5121
5122
5122
Items to the left of ``type `` will be placed to the left of the type and
5123
5123
aligned in the order supplied. Items to the right of ``type `` will be
@@ -6410,6 +6410,7 @@ the configuration (without a prefix: ``Auto``).
6410
6410
6411
6411
TableGenBreakInsideDAGArg : BreakAll
6412
6412
TableGenBreakingDAGArgOperators : [ins, outs]
6413
+
6413
6414
makes the line break only occurs inside DAGArgs beginning with the
6414
6415
specified identifiers ``ins `` and ``outs ``.
6415
6416
@@ -6537,7 +6538,7 @@ The goal of the clang-format project is more on the side of supporting a
6537
6538
limited set of styles really well as opposed to supporting every single style
6538
6539
used by a codebase somewhere in the wild. Of course, we do want to support all
6539
6540
major projects and thus have established the following bar for adding style
6540
- options. Each new style option must ..
6541
+ options. Each new style option must:
6541
6542
6542
6543
* be used in a project of significant size (have dozens of contributors)
6543
6544
* have a publicly accessible style guide
Original file line number Diff line number Diff line change @@ -3650,7 +3650,7 @@ struct FormatStyle {
3650
3650
// / * type
3651
3651
// /
3652
3652
// / \note
3653
- // / It \b must contain ``type``.
3653
+ // / It ** must** contain ``type``.
3654
3654
// / \endnote
3655
3655
// /
3656
3656
// / Items to the left of ``type`` will be placed to the left of the type and
You can’t perform that action at this time.
0 commit comments