mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
add doxygen comments to lua-binding doc, compress json.
This commit is contained in:
parent
6188315791
commit
e0e98d45d4
3 changed files with 161 additions and 34 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue