ardour/tools/doxy2json
Robin Gareus 08182571e8 update documentation extraction script (use .cc instead of .h)
Most ardour header have incomplete dependencies. e.g gtk2_ardour/marker.h
has a "Pango::FontDescription" member but never includes pangomm itself.
(marker.cc includes it [indirectly] before including marker.h)

Until this situation is remedied, parse .cc files (which takes
significantly longer but works).
2016-03-31 01:16:07 +02:00
..
ardourdoc.sh update documentation extraction script (use .cc instead of .h) 2016-03-31 01:16:07 +02:00
doxy2json.cc add debug mode to clang doxygen parser tool (print compile errors) 2016-03-31 01:16:07 +02:00