From 871e7078901d152647d16c40d9999262c777d32c Mon Sep 17 00:00:00 2001 From: Ruslan Lopatin Date: Sat, 16 Sep 2023 14:28:06 +0700 Subject: [PATCH] Sort documentation symbols --- typedoc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/typedoc.json b/typedoc.json index dbae6b1..0ad647c 100644 --- a/typedoc.json +++ b/typedoc.json @@ -1,5 +1,6 @@ { "entryPoints": ["src/mod.ts", "src/colors/mod.ts", "src/help/mod.ts"], "name": "Command Line Options Parser", + "sort": ["static-first", "visibility", "enum-value-ascending", "alphabetical", "kind"], "out": "./target/typedoc" }