Skip to content

Commit 17e6db2

Browse files
committed
Temporarily dupe useBaseHrefs in GeneratorContext
1 parent 3a75ebf commit 17e6db2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/src/generator.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ mixin GeneratorContext on DartdocOptionContextBase {
5252
optionSet['relCanonicalPrefix'].valueAt(context);
5353

5454
String get templatesDir => optionSet['templatesDir'].valueAt(context);
55+
56+
// TODO(jdkoren): duplicated temporarily so that GeneratorContext is enough for configuration.
57+
bool get useBaseHref => optionSet['useBaseHref'].valueAt(context);
5558
}
5659

5760
Uri _sdkFooterCopyrightUri;

0 commit comments

Comments
 (0)