First Encounter with phpdocumentor.. need help !

by veeco
0 replies
Hello, today i would like to learn about phpdocumentor so i could document my code better. But i got problem here
i read the quick start guide located here: phpDocumentor Quickstart

i'm using zend server 4 ce in windows environtment (php 5.2), i use web interface method

i already install phpdoc, and it run under http://localhost/phpdoc/

i try to make a documentation from the example file (sample1.php , sample2.php, and sample3.php) as describe in quick start guide.

on Working Directory i set: D:\Program Files\Zend\Apache2\htdocs\phpdoc\tutorials\phpDocu mentor\examples

on Files Tab-Files to parse : D:\Program Files\Zend\Apache2\htdocs\phpdoc\tutorials\phpDocu mentor\examples\sample1.php

On Output Tab-Target : D:\Program Files\Zend\Apache2\htdocs\phpdoc\tutorials\phpDocu mentor\examples\docs\

when i create, it return error like this:
"Parsing Files ...

PHP Version 5.2.10
phpDocumentor version 1.4.3

Parsing configuration file phpDocumentor.ini...
(found in D:/Program Files/Zend/Apache2/htdocs/phpdoc/)...

done
Maximum memory usage set at 256M after considering php.ini...
using tokenizer Parser


Grabbing README/INSTALL/CHANGELOG

done


Tutorial/Extended Documentation Parsing Stage

done


General Parsing Stage

done

Converting From Abstract Parsed Data

Processing Class Inheritance


Processing Root Trees


Processing leftover classes (classes that extend root classes not found in the same package)
done processing leftover classes

Processing Procedural Page Element Name Conflicts


Sorting page elements...done
Formatting @uses list...done

creating D:\Program Files\Zend\Apache2\htdocs\phpdoc\tutorials\phpDocu mentor\examples\docs\/\media
copying D:\Program Files\Zend\Apache2\htdocs\phpdoc\tutorials\phpDocu mentor\examples\docs\/\media/layout.cs
copying D:\Program Files\Zend\Apache2\htdocs\phpdoc\tutorials\phpDocu mentor\examples\docs\/\media/print.cs
copying D:\Program Files\Zend\Apache2\htdocs\phpdoc\tutorials\phpDocu mentor\examples\docs\/\media/style.cs
ERROR: nothing parsed"

could you tell me what's wrong... i read the quickstart it seem like not difficult..but i found out it did difficult
#encounter #phpdocumentor

Trending Topics