<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:html="http://www.w3.org/1999/html" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>Ross Burton</title><link>http://www.burtonini.com/blog</link><description>A potted account of Ross' life</description><language>en</language><ttl>60</ttl><dc:creator>Ross Burton</dc:creator><admin:generatorAgent rdf:resource="http://pyblosxom.sourceforge.net/"/><admin:errorReportsTo rdf:resource="mailto:ross@burtonini.com"/><item><title>Gtk-Doc Tip Of The Day</title><guid isPermaLink="false">computers/gtk-doc-2005-08-09-17-05</guid><link>http://www.burtonini.com/blog/computers/gtk-doc-2005-08-09-17-05</link><description>Today's gtk-doc Tip Of The Day is that everyone should put &lt;index&gt;&lt;/index&gt; into their module.sgml file. Then gtk-doc will generate ...</description><content:encoded><![CDATA[    <p>
      Today's gtk-doc Tip Of The Day is that everyone should put
      <tt>&lt;index&gt;&lt;/index&gt;</tt> into their <tt>module.sgml</tt> file.  Then
      gtk-doc will generate a nice index in the HTML for you!  You can even get
      really extravagant and do what GTK+ does:
    </p>
    <blockquote><pre>
&lt;index&gt;
  &lt;title&gt;Index&lt;/title&gt;
&lt;/index&gt;
&lt;index role="deprecated"&gt;
  &lt;title&gt;Index of deprecated symbols&lt;/title&gt;
&lt;/index&gt;
&lt;index role="2.2"&gt;
  &lt;title&gt;Index of new symbols in 2.2&lt;/title&gt;
&lt;/index&gt;
&lt;index role="2.4"&gt;
  &lt;title&gt;Index of new symbols in 2.4&lt;/title&gt;
&lt;/index&gt;
&lt;index role="2.6"&gt;
  &lt;title&gt;Index of new symbols in 2.6&lt;/title&gt;
&lt;/index&gt;
&lt;index role="2.8"&gt;
  &lt;title&gt;Index of new symbols in 2.8&lt;/title&gt;
&lt;/index&gt;</pre></blockquote>
    <p>
      Sweet.
    </p>
    <p>
      <small>NP: <cite>Red Bird</cite>, Heather Nova</small>
    </p>
]]></content:encoded><dc:date>2005-08-09T16:05:00Z</dc:date></item></channel></rss>