summaryrefslogtreecommitdiff
path: root/tools/doxy2json
AgeCommit message (Collapse)Author
2019-08-29Fix Lua-doc doxygen declaration extractionRobin Gareus
2019-08-29Tweak Lua-doc processing:Robin Gareus
Separate PHP based post-processing, used for manual creation. php-cli may not be available on build host.
2019-08-24Towards fixing luadoc, manual page creationRobin Gareus
2019-04-10Remove support for building against LV2 older than 1.2.0David Robillard
LV2 1.2.0 was released in 2012, over 6 years ago now.
2017-09-25additional changes to follow library name change from timecode -> temporalPaul Davis
2017-07-17Update tools for new source-tree layoutRobin Gareus
2016-10-05refine Lua doc/doxygen-parser and handle special-casesRobin Gareus
2016-10-04update lua-doc formattingRobin Gareus
* include Vamp Documentation * show doxygen doc for class/struct data-members
2016-04-12update luadoc toolsRobin Gareus
2016-04-11update lua documentation toolsRobin Gareus
2016-03-31update documentation extraction script (use .cc instead of .h)Robin Gareus
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-31add debug mode to clang doxygen parser tool (print compile errors)Robin Gareus
2016-03-26add lua script to test channel-mapping, update docRobin Gareus
2016-03-25filter declarations in C++, improve luadocRobin Gareus
2016-03-25update doc scripts, disregard "const" when matching ABIsRobin Gareus
2016-03-25update luadoc scriptsRobin Gareus
2016-03-24add doxygen comments to lua-binding doc, compress json.Robin Gareus
2016-03-24Add small llvm/libclang util to exctract doxygen commentsRobin Gareus