repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c102227
)
docs: add poolifier version to typedoc
author
Jérôme Benoit
<jerome.benoit@sap.com>
Thu, 6 Jul 2023 19:59:06 +0000
(21:59 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Thu, 6 Jul 2023 19:59:06 +0000
(21:59 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
typedoc.json
patch
|
blob
|
blame
|
history
diff --git
a/typedoc.json
b/typedoc.json
index 3031bd66a2f97f40d45454e5f5fcf3148f3b4a3b..0512900bb0fc6abfdcf706f574df8e5d4b4177d8 100644
(file)
--- a/
typedoc.json
+++ b/
typedoc.json
@@
-3,5
+3,6
@@
"tsconfig": "./tsconfig.production.json",
"entryPoints": ["src"],
"out": "docs",
- "readme": "none"
+ "readme": "none",
+ "includeVersion": true
}