Skip to content

Commit 9610de2

Browse files
committed
Set verbose to true when generating HTML docs
1 parent ce0f462 commit 9610de2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ docs-jsdoc: node_modules
363363
--configure $(JSDOC_CONF) \
364364
--encoding utf8 \
365365
--destination $(JSDOC_OUT) \
366+
--verbose \
366367
$(SOURCES)
367368

368369
jsdoc-json: node_modules

0 commit comments

Comments
 (0)