diff --git a/typedoc.json b/typedoc.json index 2535cdc..9a13263 100644 --- a/typedoc.json +++ b/typedoc.json @@ -11,6 +11,8 @@ "excludeProtected": true, "hideBreadcrumbs": true, "hideInPageTOC": true, + "sort": ["source-order"], "entryPoints": ["./src/"], + "readme": "none", "out": "./doc" }