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
Provide diagnostic solution for invalid metadata directives in documentation comments
Description
With #1107, we introduced the org.swift.docc.Metadata.Invalid<directive name>InDocumentationComment warning which DocC produces when the Metadata directive has a child directive that isn't supported in documentation comments. It would be nice if DocC would offer a solution to remove that child directive for you.
Motivation
No response
Importance
Not very important, it is easy to remove the problematic directive manually.
Alternatives Considered
No response
The text was updated successfully, but these errors were encountered:
Feature Name
Provide diagnostic solution for invalid metadata directives in documentation comments
Description
With #1107, we introduced the
org.swift.docc.Metadata.Invalid<directive name>InDocumentationComment
warning which DocC produces when the Metadata directive has a child directive that isn't supported in documentation comments. It would be nice if DocC would offer a solution to remove that child directive for you.Motivation
No response
Importance
Not very important, it is easy to remove the problematic directive manually.
Alternatives Considered
No response
The text was updated successfully, but these errors were encountered: