Skip to content

Commit

Permalink
Make sure API docs are also generated from headless code
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbrand committed Mar 15, 2019
1 parent 4c50ac2 commit a0f5dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -267,4 +267,4 @@ html: dev docsdev apidoc

PHONY: apidoc
apidoc:
$(JSDOC) --readme docs/source/jsdoc_intro.md -c docs/source/conf.json -d docs/html/api src/*.js
$(JSDOC) --readme docs/source/jsdoc_intro.md -c docs/source/conf.json -d docs/html/api src/*.js src/utils/*.js src/headless/*.js src/headless/utils/*.js

0 comments on commit a0f5dfd

Please sign in to comment.