Initial entry.
This commit is contained in:
parent
3fd01a1523
commit
51bba3639e
1 changed files with 9 additions and 0 deletions
9
generate_api_docs.php
Normal file
9
generate_api_docs.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?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);
|
Loading…
Add table
Reference in a new issue