Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't generate documentation with phpdocumentor 2 with Netbeans

Using Netbeans "Generate PHPDoc", I'm able to generate the structure.xml for my project, but I'm at a lost as to how to get from that XML file to the fully generated phpdoc.

like image 970
nebulousGirl Avatar asked Mar 03 '26 06:03

nebulousGirl


1 Answers

I was finally able to generate my HTML files. I simply needed to activate the XSL extension manually by editing php.ini in WAMP.

I must admit that due to my lack of skills with the command line, it was somehow difficult to follow instructions that are given out on the web.

like image 92
nebulousGirl Avatar answered Mar 06 '26 03:03

nebulousGirl