Skip to content

Commit e23ed44

Browse files
authored
Switch on the enhanced reference lookup system (#2705)
* It 'works' but no tests for new functionality yet * dartfmt * add tests for type parameters, handle more constructor parameter edge cases * dartfmt rebuild * remove debugging * correct isEquivalentTo to handle element type forwarding * The big switch * This was never correct, delete hrefs for type parameters * Correct a problem with inherited docs * Remember, we need both * Correct remaining SDK issues * add a fully qualified name for DefinedElementType so that the comparison messages are more useful * Remove commented out code block * Stabilize the global table insertion order in the new lookup code. * Keep using all packages -- might be necessary in some cases and I've done all my testing that way so far. * Make byName more stable via hashCode. * No need to rename it
1 parent 1b3a032 commit e23ed44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/dartdoc_options.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1426,7 +1426,7 @@ Future<List<DartdocOption<Object>>> createDartdocOptions(
14261426
DartdocOptionArgOnly<List<String>>('excludePackages', [], resourceProvider,
14271427
help: 'Package names to ignore.', splitCommas: true),
14281428
DartdocOptionArgFile<bool>(
1429-
'enhancedReferenceLookup', false, resourceProvider,
1429+
'enhancedReferenceLookup', true, resourceProvider,
14301430
hide: true,
14311431
help:
14321432
'Use the new comment reference lookup system instead of the legacy '

0 commit comments

Comments
 (0)