<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ryan Price &#187; Documentation</title>
	<atom:link href="http://www.ryanprice.ca/category/technology/documentation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ryanprice.ca</link>
	<description>The definitive proof that I'm a geek at heart</description>
	<lastBuildDate>Wed, 01 Sep 2010 18:23:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to Easily Document Your PHP Code</title>
		<link>http://www.ryanprice.ca/how-to-easily-document-your-php-code/</link>
		<comments>http://www.ryanprice.ca/how-to-easily-document-your-php-code/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 22:40:04 +0000</pubDate>
		<dc:creator>Ryan Price</dc:creator>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.ryanprice.ca/work/?p=31</guid>
		<description><![CDATA[So you&#8217;ve spent all sorts of time developing an amazing PHP application. You want to share your awesomeness with the world. The only problem is you hate writing documentation. No problem! PHPdoc to the rescue! If you write your application with PHPdoc in mind, then your documentation will be done when the application is! All [...]<p>This post is from <a href="http://www.ryanprice.ca">Ryan Price's blog</a>.<br/><br/><a href="http://www.ryanprice.ca/how-to-easily-document-your-php-code/">How to Easily Document Your PHP Code</a></p>
]]></description>
			<content:encoded><![CDATA[<p>So you&#8217;ve spent all sorts of time developing an amazing PHP application.  You want to share your awesomeness with the world.  The only problem is you hate writing documentation.  No problem!</p>
<p><a href="http://www.phpdoc.org/" target="_blank">PHPdoc</a> to the rescue!</p>
<p>If you write your application with PHPdoc in mind, then your documentation will be done when the application is!  All you need to do is comment your functions/methods using the correct form, and PHPdoc will handle all the documentation.</p>
<p>For those who are more familiar with Java, this may sound familiar (and for good reason).  This is PHP&#8217;s version of JavaDoc.  So if you&#8217;ve used JavaDoc before then phpDoc will be a breeze.</p>
<p>Check out their site at <a href="http://www.phpdoc.org/" target="_blank">http://www.phpdoc.org/</a> for more.  Enjoy!</p>
<p>This post is from <a href="http://www.ryanprice.ca">Ryan Price&#8217;s blog</a>.<br/><br/><a href="http://www.ryanprice.ca/how-to-easily-document-your-php-code/">How to Easily Document Your PHP Code</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ryanprice.ca/how-to-easily-document-your-php-code/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
