<p>In <a href="https://github.com/geany/geany/pull/890#discussion_r52672803">scripts/gen-api-gtkdoc.py</a>:</p>
<pre style='color:#555'>> +                            typedefs.append(e)
> +
> +  for n0 in f.xpath(".//*/memberdef[@kind='enum' and @prot='public']"):
> +          e = DoxyEnum.from_memberdef(n0)
> +          other.append(e)
> +
> +for n0 in root.xpath(".//compounddef[@kind='struct' and @prot='public']"):
> +  e = DoxyStruct.from_compounddef(n0)
> +  other.append(e)
> +
> +for f in c_files:
> +  for n0 in f.xpath(".//*/memberdef[@kind='function' and @prot='public']"):
> +          e = DoxyFunction.from_memberdef(n0)
> +          other.append(e)
> +
> +outfile.write("#include <glib.h>\n")
</pre>
<p>ok</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany/pull/890/files#r52672803">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJwzdrVK_ynsdFw0RsAcMc4QnW3iBks5pjPl3gaJpZM4HM9VD.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/pull/890/files#r52672803"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>