Skip to content

Commit d3e8d07

Browse files
committed
Tiny tweak to LibraryBuilder ctor docs
1 parent a5872cd commit d3e8d07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/src/builder.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,12 +184,12 @@ class LibraryBuilder extends _Builder {
184184
/// outputs through the [BuildStep] they should be indicated in
185185
/// [additionalOutputExtensions].
186186
///
187+
/// [formatOutput] is called to format the generated code. Defaults to
188+
/// [DartFormatter.format].
189+
///
187190
/// [header] is used to specify the content at the top of each generated file.
188191
/// If `null`, the content of [defaultFileHeader] is used.
189192
/// If [header] is an empty `String` no header is added.
190-
///
191-
/// [formatOutput] is called to format the generated code. Defaults to
192-
/// [DartFormatter.format].
193193
LibraryBuilder(Generator generator,
194194
{String formatOutput(String code),
195195
String generatedExtension: '.g.dart',

0 commit comments

Comments
 (0)