Skip to content

brice/phpunit-documentation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Building the Documentation

Requirements

  • Apache Ant
  • PHP 5 (with DOM, PCRE, SPL, and Tokenizer extensions enabled)
  • Ruby
  • xsltproc

Building the Documentation

To build the complete documentation use:

cd build
ant

To build only one version of the documentation use:

cd build
ant build-LANG-VERSION

for example

cd build
ant build-en-4.3

Output

The generated files will be in build/output/VERSION/LANG.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 89.2%
  • XSLT 9.5%
  • JavaScript 0.8%
  • Java 0.2%
  • CSS 0.1%
  • Perl 0.1%
  • Other 0.1%