Skip to content

Commit 606cc82

Browse files
committed
[Doc] Add some notes about the recently added doc comment fields.
1 parent a149313 commit 606cc82

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

utils/buildbot-release-notes.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
Latest
22
------
3+
* Three new doc comment fields, namely "- keyword:", "- recommended:"
4+
and "- recommendedover:", allow Swift users to cooperate with code
5+
completion engine to deliver more effective code completion results.
6+
The "- keyword:" field specifies concepts that are not fully manifested in
7+
declaration names. "- recommended:" indicates other declarations are preferred
8+
to the one decorated; to the contrary, "- recommendedover:" indicates
9+
the decorated declaration is preferred to those declarations whose names
10+
are specified.
311

412
* Designated class initializers declared as failable or throwing may now
513
return nil or throw an error, respectively, before the object has been

0 commit comments

Comments
 (0)