<p>In <a href="https://github.com/geany/geany/pull/890#discussion_r52641914">scripts/gen-api-gtkdoc.py</a>:</p>
<pre style='color:#555'>> +outfile.write("typedef struct _ScintillaObject ScintillaObject;\n")
> +outfile.write("typedef struct TMSourceFile TMSourceFile;\n")
> +outfile.write("typedef struct TMWorkspace TMWorkspace;\n")
> +
> +# write typedefs first, they are possibly undocumented but still required (even
> +# if they are documented, they must be written out without gtkdoc)
> +for e in typedefs:
> +  outfile.write(e.definition)
> +  outfile.write("\n\n")
> +
> +for e in filter(lambda x: x.is_documented(), other):
> +  outfile.write("\n\n")
> +  outfile.write(e.to_gtkdoc())
> +  outfile.write(e.definition)
> +  outfile.write("\n\n")
> +  if (e.name.startswith("sci_")):
</pre>
<p>won't this break sciwrappers?</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#r52641914">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ7xmu-uduqiXyLfhNalTIOT4EUmvks5pjMaGgaJpZM4HM9VD.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#r52641914"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>