<?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>Lon Hosford&#039;s Bitbox &#187; ASDoc</title>
	<atom:link href="http://www.lonhosford.com/lonblog/category/technologies/adobe/asdoc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lonhosford.com/lonblog</link>
	<description>Lon (Alonzo) Hosford&#039;s Professional Consulting Blog</description>
	<lastBuildDate>Fri, 03 Feb 2012 00:55:07 +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>Adobe AsDoc -doc-sources</title>
		<link>http://www.lonhosford.com/lonblog/2007/06/02/adobe-asdoc-using-doc-sources/</link>
		<comments>http://www.lonhosford.com/lonblog/2007/06/02/adobe-asdoc-using-doc-sources/#comments</comments>
		<pubDate>Sat, 02 Jun 2007 14:33:30 +0000</pubDate>
		<dc:creator>Lon Hosford</dc:creator>
				<category><![CDATA[ASDoc]]></category>

		<guid isPermaLink="false">http://www.lonhosford.com/lonblog/2007/06/02/adobe-asdoc-using-doc-sources/</guid>
		<description><![CDATA[I was experimenting with the Adobe ASDoc tool. Adobe uses it for its on-line API documentation for Flex, Apollo and Actionscript. In my case I had a com folder with my own domain, com.hosford. I also had com.otherDomains from various sources such as books I purchased where the author provided a library of code. I [...]]]></description>
			<content:encoded><![CDATA[<p>I was experimenting with the Adobe ASDoc tool. Adobe uses it for its on-line API documentation for Flex, Apollo and Actionscript.</p>
<p>In my case I had a com folder with my own domain, com.hosford. I also had com.otherDomains from various sources such as books I purchased where the author provided a library of code.</p>
<p>I wanted to create the docs for all of the com.hosford portion and not include other com.otherDomains. In fact I wanted to limit the docs to com.hosford.practice. This is a place for examples and experiments and future code snippets, a play area.</p>
<p>The folder layout is as follows:</p>
<p>com/hosford/practice/&#8230; various</p>
<p>apps/practice</p>
<p>In apps/practice is the command file for ASDocs. I wanted ASDocs to create a folder called Practice-Docs in apps/practice.</p>
<p>The ASDocs switch to use was <strong>-doc-sources</strong>. The command line in a Windows batch file worked out as follows (all on one line):</p>
<p>
<pre class="brush: plain;">
&quot;C:\Program Files\Adobe\Flex Builder 2\Flex SDK 2\bin\asdoc.exe&quot; &quot;-doc-sources&quot; &quot;../../com/hosford/practice&quot; &quot;-main-title&quot; &quot;Practice API Documentation&quot; &quot;-window-title&quot; &quot;Practice API Documentation Window Title&quot; &quot;-output&quot; &quot;Practice-Documentation&quot;
</pre>
<p>More information on ASDocs as follows:</p>
<p><a href="http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/js/html/wwhelp.htm?href=asdoc_127_2.html#187884" target="_blank">ASDocs Documentation</a></p>
<p><a href="http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/js/html/wwhelp.htm?href=asdoc_127_2.html#187884" target="_blank">ASDocs -doc-sources </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lonhosford.com/lonblog/2007/06/02/adobe-asdoc-using-doc-sources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

