1
0
mirror of synced 2025-01-18 06:21:40 +03:00

Removed. Not needed anymore.

This commit is contained in:
Jonathan.Wage 2007-10-08 15:16:49 +00:00
parent 69874b729f
commit c0818ef24a

View File

@ -1,9 +0,0 @@
<?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);