add doxygen comments to lua-binding doc, compress json.

This commit is contained in:
Robin Gareus 2016-03-24 22:02:38 +01:00
parent 6188315791
commit e0e98d45d4
3 changed files with 161 additions and 34 deletions

View file

@ -49,7 +49,7 @@ foreach (json_decode (\$json, true) as \$a) {
foreach (\$api as \$k => \$a) {
\$jout[] = \$a;
}
file_put_contents('doc/ardourapi.json', json_encode (\$jout, JSON_PRETTY_PRINT));
file_put_contents('doc/ardourapi.json.gz', gzencode (json_encode (\$jout, JSON_PRETTY_PRINT)));
EOF
ls -l doc/ardourapi.json
ls -l doc/ardourapi.json.gz