Skip to content

Commit bff3982

Browse files
author
Minggang Wang
committed
Add project name and version number to jsdoc
This patch incorporates the package.json to add project's name and version number on the homepage when generating jsdoc Fix #None
1 parent 602a5df commit bff3982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
index.html : ../index.js ../lib/*.js ./jsdoc-template
2-
jsdoc ../index.js ../lib/*.js -t ./jsdoc-template -d .
2+
jsdoc --package ../package.json ../index.js ../lib/*.js -t ./jsdoc-template -d .

0 commit comments

Comments
 (0)