<?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>MetaTrader Australia &#187; Doxygen</title>
	<atom:link href="http://www.MetaTrader.com.au/tag/doxygen/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.MetaTrader.com.au</link>
	<description>All about MetaTrader</description>
	<lastBuildDate>Mon, 06 Sep 2010 22:33:53 +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>Auto-Generated Documentation for MQL5 Code</title>
		<link>http://www.MetaTrader.com.au/332/auto-generated-documentation-for-mql5-code/</link>
		<comments>http://www.MetaTrader.com.au/332/auto-generated-documentation-for-mql5-code/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 00:01:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MetaTrader General]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Doxygen]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[JavaDocs]]></category>
		<category><![CDATA[Metatrader]]></category>
		<category><![CDATA[Metatrader 5]]></category>
		<category><![CDATA[MQL5]]></category>
		<category><![CDATA[MQL5 code]]></category>
		<category><![CDATA[MT5]]></category>
		<category><![CDATA[SandCastle]]></category>

		<guid isPermaLink="false">http://www.MetaTrader.com.au/?p=332</guid>
		<description><![CDATA[Introduction Most Java coders will be familiar with the auto-generated documentation that can be created with JavaDocs. The idea is to add comments into the code in a semi-structured way that can then be extracted into an easy to navigate help file. The C++ world also has a number of documentation auto-generators, with Microsoft&#8217;s SandCastle [...]


Related posts:<ol><li><a href='http://www.MetaTrader.com.au/285/c-and-mql5-metatrader-5/' rel='bookmark' title='Permanent Link: C++ and MQL5 &#8211; MetaTrader 5'>C++ and MQL5 &#8211; MetaTrader 5</a></li>
<li><a href='http://www.MetaTrader.com.au/425/metatrader-5-how-to-call-indicators-in-mql5/' rel='bookmark' title='Permanent Link: MetaTrader 5 &#8211; How to call indicators in MQL5'>MetaTrader 5 &#8211; How to call indicators in MQL5</a></li>
<li><a href='http://www.MetaTrader.com.au/574/transferring-indicators-from-mql4-to-mql5/' rel='bookmark' title='Permanent Link: Transferring Indicators from MQL4 to MQL5'>Transferring Indicators from MQL4 to MQL5</a></li>
<li><a href='http://www.MetaTrader.com.au/460/metatrader-5-mql5-for-beginners/' rel='bookmark' title='Permanent Link: MetaTrader 5 &#8211; MQL5 for Beginners'>MetaTrader 5 &#8211; MQL5 for Beginners</a></li>
<li><a href='http://www.MetaTrader.com.au/453/metatrader-5-migrating-from-mql4-to-mql5/' rel='bookmark' title='Permanent Link: MetaTrader 5 &#8211; Migrating from MQL4 to MQL5'>MetaTrader 5 &#8211; Migrating from MQL4 to MQL5</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" title="MQL5 Code" src="http://www.MetaTrader.com.au/wp/wp-content/uploads/HLIC/0591942fae1b44a9f1209fd092283a2a.png" alt="MQL5 Code" width="60" height="60" /><strong>Introduction</strong></p>
<p>Most Java coders will be familiar with the auto-generated documentation that can be created with JavaDocs. The idea is to add comments into the code in a semi-structured way that can then be extracted into an easy to navigate help file.</p>
<p>The C++ world also has a number of documentation auto-generators, with Microsoft&#8217;s SandCastle and Doxygen being two leaders. I decided to see how well Doxygen could document MQL5, which is in essence a customised subset of C++. To me this is an important step in the maturity of MQL5, because the complexity of the language is easily capable of fostering some quite large class libraries.</p>
<p>The experiment worked very well and I believe the help documentation that Doxygen produces from MQL5 code will add a great deal of value.</p>
<p><em>Continue reading the full article at <a href="http://www.mql5.com/en/articles/12" target="_blank">http://www.mql5.com/en/articles/12</a></em></p>
<p><span style="color: #c0c0c0;">Post also listed at <a href="http://www.metatraderglobal.com/867/auto-generated-documentation-for-mql5-code/">http://www.metatraderglobal.com/867/auto-generated-documentation-for-mql5-code/</a></span></p>


<p>Related posts:<ol><li><a href='http://www.MetaTrader.com.au/285/c-and-mql5-metatrader-5/' rel='bookmark' title='Permanent Link: C++ and MQL5 &#8211; MetaTrader 5'>C++ and MQL5 &#8211; MetaTrader 5</a></li>
<li><a href='http://www.MetaTrader.com.au/425/metatrader-5-how-to-call-indicators-in-mql5/' rel='bookmark' title='Permanent Link: MetaTrader 5 &#8211; How to call indicators in MQL5'>MetaTrader 5 &#8211; How to call indicators in MQL5</a></li>
<li><a href='http://www.MetaTrader.com.au/574/transferring-indicators-from-mql4-to-mql5/' rel='bookmark' title='Permanent Link: Transferring Indicators from MQL4 to MQL5'>Transferring Indicators from MQL4 to MQL5</a></li>
<li><a href='http://www.MetaTrader.com.au/460/metatrader-5-mql5-for-beginners/' rel='bookmark' title='Permanent Link: MetaTrader 5 &#8211; MQL5 for Beginners'>MetaTrader 5 &#8211; MQL5 for Beginners</a></li>
<li><a href='http://www.MetaTrader.com.au/453/metatrader-5-migrating-from-mql4-to-mql5/' rel='bookmark' title='Permanent Link: MetaTrader 5 &#8211; Migrating from MQL4 to MQL5'>MetaTrader 5 &#8211; Migrating from MQL4 to MQL5</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.MetaTrader.com.au/332/auto-generated-documentation-for-mql5-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
