mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 16:31:08 -06:00
cd6a2c431e
Installation: https://github.com/senchalabs/jsduck/wiki/Installation Basically it requires ruby and jsduck gem. Usage: $ cd install/ui/doc $ make Documentation will be generated into: install/ui/build/code_doc directory
6 lines
69 B
Makefile
6 lines
69 B
Makefile
all:
|
|
jsduck --config config.json
|
|
|
|
clean:
|
|
@rm -rf ../build/code_doc
|