Fix crash when encountering an unknown tag type, which fixes #1362. Also add support for a couple more tag types Geany can report. You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/1365
-- Commit Summary --
* geanygendoc: Fix crash if trying to document an unknown type * geanygendoc: Sort tag types alphabetically * geanygendoc: Add support for types "include" and "other"
-- File Changes --
M geanygendoc/data/filetypes/c.conf (6) M geanygendoc/docs/manual.rst (4) M geanygendoc/src/ggd-doc-type.c (6) M geanygendoc/src/ggd-tag-utils.c (10) M geanygendoc/src/ggd.c (16)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/1365.patch https://github.com/geany/geany-plugins/pull/1365.diff