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

Thomas Martitz notifications at xxxxx
Thu Feb 11 21:49:43 UTC 2016


> +				typedefs.append(e)
> +
> +	for n0 in f.xpath(".//*/memberdef[@kind='enum' and @prot='public']"):
> +		e = DoxyEnum.from_memberdef(n0)
> +		other.append(e)
> +
> +for n0 in root.xpath(".//compounddef[@kind='struct' and @prot='public']"):
> +	e = DoxyStruct.from_compounddef(n0)
> +	other.append(e)
> +
> +for f in c_files:
> +	for n0 in f.xpath(".//*/memberdef[@kind='function' and @prot='public']"):
> +		e = DoxyFunction.from_memberdef(n0)
> +		other.append(e)
> +
> +outfile.write("#include <glib.h>\n")

ok

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


More information about the Github-comments mailing list