gtk-doc doesn't handle multiple <title> tags
- From: "BJörn Lindqvist" <bjourne gmail com>
- To: "desktop-devel-list gnome org" <desktop-devel-list gnome org>
- Subject: gtk-doc doesn't handle multiple <title> tags
- Date: Sun, 26 Oct 2008 22:18:47 +0100
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]