mirror of
https://github.com/nicolabs/ciform.git
synced 2026-04-12 00:58:15 +02:00
+ using directories as namespaces for php docs
This commit is contained in:
parent
aa2bde2701
commit
d67540b0cb
|
|
@ -50,5 +50,5 @@ jsdoc:
|
|||
.PHONY: phpdoc
|
||||
phpdoc:
|
||||
-mkdir -p $(TARGET_API)
|
||||
$(PHPDOC) --directory src,/opt/PEAR/Crypt --target target/api/php/ --output "HTML:Smarty:PHP" --sourcecode on --title "Ciform PHP API documentation" --parseprivate on
|
||||
$(PHPDOC) --directory src,/opt/PEAR/Crypt --pear --target target/api/php/ --output "HTML:Smarty:PHP" --sourcecode on --title "Ciform PHP API documentation" --parseprivate on
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue