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
@b4n pushed 3 commits.
63cd681d4e3cdb9d79b5eacd8aebf20d09500419 geanygendoc: Fix crash if trying to document an unknown type 7a2f1dc667da9e488c12cd299d53d230302a1da7 geanygendoc: Sort tag types alphabetically 8043a678b69c3ad3dcb58e4826a2232e97072ebf geanygendoc: Add support for types "include" and "other"
Merged #1365 into master.
github-comments@lists.geany.org