1 .PHONY
: help
test test-light
3 # Run 'make test' to run the parser tests.
4 # Run 'make doc' to run the phpdoc generation.
5 # Run 'make doxydoc' (unsupported doxygen generation).
11 php parserTests.php
--color
=light
15 echo
'Doc generation done. Look at ./docs/html/'
18 cd ..
&& doxygen maintenance
/mwdoxygen.cfg
19 echo
'Doc generation done. Look at ./docs/html/'