Skip to content

Commit b1cd959

Browse files
committed
feedback
1 parent 3561c81 commit b1cd959

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/src/model/model_element.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,9 @@ abstract class ModelElement
788788
}
789789

790790
extension on ElementAnnotation {
791+
/// Whether this annotation should be displayed in documentation.
792+
///
793+
/// At the moment, `pragma` is the only invisible annotation.
791794
bool get isVisibleAnnotation {
792795
if (element == null) return false;
793796

0 commit comments

Comments
 (0)