tagmanager: make doxygen comments and typedefs gtkdoc generation friendly
commitd868130d784f3a4b615dd0f10b3bd9071c24bc21
authorThomas Martitz <kugel@rockbox.org>
Wed, 9 Mar 2016 18:31:28 +0000 (9 19:31 +0100)
committerThomas Martitz <kugel@rockbox.org>
Wed, 9 Mar 2016 21:49:51 +0000 (9 22:49 +0100)
treed4f7d4faa8ab78f4f831b128c8de1d13b8930080
parent4a54ee86f3a4401e76d1fa001ce2b5d4be9adca4
tagmanager: make doxygen comments and typedefs gtkdoc generation friendly

Because of the missing "typedef struct TMFoo" it was missing from the gtkdoc
header (the struct listings are always without typedef). This is also
consistent with the rest of geany.

@gironly for TMParserType so it's picked up as well.
doc/Doxyfile.in
scripts/gen-api-gtkdoc.py
tagmanager/src/tm_parser.h
tagmanager/src/tm_source_file.h
tagmanager/src/tm_workspace.h