File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,10 @@ DOCUMENTATIONJS_JSON_FLAGS ?= --format json
3838# This target generates source HTML documentation from [JSDoc][1]-style comments using [documentation.js][2].
3939#
4040# To install documentation.js:
41- # $ npm install documentation
41+ #
42+ # ```bash
43+ # $ npm install documentation
44+ # ```
4245#
4346# [1]: http://usejsdoc.org/
4447# [2]: https://github.com/documentationjs/documentation
@@ -56,7 +59,10 @@ documentationjs-html: $(NODE_MODULES)
5659# This target generates JSDoc JSON from [JSDoc][1]-style comments.
5760#
5861# To install documentation.js:
59- # $ npm install documentation
62+ #
63+ # ```bash
64+ # $ npm install documentation
65+ # ```
6066#
6167# [1]: http://usejsdoc.org/
6268# [2]: https://github.com/documentationjs/documentation
@@ -94,7 +100,10 @@ clean-documentationjs:
94100# This target removes any current documentation and regenerates source HTML documentation from [JSDoc][1]-style comments using [documentation.js][2].
95101#
96102# To install documentation.js:
97- # $ npm install documentation
103+ #
104+ # ```bash
105+ # $ npm install documentation
106+ # ```
98107#
99108# [1]: http://usejsdoc.org/
100109# [2]: https://github.com/documentationjs/documentation
You can’t perform that action at this time.
0 commit comments