<?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>Blog on Charlie's Server &#187; Documentation</title> <atom:link href="http://blog.charlies-server.com/tag/documentation/feed" rel="self" type="application/rss+xml" /><link>http://blog.charlies-server.com</link> <description></description> <lastBuildDate>Fri, 09 Sep 2011 05:31:51 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Quick Tip: Link to Templated Classes in Doxygen</title><link>http://blog.charlies-server.com/2009/08/13/link-to-templated-classes-in-doxygen</link> <comments>http://blog.charlies-server.com/2009/08/13/link-to-templated-classes-in-doxygen#comments</comments> <pubDate>Thu, 13 Aug 2009 20:37:25 +0000</pubDate> <dc:creator>Hasan</dc:creator> <category><![CDATA[Geekdom]]></category> <category><![CDATA[C++]]></category> <category><![CDATA[Documentation]]></category><guid isPermaLink="false">http://blog.charlies-server.com/?p=278</guid> <description><![CDATA[In order to link to templated C++ classes within Doxygen-generated documentation, simply refer to the class as though it were not templated at all. Doxygen will kindly pick up on the reference and link appropriately. Though this may seem obvious to some, it&#8217;s definitely not to others. Read on for an example including code. Example [...]]]></description> <content:encoded><![CDATA[<p>In order to link to templated C++ classes within Doxygen-generated documentation, simply refer to the class as though it were not templated at all. Doxygen will kindly pick up on the reference and link appropriately. Though this may seem obvious to some, it&#8217;s definitely not to others. Read on for an example including code.<span id="more-278"></span></p><h4 id="toc-example">Example</h4><p>Suppose you have a class defined as follows:</p><pre>template &lt;class T&gt; class Foo {};</pre><p>You might use the class as follows:</p><pre>/** A Foo pointer with @c int as the template parameter. */
Foo&lt;int&gt; *myFoo;</pre><p>The comment above is correctly interpreted by Doxygen and, if enabled, will automatically link the text <code>Foo</code> to the documentation for the <code>Foo&lt;T&gt;</code> class.</p> ]]></content:encoded> <wfw:commentRss>http://blog.charlies-server.com/2009/08/13/link-to-templated-classes-in-doxygen/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: blog.charlies-server.com @ 2012-02-10 22:36:16 -->
