Skip to content

Commit

Permalink
Adjust kindSortOrder placing Namespace below Interface
Browse files Browse the repository at this point in the history
  • Loading branch information
typhonrt committed Jan 2, 2024
1 parent 4fdd0be commit 701b764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generate/typedoc/typedoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@ const kindSortOrder = [
'Reference',
'Project',
'Module',
'Namespace',
'Enum',
'EnumMember',
'Interface',
'Namespace',
'Class',
'TypeAlias',
'Constructor',
Expand Down

0 comments on commit 701b764

Please sign in to comment.