You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public enum Foo {}
public actor Bar {}
/// Comment
public struct X {
public func baz() {}
}
Foo, Bar, and baz are all public declarations, but no warning will be emitted for missing a doc comment. The same issue also exists with BeginDocumentationCommentWithOneLineSummary and UseSynthesizedInitializer (nested structs will be skipped).
The text was updated successfully, but these errors were encountered:
Foo
,Bar
, andbaz
are all public declarations, but no warning will be emitted for missing a doc comment. The same issue also exists withBeginDocumentationCommentWithOneLineSummary
andUseSynthesizedInitializer
(nested structs will be skipped).The text was updated successfully, but these errors were encountered: