mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 06:07:29 +01:00
Add Lua documentationfor static data
This commit is contained in:
parent
d249b5014f
commit
b774b71b8c
1 changed files with 1 additions and 0 deletions
|
|
@ -1783,6 +1783,7 @@ public:
|
|||
template <class T>
|
||||
Namespace& addVariable (char const* name, T* pt, bool isWritable = true)
|
||||
{
|
||||
DATADOC ("Static Data", name, pt)
|
||||
assert (lua_istable (L, -1));
|
||||
|
||||
rawgetfield (L, -1, "__propget");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue