PHP Classes

File: Makefile

Recommend this page to a friend!
  Classes of Francesco Danti   Sphinx PHP Doc RST   Makefile   Download  
File: Makefile
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Sphinx PHP Doc RST
Generate Sphinx documentation from PHPDoc comments
Author: By
Last change:
Date: 4 years ago
Size: 262 bytes
 

Contents

Class file image Download
default: test docs docs: clean ./bin/phpdoc-to-rst generate --repo-base $(CURDIR) --repo-github https://github.com/juliushaertl/phpdoc-to-rst -t ./docs/api src cd docs && make html test: phpunit -c phpunit.xml clean: rm -fr docs/api/ rm -fr docs/_build/