summaryrefslogtreecommitdiff
path: root/gtk2_ardour/luadoc.cc
AgeCommit message (Collapse)Author
2019-08-03Update GPL boilerplate and (C)Robin Gareus
Copyright-holder and year information is extracted from git log. git history begins in 2005. So (C) from 1998..2005 is lost. Also some (C) assignment of commits where the committer didn't use --author.
2017-08-16Complete Lua-binding dump (after 8eb3b9d34b)Robin Gareus
2016-03-31gtk2 ardour doc updatesRobin Gareus
2016-03-28reduce header dependencies (part 2/2)Robin Gareus
2016-03-21update Lua Binding Doc and html generatorRobin Gareus
2016-03-20add luadoc binary (developer tool) to dump lua bindingsRobin Gareus
output is either JSON or lua-tables. enable via ./waf configure --luadoc ... , needs C++11