mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +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:
|
||||
$(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:
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user