mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-18 02:59:27 +00:00
fix call of apigen
This commit is contained in:
parent
9fc3e93eaf
commit
aa8e64ddd8
2
Makefile
2
Makefile
|
@ -32,6 +32,6 @@ doc:
|
||||||
$(PHPDOC) -d SeedDMS_Core --ignore 'getusers.php,getfoldertree.php,config.php,reverselookup.php' --force -t html
|
$(PHPDOC) -d SeedDMS_Core --ignore 'getusers.php,getfoldertree.php,config.php,reverselookup.php' --force -t html
|
||||||
|
|
||||||
apidoc:
|
apidoc:
|
||||||
apigen generate -s SeedDMS_Core --exclude tests --skip-doc-prefix tests -d html
|
apigen generate -s SeedDMS_Core --exclude tests -d html
|
||||||
|
|
||||||
.PHONY: webdav webapp
|
.PHONY: webdav webapp
|
||||||
|
|
Loading…
Reference in New Issue
Block a user