Skip to content

Commit a5872cd

Browse files
committed
Add missing line in LibraryGenerator ctor
1 parent 899e217 commit a5872cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/builder.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ class LibraryBuilder extends _Builder {
184184
/// outputs through the [BuildStep] they should be indicated in
185185
/// [additionalOutputExtensions].
186186
///
187+
/// [header] is used to specify the content at the top of each generated file.
187188
/// If `null`, the content of [defaultFileHeader] is used.
188189
/// If [header] is an empty `String` no header is added.
189190
///

0 commit comments

Comments
 (0)