[Github-comments] [geany] Doxygen fixes2 (#826)

Thomas Martitz notifications at xxxxx
Mon Jan 4 08:48:23 UTC 2016


> -} GeanyEncodingIndex;
> -
> -/** Structure to represent an encoding to be used in Geany. */
> -typedef struct
> -{
> -	/** The index of the encoding, must be one of GeanyEncodingIndex. */
> -	gint   				 idx;
> -	/** Internally used member for grouping */
> -	gint   				 order;
> -	/** Internally used member for grouping */
> -	GeanyEncodingGroup   group;
> -	/** String representation of the encoding, e.g. "ISO-8859-3" */
> -	const gchar			*charset;
> -	/** Translatable and descriptive name of the encoding, e.g. "South European" */
> -	const gchar			*name;
> -} GeanyEncoding;

talked to @codebrainz on IRC about both. We agreed on fixing geanypy.

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


More information about the Github-comments mailing list