Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
update dartdoc for the generatedByComment field
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Dec 12, 2023
1 parent a531aad commit c6b71bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/src/specs/library.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ abstract class Library
BuiltList<String> get comments;

/// A comment indicating the tool this library was generated by.
///
/// This is typically of the form `Generated by xxx.` (and should exclude
/// leading line comment characters).
String? get generatedByComment;

/// A list of analysis issues to ignore (`ignore_for_file: ...`).
Expand Down

0 comments on commit c6b71bc

Please sign in to comment.