We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a75ebf commit 17e6db2Copy full SHA for 17e6db2
lib/src/generator.dart
@@ -52,6 +52,9 @@ mixin GeneratorContext on DartdocOptionContextBase {
52
optionSet['relCanonicalPrefix'].valueAt(context);
53
54
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);
58
}
59
60
Uri _sdkFooterCopyrightUri;
0 commit comments