update documentation extraction script (use .cc instead of .h)
authorRobin Gareus <robin@gareus.org>
Wed, 30 Mar 2016 23:14:35 +0000 (01:14 +0200)
committerRobin Gareus <robin@gareus.org>
Wed, 30 Mar 2016 23:16:07 +0000 (01:16 +0200)
commit08182571e827c82209db563697f98631a1272b19
treed4e087c2772ef7bcaf81460a23d156ec0bdedc34
parent8a50095d283283ca5e8bb29fc92abb3a14b71de6
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).
tools/doxy2json/ardourdoc.sh