@@ -194,7 +194,7 @@ class _OptionValueWithContext<T> {
194194 /// If non-null, the basename of the configuration file the value came from.
195195 String ? definingFile;
196196
197- /// A [pathLib .Context] variable initialized with 'canonicalDirectoryPath'.
197+ /// A [p .Context] variable initialized with 'canonicalDirectoryPath'.
198198 p.Context pathContext;
199199
200200 /// Build a _OptionValueWithContext.
@@ -795,8 +795,8 @@ mixin _DartdocFileOption<T> implements DartdocOption<T> {
795795 return __valueAtFromFiles[key];
796796 }
797797
798- /// Searches all dartdoc_options files through parent directories, starting at
799- /// [dir ] , for the option and returns one once found.
798+ /// Searches all dartdoc options files through parent directories, starting at
799+ /// [folder ] , for the option and returns one once found.
800800 _OptionValueWithContext <T >? _valueAtFromFilesFirstFound (Folder folder) {
801801 _OptionValueWithContext <T >? value;
802802 for (var dir in folder.withAncestors) {
@@ -975,8 +975,8 @@ mixin _DartdocArgOption<T> implements DartdocOption<T> {
975975 'missing path: "$missingPath "' );
976976 }
977977
978- /// Generates an _OptionValueWithContext using the value of the argument from
979- /// the [argParser ] and the working directory from [_directoryCurrent] .
978+ /// Generates an [ _OptionValueWithContext] using the value of the argument
979+ /// from the [_argResults ] and the working directory from [_directoryCurrent] .
980980 ///
981981 /// Throws [UnsupportedError] if [T] is not a supported type.
982982 _OptionValueWithContext <T >? _valueAtFromArgsWithContext () {
0 commit comments