Messing with typedoc 1.
This commit is contained in:
parent
54a9059f8d
commit
a7a88afa91
1 changed files with 30 additions and 0 deletions
30
typedoc.json
Normal file
30
typedoc.json
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
{
|
||||||
|
"sort": ["kind", "alphabetical"],
|
||||||
|
"kindSortOrder": [
|
||||||
|
"Reference",
|
||||||
|
"Project",
|
||||||
|
"Module",
|
||||||
|
"Namespace",
|
||||||
|
"Class",
|
||||||
|
"TypeAlias",
|
||||||
|
"Constructor",
|
||||||
|
"Method",
|
||||||
|
"Function",
|
||||||
|
"Interface",
|
||||||
|
"Property",
|
||||||
|
"Variable",
|
||||||
|
"Enum",
|
||||||
|
"EnumMember",
|
||||||
|
"Accessor",
|
||||||
|
"ObjectLiteral",
|
||||||
|
"Parameter",
|
||||||
|
"TypeParameter",
|
||||||
|
"TypeLiteral",
|
||||||
|
"CallSignature",
|
||||||
|
"ConstructorSignature",
|
||||||
|
"IndexSignature",
|
||||||
|
"GetSignature",
|
||||||
|
"SetSignature"
|
||||||
|
],
|
||||||
|
"groupOrder": ["Functions", "Variables", "*"]
|
||||||
|
}
|
Loading…
Reference in a new issue