<?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: YUI Doc: A New Tool for Generating JavaScript API Documentation</title>
	<atom:link href="http://www.yuiblog.com/blog/index.php/2008/12/08/yuidoc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yuiblog.com/blog/2008/12/08/yuidoc/</link>
	<description>The official blog of the YUI Project.</description>
	<lastBuildDate>Thu, 09 Feb 2012 01:46:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Eric Miraglia</title>
		<link>http://www.yuiblog.com/blog/2008/12/08/yuidoc/comment-page-1/#comment-585937</link>
		<dc:creator>Eric Miraglia</dc:creator>
		<pubDate>Tue, 03 Nov 2009 15:10:20 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2008/12/08/yuidoc/#comment-585937</guid>
		<description>Vijetha,

I&#039;d recommend posting your question on the YUIDoc forum -- that&#039;s a better place to get specific questions answered.

http://yuilibrary.com/forum/viewforum.php?f=26

-Eric</description>
		<content:encoded><![CDATA[<p>Vijetha,</p>
<p>I&#8217;d recommend posting your question on the YUIDoc forum &#8212; that&#8217;s a better place to get specific questions answered.</p>
<p><a href="http://yuilibrary.com/forum/viewforum.php?f=26" rel="nofollow">http://yuilibrary.com/forum/viewforum.php?f=26</a></p>
<p>-Eric</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijetha</title>
		<link>http://www.yuiblog.com/blog/2008/12/08/yuidoc/comment-page-1/#comment-585931</link>
		<dc:creator>Vijetha</dc:creator>
		<pubDate>Tue, 03 Nov 2009 13:22:28 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2008/12/08/yuidoc/#comment-585931</guid>
		<description>I wanted to ask ,is it necessary to follow a modular pattern to generate a yuidoc.Since I am newbie to this ,started using this from yesterday only, so i would like to know is it possible to generate a YUI doc without using @class tag.
For example my js file begins like

var somevariable=true;

function foo(a1,a2)
{
  some code;
}
Can please anyone guide me on this ,how to generate a YUI doc without using class tag</description>
		<content:encoded><![CDATA[<p>I wanted to ask ,is it necessary to follow a modular pattern to generate a yuidoc.Since I am newbie to this ,started using this from yesterday only, so i would like to know is it possible to generate a YUI doc without using @class tag.<br />
For example my js file begins like</p>
<p>var somevariable=true;</p>
<p>function foo(a1,a2)<br />
{<br />
  some code;<br />
}<br />
Can please anyone guide me on this ,how to generate a YUI doc without using class tag</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wait till I come! &#187; Blog Archive &#187; Five things for you &#8211; an introduction to the offers of the Yahoo Developer Network</title>
		<link>http://www.yuiblog.com/blog/2008/12/08/yuidoc/comment-page-1/#comment-581864</link>
		<dc:creator>Wait till I come! &#187; Blog Archive &#187; Five things for you &#8211; an introduction to the offers of the Yahoo Developer Network</dc:creator>
		<pubDate>Thu, 18 Jun 2009 16:54:45 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2008/12/08/yuidoc/#comment-581864</guid>
		<description>[...] source code. This means it will always be up-to-date even if there are quick fixes in the code. The tool to create the documentation from JavaScript code is also [...]</description>
		<content:encoded><![CDATA[<p>[...] source code. This means it will always be up-to-date even if there are quick fixes in the code. The tool to create the documentation from JavaScript code is also [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Miraglia</title>
		<link>http://www.yuiblog.com/blog/2008/12/08/yuidoc/comment-page-1/#comment-530801</link>
		<dc:creator>Eric Miraglia</dc:creator>
		<pubDate>Tue, 16 Dec 2008 16:49:37 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2008/12/08/yuidoc/#comment-530801</guid>
		<description>@Neil,

Thanks for the feedback.  I&#039;d love to see you post this feedback to the YUI Doc discussion forum --

http://yuilibrary.com/forum/viewforum.php?f=26

That would be the best place to have a conversation about the features you&#039;re discussing and the suggestions you&#039;re making for improving the tool.

Regards,
Eric</description>
		<content:encoded><![CDATA[<p>@Neil,</p>
<p>Thanks for the feedback.  I&#8217;d love to see you post this feedback to the YUI Doc discussion forum &#8211;</p>
<p><a href="http://yuilibrary.com/forum/viewforum.php?f=26" rel="nofollow">http://yuilibrary.com/forum/viewforum.php?f=26</a></p>
<p>That would be the best place to have a conversation about the features you&#8217;re discussing and the suggestions you&#8217;re making for improving the tool.</p>
<p>Regards,<br />
Eric</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil</title>
		<link>http://www.yuiblog.com/blog/2008/12/08/yuidoc/comment-page-1/#comment-530711</link>
		<dc:creator>Neil</dc:creator>
		<pubDate>Tue, 16 Dec 2008 12:50:26 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2008/12/08/yuidoc/#comment-530711</guid>
		<description>Hi 

I have a couple of questions/issues regarding YUI Doc...
I am a little unclear of the expected relationships between source files, modules and namespaces.  Is it expected that there is a 1:1 relationship between source file &amp; module?  Would the namespaces used in a module be the exclusive property of that module?  

I have also experimented by defining some submodules, but the result was not as I expected.  I would expect the submodules to be displayed in a hierarchy in the navigator, but they were presented in the body of the module page.

I am in the process of converting from jsdoc toolkit ... I miss a few features from this tool, specifically @link to arbitrarily link to a documented artifact from the description.

There was also an error when I tried to document static members of a constructor (&#039;@class&#039;).  Is this not good?


Overall I am very impressed.  I would have liked navigation based on namespace, as this is the way my existing code is structured ... with a moderately long namespace the class references in the navigator overflow the default space allowed.  Wouldn&#039;t it be better to have some sort of expandable tree navigation based on distinct namespaces, with just the bare class names as leaves?</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>I have a couple of questions/issues regarding YUI Doc&#8230;<br />
I am a little unclear of the expected relationships between source files, modules and namespaces.  Is it expected that there is a 1:1 relationship between source file &amp; module?  Would the namespaces used in a module be the exclusive property of that module?  </p>
<p>I have also experimented by defining some submodules, but the result was not as I expected.  I would expect the submodules to be displayed in a hierarchy in the navigator, but they were presented in the body of the module page.</p>
<p>I am in the process of converting from jsdoc toolkit &#8230; I miss a few features from this tool, specifically @link to arbitrarily link to a documented artifact from the description.</p>
<p>There was also an error when I tried to document static members of a constructor (&#8216;@class&#8217;).  Is this not good?</p>
<p>Overall I am very impressed.  I would have liked navigation based on namespace, as this is the way my existing code is structured &#8230; with a moderately long namespace the class references in the navigator overflow the default space allowed.  Wouldn&#8217;t it be better to have some sort of expandable tree navigation based on distinct namespaces, with just the bare class names as leaves?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Good news about YUI: GitHub, documentation builder and ARIA-enabled widgets &#124; Tech Trend Watching</title>
		<link>http://www.yuiblog.com/blog/2008/12/08/yuidoc/comment-page-1/#comment-529460</link>
		<dc:creator>Good news about YUI: GitHub, documentation builder and ARIA-enabled widgets &#124; Tech Trend Watching</dc:creator>
		<pubDate>Sat, 13 Dec 2008 02:39:09 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2008/12/08/yuidoc/#comment-529460</guid>
		<description>[...] team now also made YUI Doc - the tool that creates the YUI API Docs available for everybody. It is a python script and allows [...]</description>
		<content:encoded><![CDATA[<p>[...] team now also made YUI Doc &#8211; the tool that creates the YUI API Docs available for everybody. It is a python script and allows [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien</title>
		<link>http://www.yuiblog.com/blog/2008/12/08/yuidoc/comment-page-1/#comment-529020</link>
		<dc:creator>Damien</dc:creator>
		<pubDate>Thu, 11 Dec 2008 21:17:32 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2008/12/08/yuidoc/#comment-529020</guid>
		<description>Hi,

here&#039;s a fork of yuidoc that can be installed with easy_install:
http://github.com/dinoboff/yuidoc/tree/master</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>here&#8217;s a fork of yuidoc that can be installed with easy_install:<br />
<a href="http://github.com/dinoboff/yuidoc/tree/master" rel="nofollow">http://github.com/dinoboff/yuidoc/tree/master</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Documentare il codice Javascript con YUI Doc &#124; Fidicaro.net</title>
		<link>http://www.yuiblog.com/blog/2008/12/08/yuidoc/comment-page-1/#comment-528747</link>
		<dc:creator>Documentare il codice Javascript con YUI Doc &#124; Fidicaro.net</dc:creator>
		<pubDate>Thu, 11 Dec 2008 02:14:30 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2008/12/08/yuidoc/#comment-528747</guid>
		<description>[...] sfrutta i commenti inseriti nel codice come base per la documentazione finale. Rimandandovi al post di presentazione per ulteriori dettagli, segnalo che un ottimo esempio d&#8217;uso di YUI Doc &#232; dato dalla [...]</description>
		<content:encoded><![CDATA[<p>[...] sfrutta i commenti inseriti nel codice come base per la documentazione finale. Rimandandovi al post di presentazione per ulteriori dettagli, segnalo che un ottimo esempio d&#8217;uso di YUI Doc &egrave; dato dalla [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JeremiahTolbert.com &#187; Blog Archive &#187; links for 2008-12-10</title>
		<link>http://www.yuiblog.com/blog/2008/12/08/yuidoc/comment-page-1/#comment-528600</link>
		<dc:creator>JeremiahTolbert.com &#187; Blog Archive &#187; links for 2008-12-10</dc:creator>
		<pubDate>Wed, 10 Dec 2008 16:01:03 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2008/12/08/yuidoc/#comment-528600</guid>
		<description>[...] YUI Doc: A New Tool for Generating JavaScript API Documentation » Yahoo! User Interface Blog (tags: yui yahoo javascript documentation) [...]</description>
		<content:encoded><![CDATA[<p>[...] YUI Doc: A New Tool for Generating JavaScript API Documentation » Yahoo! User Interface Blog (tags: yui yahoo javascript documentation) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Webb</title>
		<link>http://www.yuiblog.com/blog/2008/12/08/yuidoc/comment-page-1/#comment-528569</link>
		<dc:creator>Mike Webb</dc:creator>
		<pubDate>Wed, 10 Dec 2008 14:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2008/12/08/yuidoc/#comment-528569</guid>
		<description>I have primarily been using JsDoc, but I will definitely give this a looking into.  The fact that it is written in python, which is language I am very comfortable using, I may be able to add things I would like that may not be in the standard tool.</description>
		<content:encoded><![CDATA[<p>I have primarily been using JsDoc, but I will definitely give this a looking into.  The fact that it is written in python, which is language I am very comfortable using, I may be able to add things I would like that may not be in the standard tool.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

