<p>In <a href="https://github.com/geany/geany/pull/890#discussion_r54579563">scripts/gen-api-gtkdoc.py</a>:</p>
<pre style='color:#555'>> + type = type.split(":")[1]
> + self.annot.append("%s %s" % (type, str))
> + elif (type == "see"):
> + return "See " + str
> + elif type in ("a", "c") and str in ("NULL", "TRUE", "FALSE"):
> + # FIXME: some of Geany does @a NULL instead of @c NULL
> + return "%" + str
> + elif (type == "a"):
> + return "@" + str
> + else:
> + return str
> +
> + return ""
> +
> +
> +class At(object):
</pre>
<p>Unused (?)</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#r54579563">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ5EHaS9ztmCHD6O7O-pA5Rln3LFzks5ppFcLgaJpZM4HM9VD.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#r54579563"></link>
<meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>