mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 21:16:07 +00:00
fix target to create api doc
This commit is contained in:
parent
8d2becb0ca
commit
c9ea05b263
4
Makefile
4
Makefile
|
@ -62,7 +62,9 @@ repository:
|
||||||
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
|
||||||
|
|
||||||
|
# Download apigen with
|
||||||
|
# composer create-project --no-dev apigen/apigen:^7.0@alpha tools/apigen
|
||||||
apidoc:
|
apidoc:
|
||||||
apigen generate -s SeedDMS_Core --exclude tests -d html
|
tools/apigen/bin/apigen SeedDMS_Core/Core --exclude "tests/*" --output html
|
||||||
|
|
||||||
.PHONY: doc webdav webapp repository
|
.PHONY: doc webdav webapp repository
|
||||||
|
|
Loading…
Reference in New Issue
Block a user