<?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: A Tip for Writing Better Javadoc</title>
	<atom:link href="http://www.breakitdownblog.com/a-tip-for-writing-better-javadoc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.breakitdownblog.com/a-tip-for-writing-better-javadoc/</link>
	<description>A technical, gaming and current-events news site</description>
	<lastBuildDate>Sat, 21 Nov 2009 15:00:42 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Paul Holser</title>
		<link>http://www.breakitdownblog.com/a-tip-for-writing-better-javadoc/comment-page-1/#comment-4362</link>
		<dc:creator>Paul Holser</dc:creator>
		<pubDate>Sun, 22 Apr 2007 18:25:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.breakitdownblog.com/2007/04/21/tips-to-writing-better-javadoc/#comment-4362</guid>
		<description>Note also that since Java 5 you can use {@code} instead of the actual HTML code tags -- helps cut back on clutter.</description>
		<content:encoded><![CDATA[<p>Note also that since Java 5 you can use {@code} instead of the actual HTML code tags &#8212; helps cut back on clutter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Riyad Kalla</title>
		<link>http://www.breakitdownblog.com/a-tip-for-writing-better-javadoc/comment-page-1/#comment-4354</link>
		<dc:creator>Riyad Kalla</dc:creator>
		<pubDate>Sun, 22 Apr 2007 03:46:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.breakitdownblog.com/2007/04/21/tips-to-writing-better-javadoc/#comment-4354</guid>
		<description>Josh, very cool tip. Thanks for posting that.</description>
		<content:encoded><![CDATA[<p>Josh, very cool tip. Thanks for posting that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.breakitdownblog.com/a-tip-for-writing-better-javadoc/comment-page-1/#comment-4353</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Sun, 22 Apr 2007 03:39:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.breakitdownblog.com/2007/04/21/tips-to-writing-better-javadoc/#comment-4353</guid>
		<description>Another nice feature of @link is that you can specify the text of the link: it doesn&#039;t have to be the method. For example, you can write:

/**
 * The method for computing foo is described {@link #foo(int, long, float) here}. 
 */

`Here&#039; will be the clickable text.</description>
		<content:encoded><![CDATA[<p>Another nice feature of @link is that you can specify the text of the link: it doesn&#8217;t have to be the method. For example, you can write:</p>
<p>/**<br />
 * The method for computing foo is described {@link #foo(int, long, float) here}.<br />
 */</p>
<p>`Here&#8217; will be the clickable text.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Riyad Kalla</title>
		<link>http://www.breakitdownblog.com/a-tip-for-writing-better-javadoc/comment-page-1/#comment-4350</link>
		<dc:creator>Riyad Kalla</dc:creator>
		<pubDate>Sat, 21 Apr 2007 21:50:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.breakitdownblog.com/2007/04/21/tips-to-writing-better-javadoc/#comment-4350</guid>
		<description>Ganeshji,
Me too, I had @see annotations at the ends of long Javadoc segments and always wished I could get some nice liking going on inside the doc without embedding URLs.

I&#039;m glad it helped!</description>
		<content:encoded><![CDATA[<p>Ganeshji,<br />
Me too, I had @see annotations at the ends of long Javadoc segments and always wished I could get some nice liking going on inside the doc without embedding URLs.</p>
<p>I&#8217;m glad it helped!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ganeshji Marwaha</title>
		<link>http://www.breakitdownblog.com/a-tip-for-writing-better-javadoc/comment-page-1/#comment-4348</link>
		<dc:creator>Ganeshji Marwaha</dc:creator>
		<pubDate>Sat, 21 Apr 2007 18:39:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.breakitdownblog.com/2007/04/21/tips-to-writing-better-javadoc/#comment-4348</guid>
		<description>Thanks for the info... I was always wrongly using the @see tag for this purpose --- until now. ;)</description>
		<content:encoded><![CDATA[<p>Thanks for the info&#8230; I was always wrongly using the @see tag for this purpose &#8212; until now. <img src='http://www.breakitdownblog.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
