Skip to content

Commit

Permalink
enabled extension doc type enum to fix docs search
Browse files Browse the repository at this point in the history
  • Loading branch information
clragon committed Mar 1, 2024
1 parent e0a9291 commit 4fa02a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugins/dartdoc/dartdoc_entry.dart
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ String _typeFromJson(int kind) => [
'dynamic',
'enum_',
'extension',
// 'extensionType',
'extensionType',
'function',
'library',
'method',
Expand Down

0 comments on commit 4fa02a9

Please sign in to comment.