[Github-comments] [geany] Gtkdoc hdr (#890)

Colomban Wendling notifications at xxxxx
Tue Mar 1 15:10:59 UTC 2016


> +    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):

unused (?)

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/890/files#r54579544
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160301/fe6d90c4/attachment.html>


More information about the Github-comments mailing list