Best way to extract vim syntax files and ctags from Doxygen? -
i wanted write vim syntax file library has doxygen documentation.
does tool exist ?
if not, best way generate automatically ?
- write new output generator (complicated) ?
- parse lots of xml doxygen/xml/*.xml (slow) ?
anything else ?
i surprised doesn't exist. idea why ? looking in wrong place ?
as opposed parsing of generated xml files, should able generate doxygen tags file. tag file can created doxygen option generate_tagfile. resulting file still xml, captures of files, structs, functions , other symbols in single file easier transform format need.
Comments
Post a Comment