mirror of
https://github.com/nicolabs/ciform.git
synced 2026-04-17 16:35:28 +02:00
# icon updated
# "deprecated" subdirectory not taken in account anymore by the doc generator
This commit is contained in:
parent
5837441a3f
commit
63a77ef84e
|
|
@ -41,7 +41,7 @@ clean:
|
|||
.PHONY: doc
|
||||
doc:
|
||||
-mkdir -p $(TARGET_API)
|
||||
$(JSDOC) -d $(TARGET_API)/js --no-lexical-privates -r src --package-naming --nested-file-naming --logo pix/ciform-blue.png --project-name Ciform
|
||||
$(JSDOC) -d $(TARGET_API)/js --no-lexical-privates --package-naming --nested-file-naming --logo pix/ciform-flat-48x48.png --project-name Ciform src/*.js
|
||||
#./phpdoc.sh
|
||||
#doxygen ./Doxyfile
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue