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



hi,

BJörn Lindqvist schrieb:
> 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 is not valid docbook. use refsect2 elements inside the refsect1 where each
of them can have a title.

Stefan

> 
> 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?
> 
> 



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