joomla / joomla-framework

[READ-ONLY] This repo is no longer in active development. Please see https://github.com/joomla-framework for the individual Framework packages.
http://framework.joomla.org
GNU General Public License v2.0
189 stars 140 forks source link

phpdoc build error when use composer #365

Open ZhangLong717 opened 10 years ago

ZhangLong717 commented 10 years ago

I update the joomla-frameworks using composer. and then I executed the following commands.

phpdoc.bat -d htdocs/joomla-framework-master -t htdocs/out --template="responsive-twig" --markers="TODO,FIXME"

here's error. phpdoc-error bmp

ZhangLong717 commented 10 years ago

[2014-06-28 11:40:24] look error!

mbabker commented 10 years ago

Can you share some more info about your environment (like what version of phpDocumentor)? I ran a build for http://api.joomla.org/framework-1/index.html 2 weeks ago using the current Framework repos at https://github.com/joomla-framework without an issue using phpDocumentor 2.5.0 on my MacBook (PEAR installed).

This is roughly the command I used. Note that it assumes you have all of the repos checked out in one subfolder.

phpdoc -i string/src/phputf8/,test/,session/_Tests/,session/Tests/,session/vendor/,form/Tests/,form/vendor/ -d */src,session,form -t api-docs --template="joomla" --title="Joomla! Framework 1.x API"