<?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: Setting ASDoc description for packages</title>
	<atom:link href="http://gauravj.com/blog/2009/06/setting-asdoc-description-for-packages/feed/" rel="self" type="application/rss+xml" />
	<link>http://gauravj.com/blog/2009/06/setting-asdoc-description-for-packages/</link>
	<description>Tips and Tools of Flex</description>
	<lastBuildDate>Tue, 10 Apr 2012 21:31:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Venkateswarlu Abburi</title>
		<link>http://gauravj.com/blog/2009/06/setting-asdoc-description-for-packages/comment-page-1/#comment-25119</link>
		<dc:creator>Venkateswarlu Abburi</dc:creator>
		<pubDate>Wed, 14 Dec 2011 05:58:01 +0000</pubDate>
		<guid isPermaLink="false">http://gauravj.com/blog/?p=357#comment-25119</guid>
		<description>This is very helpful for me, still i a have difficulty how to mention the default package in the packageDocs.xml file. i tried with &quot;.&quot;, &quot;/&quot; etc.</description>
		<content:encoded><![CDATA[<p>This is very helpful for me, still i a have difficulty how to mention the default package in the packageDocs.xml file. i tried with &#8220;.&#8221;, &#8220;/&#8221; etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel Mariani</title>
		<link>http://gauravj.com/blog/2009/06/setting-asdoc-description-for-packages/comment-page-1/#comment-63</link>
		<dc:creator>Gabriel Mariani</dc:creator>
		<pubDate>Thu, 09 Jul 2009 12:37:02 +0000</pubDate>
		<guid isPermaLink="false">http://gauravj.com/blog/?p=357#comment-63</guid>
		<description>That resolved my issue. I had CDATA with unencoded tags, then I had no CDATA but encoded tags. I didn&#039;t try CDATA AND encoded tags. Thanks!</description>
		<content:encoded><![CDATA[<p>That resolved my issue. I had CDATA with unencoded tags, then I had no CDATA but encoded tags. I didn&#8217;t try CDATA AND encoded tags. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gaurav</title>
		<link>http://gauravj.com/blog/2009/06/setting-asdoc-description-for-packages/comment-page-1/#comment-55</link>
		<dc:creator>Gaurav</dc:creator>
		<pubDate>Wed, 08 Jul 2009 21:46:24 +0000</pubDate>
		<guid isPermaLink="false">http://gauravj.com/blog/?p=357#comment-55</guid>
		<description>@G,

Yes, that correct.</description>
		<content:encoded><![CDATA[<p>@G,</p>
<p>Yes, that correct.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G</title>
		<link>http://gauravj.com/blog/2009/06/setting-asdoc-description-for-packages/comment-page-1/#comment-54</link>
		<dc:creator>G</dc:creator>
		<pubDate>Wed, 08 Jul 2009 21:44:08 +0000</pubDate>
		<guid isPermaLink="false">http://gauravj.com/blog/?p=357#comment-54</guid>
		<description>Thanks for the reply.
So, moving source code from all projects to a central repository and then running asdoc again seems to be the only option.

Is that correct? (just to confirm)

----
Gaurav says:
July 8, 2009 at 4:12 PM
No, you can’t combine asdoc.
There is a bug already http://bugs.adobe.com/jira/browse/SDK-18720 for this.</description>
		<content:encoded><![CDATA[<p>Thanks for the reply.<br />
So, moving source code from all projects to a central repository and then running asdoc again seems to be the only option.</p>
<p>Is that correct? (just to confirm)</p>
<p>&#8212;-<br />
Gaurav says:<br />
July 8, 2009 at 4:12 PM<br />
No, you can’t combine asdoc.<br />
There is a bug already <a href="http://bugs.adobe.com/jira/browse/SDK-18720" rel="nofollow">http://bugs.adobe.com/jira/browse/SDK-18720</a> for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gaurav</title>
		<link>http://gauravj.com/blog/2009/06/setting-asdoc-description-for-packages/comment-page-1/#comment-53</link>
		<dc:creator>Gaurav</dc:creator>
		<pubDate>Wed, 08 Jul 2009 20:23:10 +0000</pubDate>
		<guid isPermaLink="false">http://gauravj.com/blog/?p=357#comment-53</guid>
		<description>@Gabriel, 

I just tried that and it worked for me. 

here is what I tried:

&lt;overviews&gt;
	&lt;packages&gt;
		&lt;package name=&quot;mx.controls&quot;&gt;
			&lt;shortDescription&gt;
			&lt;![CDATA[
				The mx.controls package &lt;b&gt;contains&lt;/b&gt;
				the Flex user-interface controls.
			]]&gt;
			&lt;/shortDescription&gt;
			&lt;description&gt;
			&lt;![CDATA[
				The mx.controls package &lt;b&gt;contains&lt;/b&gt;
				the Flex user-interface controls.
			]]&gt;
			&lt;/description&gt;
		&lt;/package&gt;
	&lt;/packages&gt;
&lt;/overviews&gt;

notice &lt;b&gt;contains&lt;/b&gt;</description>
		<content:encoded><![CDATA[<p>@Gabriel, </p>
<p>I just tried that and it worked for me. </p>
<p>here is what I tried:</p>
<p>&lt;overviews&gt;<br />
	&lt;packages&gt;<br />
		&lt;package name=&#8221;mx.controls&#8221;&gt;<br />
			&lt;shortDescription&gt;<br />
			&lt;![CDATA[<br />
				The mx.controls package &amp;lt;b&amp;gt;contains&amp;lt;/b&amp;gt;<br />
				the Flex user-interface controls.<br />
			]]&gt;<br />
			&lt;/shortDescription&gt;<br />
			&lt;description&gt;<br />
			&lt;![CDATA[<br />
				The mx.controls package &amp;lt;b&amp;gt;contains&amp;lt;/b&amp;gt;<br />
				the Flex user-interface controls.<br />
			]]&gt;<br />
			&lt;/description&gt;<br />
		&lt;/package&gt;<br />
	&lt;/packages&gt;<br />
&lt;/overviews&gt;</p>
<p>notice &amp;lt;b&amp;gt;contains&amp;lt;/b&amp;gt;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

