<?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: Version 0.4 of jsdoc-tk-ext</title>
	<atom:link href="http://corneliusweiss.de/2008/08/22/version-04-of-jsdoc-tk-ext/feed/" rel="self" type="application/rss+xml" />
	<link>http://corneliusweiss.de/2008/08/22/version-04-of-jsdoc-tk-ext/</link>
	<description>Exciting brainjunk of Cornelius Weiss</description>
	<lastBuildDate>Tue, 07 Jun 2011 19:20:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2-alpha</generator>
	<item>
		<title>By: Rob Messer</title>
		<link>http://corneliusweiss.de/2008/08/22/version-04-of-jsdoc-tk-ext/comment-page-1/#comment-24763</link>
		<dc:creator>Rob Messer</dc:creator>
		<pubDate>Wed, 26 Aug 2009 07:26:38 +0000</pubDate>
		<guid isPermaLink="false">http://corneliusweiss.de/?p=84#comment-24763</guid>
		<description>Cornelius,

Thanks for posting your 0.4 version.  It works pretty well and I like the output format, and the fact that it is based on a jsdoc-toolkit template.  But just wondering, are you planning on releasing any more versions or is this pretty much it?  Thanks,

Rob</description>
		<content:encoded><![CDATA[<p>Cornelius,</p>
<p>Thanks for posting your 0.4 version.  It works pretty well and I like the output format, and the fact that it is based on a jsdoc-toolkit template.  But just wondering, are you planning on releasing any more versions or is this pretty much it?  Thanks,</p>
<p>Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cole</title>
		<link>http://corneliusweiss.de/2008/08/22/version-04-of-jsdoc-tk-ext/comment-page-1/#comment-9699</link>
		<dc:creator>cole</dc:creator>
		<pubDate>Sat, 22 Nov 2008 21:19:43 +0000</pubDate>
		<guid isPermaLink="false">http://corneliusweiss.de/?p=84#comment-9699</guid>
		<description>allow to specify config options for undefined properties ?
how do it?
I test always failure.

thanks</description>
		<content:encoded><![CDATA[<p>allow to specify config options for undefined properties ?<br />
how do it?<br />
I test always failure.</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Barlow</title>
		<link>http://corneliusweiss.de/2008/08/22/version-04-of-jsdoc-tk-ext/comment-page-1/#comment-7965</link>
		<dc:creator>Luke Barlow</dc:creator>
		<pubDate>Tue, 14 Oct 2008 14:29:15 +0000</pubDate>
		<guid isPermaLink="false">http://corneliusweiss.de/?p=84#comment-7965</guid>
		<description>never mind that last comment. I figured it out. You put it at the top, rather than below @extends</description>
		<content:encoded><![CDATA[<p>never mind that last comment. I figured it out. You put it at the top, rather than below @extends</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Barlow</title>
		<link>http://corneliusweiss.de/2008/08/22/version-04-of-jsdoc-tk-ext/comment-page-1/#comment-7964</link>
		<dc:creator>Luke Barlow</dc:creator>
		<pubDate>Tue, 14 Oct 2008 14:23:51 +0000</pubDate>
		<guid isPermaLink="false">http://corneliusweiss.de/?p=84#comment-7964</guid>
		<description>Hi,

just been playing with your jsdoc toolkit, which mostly seems to work great. However, I&#039;m not sure how to get the general notes at the top of a class in there. For example, I&#039;m hoping to be able to write something like the following in my source code


/**
 * @class MyComponent
 * @extends Ext.Component
 * I want to be able to describe some general stuff about my class here,
 * going over multiple lines and using markup, just like Ext does
 */
MyComponent = Ext.extend(Ext.Component, {
    ...

and get that stuff between the  tags to appear above the config options, methods, etc, in the docs page about this class. Looking in the Ext source, they do this. However, with the toolkit that comment seems to become part of the &#039;extends&#039; string. Am I doing something wrong?

Since you put this out in August, have there been any developments?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>just been playing with your jsdoc toolkit, which mostly seems to work great. However, I&#8217;m not sure how to get the general notes at the top of a class in there. For example, I&#8217;m hoping to be able to write something like the following in my source code</p>
<p>/**<br />
 * @class MyComponent<br />
 * @extends Ext.Component<br />
 * I want to be able to describe some general stuff about my class here,<br />
 * going over multiple lines and using markup, just like Ext does<br />
 */<br />
MyComponent = Ext.extend(Ext.Component, {<br />
    &#8230;</p>
<p>and get that stuff between the  tags to appear above the config options, methods, etc, in the docs page about this class. Looking in the Ext source, they do this. However, with the toolkit that comment seems to become part of the &#8216;extends&#8217; string. Am I doing something wrong?</p>
<p>Since you put this out in August, have there been any developments?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

