blob: aaf383dec5f5f70c3f36bf52c2cee0ed6329e2cc (
plain) (
blame)
1
2
3
4
|
docs:
@echo "This only makes the documentation of the classes. For installation, see the readme."
@read -p "Press Enter to continue or Ctrl-C to abort." x
phpdoc -d classes/ --ignore fpdf.php --ignore Parsedown.class.php --ignore font/* -t docs
|