mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
refine Lua doc/doxygen-parser and handle special-cases
This commit is contained in:
parent
f1080c352a
commit
44b41e3058
2 changed files with 11 additions and 1 deletions
|
|
@ -59,6 +59,7 @@ foreach (json_decode (\$json, true) as \$a) {
|
|||
\$a['decl'] = str_replace ('const long', 'long', \$a['decl']);
|
||||
\$a['decl'] = str_replace ('const unsigned int', 'unsigned int', \$a['decl']);
|
||||
\$a['decl'] = str_replace ('const unsigned long', 'unsigned long', \$a['decl']);
|
||||
\$a['decl'] = str_replace (' ::Vamp::', ' Vamp::', \$a['decl']);
|
||||
\$canon = str_replace (' *', '*', \$a['decl']);
|
||||
\$api[\$canon] = \$a;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue