mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-13 13:14:22 +02:00
add some JSDoc to the code
This commit is contained in:
6
Makefile
6
Makefile
@ -1,6 +1,7 @@
|
||||
|
||||
|
||||
BUILDDIR?=build/htdocs/os
|
||||
BUILDDIR?=/opt/www/htdocs/os
|
||||
DOCDIR?=/opt/www/htdocs/docs/antos/api
|
||||
BLUE=\033[1;34m
|
||||
NC=\033[0m
|
||||
|
||||
@ -156,6 +157,9 @@ uglify:
|
||||
|
||||
release: main uglify
|
||||
|
||||
doc:
|
||||
typedoc --mode file --excludeNotExported --hideGenerator --out $(DOCDIR)
|
||||
|
||||
clean:
|
||||
rm -rf $(BUILDDIR)/resources
|
||||
rm -rf $(BUILDDIR)/scripts
|
||||
|
Reference in New Issue
Block a user