Skip to content
This repository has been archived by the owner on Nov 26, 2017. It is now read-only.

phpdoc build error when use composer #365

Open
ZhangLong717 opened this issue Jun 28, 2014 · 2 comments
Open

phpdoc build error when use composer #365

ZhangLong717 opened this issue Jun 28, 2014 · 2 comments

Comments

@ZhangLong717
Copy link

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
Copy link
Author

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

@mbabker
Copy link
Contributor

mbabker commented Jun 29, 2014

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"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants