Skip to content

Commit ca50d1e

Browse files
committed
Update documentation label
1 parent e1b5296 commit ca50d1e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/include/clang/Basic/AttrDocs.td

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8231,9 +8231,8 @@ its underlying representation to be a WebAssembly ``funcref``.
82318231

82328232
def PreferredTypeDocumentation : Documentation {
82338233
let Category = DocCatField;
8234+
let Label = "langext-preferred_type_documentation";
82348235
let Content = [{
8235-
.. _langext-preferred_type_documentation:
8236-
82378236
This attribute allows adjusting the type of a bit-field in debug information.
82388237
This can be helpful when a bit-field is intended to store an enumeration value,
82398238
but has to be specified as having the enumeration's underlying type in order to

0 commit comments

Comments
 (0)