blob: 507701eafcdb557faff5e84b9813ee7e393b0e41 (
plain) (
blame)
1
2
3
4
|
all:
@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
|