gtk-doc doesn't handle multiple <title> tags



Hello,

I have gtk-doc documentation with an SGML structure like this:

<refsect1>
  <title>blah</title>
  <para>...</para>
  <title>bla bla</title>
  <para>...</para>
</refsect1>

This used to generate HTML like this:

<h2>blah</h2>
<p>...</p>
<h2>bla bla</h2>
<p>...</p>

But gtk-doc doesn't seem to do that anymore. It only generates a <h2>
tag for the first <title> tag and suppresses the other <title> tags
which makes me sad. Is it a bug in gtk-doc or something?


-- 
mvh Björn


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]