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

Colomban Wendling notifications at xxxxx
Thu Feb 18 16:40:50 UTC 2016


> +        self.since = ""
> +        self.annot = []
> +
> +    def cb(self, type, str):
> +        if (type == "param"):
> +            words = str.split(" ", 2);
> +            self.annot = []
> +        elif (type == "return"):
> +            self.annot = []
> +        elif (type == "since"):
> +            self.since = str.rstrip()
> +        elif (type == "geany:skip"):
> +            self.annot.append("skip")
> +        elif (type == "geany:nullable") or (type == "geany:skip"):
> +            self.annot.append(type.split(":")[1])
> +        elif (type == "geany:cb"):

this isn't needed anymore

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


More information about the Github-comments mailing list