Commit 51bba363 authored by Jonathan.Wage's avatar Jonathan.Wage

Initial entry.

parent 3fd01a15
<?php
$output_directory = "api_documentation/trunk";
$parse_directory = "lib";
$template = 'HTML:Smarty:Doctrine';
$title = 'Doctrine Documentation';
$command = "phpdoc -pp on -s on -dn Doctrine -d $parse_directory -ti $title -t $output_directory -o $template";
@exec($command);
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment