Hey all
I cannot seem to get any XML generated when specifying the said template. If I run the command without the template I do see the docs generated but XML is still a no go for me.
XML file to be generated
I cannot find the XML file anywhere
$ php phpDocumentor.phar run -d ./src/ -t ./docs/ --template=xmldocs/ folder or the build folder$ php phpDocumentor.phar run -d ./src/ -t ./docs/ --template="xml"Any pointers would be greatly appreciated.
Thank you
Hi Niden,
Thanks for your report. Somehow the xml templates in phpdoc 3 are not working I will start searching why. Will keep you posted.
It turnsout that we missed the xml templates somehow and that there was a bug in the commandline argument handling for templates.
I checked both issues with our own code base. If you are able to check the latest version in develop that would be nice. There is no phar available yet.
Thank you! Looking forward to the next release.
We released a new version yesterday. I will close this issue. Feel free to reopen when this issue still exists.