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

Colomban Wendling notifications at xxxxx
Tue Mar 1 15:11:07 UTC 2016


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

Unused (?)

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


More information about the Github-comments mailing list