mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
add target apidoc
This commit is contained in:
parent
28cb809e25
commit
b605b9a1d0
3
Makefile
3
Makefile
|
@ -30,4 +30,7 @@ webapp:
|
||||||
doc:
|
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:
|
||||||
|
apigen generate -s SeedDMS_Core --exclude tests --skip-doc-prefix tests -d html
|
||||||
|
|
||||||
.PHONY: webdav webapp
|
.PHONY: webdav webapp
|
||||||
|
|
Loading…
Reference in New Issue
Block a user