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

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -