<p>In <a href="https://github.com/geany/geany/pull/890#discussion_r54579544">scripts/gen-api-gtkdoc.py</a>:</p>
<pre style='color:#555'>> +    Removes C++ name qualifications from some definitions.
> +
> +    For example:
> +
> +    >>> fix_definition("bool flag")
> +    'bool flag'
> +    >>> fix_definition("bool FooBar::flag")
> +    'bool flag'
> +    >>> fix_definition("void(* _GeanyObjectClass::project_open) (GKeyFile *keyfile)")
> +    'void(* project_open) (GKeyFile *keyfile)'
> +
> +    """
> +    return CXX_NAMESPACE_RE.sub(r"", s)
> +
> +
> +class AtAt(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#r54579544">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ8XlKohriymlMFIDogpV-uRGWhdjks5ppFcDgaJpZM4HM9VD.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#r54579544"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>