<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: PhpDocumentor in 5 minutes</title>
	<atom:link href="http://www.glenscott.co.uk/blog/2009/02/18/phpdocumentor-in-5-minutes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.glenscott.co.uk/blog/2009/02/18/phpdocumentor-in-5-minutes/</link>
	<description>Thoughts on software development and other geeky pursuits.</description>
	<lastBuildDate>Thu, 09 Feb 2012 09:38:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Glen</title>
		<link>http://www.glenscott.co.uk/blog/2009/02/18/phpdocumentor-in-5-minutes/comment-page-1/#comment-82286</link>
		<dc:creator>Glen</dc:creator>
		<pubDate>Fri, 02 Dec 2011 08:23:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.glenscott.co.uk/?p=310#comment-82286</guid>
		<description>Hi Chetan,

What is the exact phpdoc command that you are running?  

-Glen</description>
		<content:encoded><![CDATA[<p>Hi Chetan,</p>
<p>What is the exact phpdoc command that you are running?  </p>
<p>-Glen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chetan</title>
		<link>http://www.glenscott.co.uk/blog/2009/02/18/phpdocumentor-in-5-minutes/comment-page-1/#comment-82281</link>
		<dc:creator>Chetan</dc:creator>
		<pubDate>Fri, 02 Dec 2011 05:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.glenscott.co.uk/?p=310#comment-82281</guid>
		<description>Hi 
Glen i am  any response form your side till now.</description>
		<content:encoded><![CDATA[<p>Hi<br />
Glen i am  any response form your side till now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chetan</title>
		<link>http://www.glenscott.co.uk/blog/2009/02/18/phpdocumentor-in-5-minutes/comment-page-1/#comment-81827</link>
		<dc:creator>Chetan</dc:creator>
		<pubDate>Thu, 24 Nov 2011 11:20:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.glenscott.co.uk/?p=310#comment-81827</guid>
		<description>Hi 
I am unable to run phpdoc on ubuntu  11.04.
When i run this then Iam faceing that type of error 
Parsing Files ...

PHP Version 5.3.5-1ubuntu7.3
phpDocumentor version 1.4.3

Parsing configuration file phpDocumentor.ini...
   (found in /var/www/PhpDocumentor/PhpDocumentor-1.4.3/)...

done
Maximum memory usage set at 828M after considering php.ini...
using tokenizer Parser
File /var/www/PhpDocumentor/PhpDocumentor-1.4.3/docbuilder Ignored

ERROR: nothing parsed</description>
		<content:encoded><![CDATA[<p>Hi<br />
I am unable to run phpdoc on ubuntu  11.04.<br />
When i run this then Iam faceing that type of error<br />
Parsing Files &#8230;</p>
<p>PHP Version 5.3.5-1ubuntu7.3<br />
phpDocumentor version 1.4.3</p>
<p>Parsing configuration file phpDocumentor.ini&#8230;<br />
   (found in /var/www/PhpDocumentor/PhpDocumentor-1.4.3/)&#8230;</p>
<p>done<br />
Maximum memory usage set at 828M after considering php.ini&#8230;<br />
using tokenizer Parser<br />
File /var/www/PhpDocumentor/PhpDocumentor-1.4.3/docbuilder Ignored</p>
<p>ERROR: nothing parsed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coombesy</title>
		<link>http://www.glenscott.co.uk/blog/2009/02/18/phpdocumentor-in-5-minutes/comment-page-1/#comment-80856</link>
		<dc:creator>coombesy</dc:creator>
		<pubDate>Fri, 28 Oct 2011 19:03:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.glenscott.co.uk/?p=310#comment-80856</guid>
		<description>I&#039;m getting the same error as @Bill  and @Arun

If this helps anyone, found a win based solution at: http://stackoverflow.com/questions/4723781/phpdocumentor-on-legacy-code

I&#039;m using a debian system but will post my solution later... if I find one</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting the same error as @Bill  and @Arun</p>
<p>If this helps anyone, found a win based solution at: <a href="http://stackoverflow.com/questions/4723781/phpdocumentor-on-legacy-code" rel="nofollow">http://stackoverflow.com/questions/4723781/phpdocumentor-on-legacy-code</a></p>
<p>I&#8217;m using a debian system but will post my solution later&#8230; if I find one</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.glenscott.co.uk/blog/2009/02/18/phpdocumentor-in-5-minutes/comment-page-1/#comment-80382</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Wed, 12 Oct 2011 20:07:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.glenscott.co.uk/?p=310#comment-80382</guid>
		<description>You could try missing out the final forward slash (solidus) from your directory:
&lt;code&gt;
phpdoc â€“f Accumulator.php -t /projects/a/project_00015/docs&lt;/code&gt;

If you are going to use the long options, though I don&#039;t think that&#039;s the cause of the error, don&#039;t forget you must precede them with two hyphens, not one:
--target</description>
		<content:encoded><![CDATA[<p>You could try missing out the final forward slash (solidus) from your directory:<br />
<code><br />
phpdoc â€“f Accumulator.php -t /projects/a/project_00015/docs</code></p>
<p>If you are going to use the long options, though I don&#8217;t think that&#8217;s the cause of the error, don&#8217;t forget you must precede them with two hyphens, not one:<br />
&#8211;target</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glen</title>
		<link>http://www.glenscott.co.uk/blog/2009/02/18/phpdocumentor-in-5-minutes/comment-page-1/#comment-79697</link>
		<dc:creator>Glen</dc:creator>
		<pubDate>Thu, 22 Sep 2011 11:16:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.glenscott.co.uk/?p=310#comment-79697</guid>
		<description>Hi Arun,

Try using the long options instead:

phpdoc â€“file Accumulator.php â€“target /projects/a/project_00015/docs/

Do you get the same error?</description>
		<content:encoded><![CDATA[<p>Hi Arun,</p>
<p>Try using the long options instead:</p>
<p>phpdoc â€“file Accumulator.php â€“target /projects/a/project_00015/docs/</p>
<p>Do you get the same error?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arun Solomon</title>
		<link>http://www.glenscott.co.uk/blog/2009/02/18/phpdocumentor-in-5-minutes/comment-page-1/#comment-79695</link>
		<dc:creator>Arun Solomon</dc:creator>
		<pubDate>Thu, 22 Sep 2011 09:52:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.glenscott.co.uk/?p=310#comment-79695</guid>
		<description>I am getting the following error when i execute the following command:

PHP Version 5.3.5-1ubuntu7.2
phpDocumentor version 1.4.3

Parsing configuration file phpDocumentor.ini...
   (found in /var/www/PhpDocumentor/)...

done
Maximum memory usage setting disabled by php.ini...
using tokenizer Parser
a target directory must be specified
 try phpdoc -h</description>
		<content:encoded><![CDATA[<p>I am getting the following error when i execute the following command:</p>
<p>PHP Version 5.3.5-1ubuntu7.2<br />
phpDocumentor version 1.4.3</p>
<p>Parsing configuration file phpDocumentor.ini&#8230;<br />
   (found in /var/www/PhpDocumentor/)&#8230;</p>
<p>done<br />
Maximum memory usage setting disabled by php.ini&#8230;<br />
using tokenizer Parser<br />
a target directory must be specified<br />
 try phpdoc -h</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glen</title>
		<link>http://www.glenscott.co.uk/blog/2009/02/18/phpdocumentor-in-5-minutes/comment-page-1/#comment-72139</link>
		<dc:creator>Glen</dc:creator>
		<pubDate>Sun, 09 Jan 2011 18:59:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.glenscott.co.uk/?p=310#comment-72139</guid>
		<description>@Bill Hernandez

Try using the long options instead:

phpdoc --file Accumulator.php --target /projects/a/project_00015/docs/

Do you get the same error?</description>
		<content:encoded><![CDATA[<p>@Bill Hernandez</p>
<p>Try using the long options instead:</p>
<p>phpdoc &#8211;file Accumulator.php &#8211;target /projects/a/project_00015/docs/</p>
<p>Do you get the same error?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Hernandez</title>
		<link>http://www.glenscott.co.uk/blog/2009/02/18/phpdocumentor-in-5-minutes/comment-page-1/#comment-72078</link>
		<dc:creator>Bill Hernandez</dc:creator>
		<pubDate>Tue, 04 Jan 2011 02:56:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.glenscott.co.uk/?p=310#comment-72078</guid>
		<description>Thank you for posting this article...

I used pear to install, as you recommended, but keep getting this error

Any ideas ?

Best Regards.

phpdoc â€“f Accumulator.php â€“t /projects/a/project_00015/docs/
PHP Version 5.3.3
phpDocumentor version 1.4.3

Parsing configuration file phpDocumentor.ini...
   (found in /usr/lib/php/data/PhpDocumentor/)...

done
Maximum memory usage set at 256M after considering php.ini...
using tokenizer Parser
a target directory must be specified
 try phpdoc -h</description>
		<content:encoded><![CDATA[<p>Thank you for posting this article&#8230;</p>
<p>I used pear to install, as you recommended, but keep getting this error</p>
<p>Any ideas ?</p>
<p>Best Regards.</p>
<p>phpdoc â€“f Accumulator.php â€“t /projects/a/project_00015/docs/<br />
PHP Version 5.3.3<br />
phpDocumentor version 1.4.3</p>
<p>Parsing configuration file phpDocumentor.ini&#8230;<br />
   (found in /usr/lib/php/data/PhpDocumentor/)&#8230;</p>
<p>done<br />
Maximum memory usage set at 256M after considering php.ini&#8230;<br />
using tokenizer Parser<br />
a target directory must be specified<br />
 try phpdoc -h</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glen</title>
		<link>http://www.glenscott.co.uk/blog/2009/02/18/phpdocumentor-in-5-minutes/comment-page-1/#comment-63151</link>
		<dc:creator>Glen</dc:creator>
		<pubDate>Wed, 05 Aug 2009 18:38:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.glenscott.co.uk/?p=310#comment-63151</guid>
		<description>&lt;p&gt;No problem Frederik, I&#039;m glad you found the tutorial useful!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>No problem Frederik, I&#8217;m glad you found the tutorial useful!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

