From 92fa845b20a8e0c0e0f102e2d9f8b95a796584c9 Mon Sep 17 00:00:00 2001 From: Tushar Mathur Date: Tue, 23 Apr 2019 23:23:50 +0530 Subject: [PATCH] fix(doc): remove generator footer --- typedoc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/typedoc.json b/typedoc.json index c1d0e748..5c453e96 100644 --- a/typedoc.json +++ b/typedoc.json @@ -3,6 +3,7 @@ "excludeNotExported": true, "excludePrivate": true, "excludeProtected": true, + "hideGenerator": true, "mode": "file", "out": "docs", "exclude": ["test/**"],