diff options
author | Benoit Germain <b n t DOT g e r m a i n AT g m a i l DOT c o m> | 2018-11-02 16:00:41 +0100 |
---|---|---|
committer | Benoit Germain <b n t DOT g e r m a i n AT g m a i l DOT c o m> | 2018-11-02 16:00:41 +0100 |
commit | 846322e52afdad04c92c90c8d43ecc19e46a2b9e (patch) | |
tree | c661a76382c3fb4f562bf7aca93a26143749c731 /docs | |
parent | e21a392b9c5f22c92e56fb0e0897cb8e77d51d0f (diff) | |
download | lanes-846322e52afdad04c92c90c8d43ecc19e46a2b9e.tar.gz lanes-846322e52afdad04c92c90c8d43ecc19e46a2b9e.tar.bz2 lanes-846322e52afdad04c92c90c8d43ecc19e46a2b9e.zip |
Enum buildfix
Diffstat (limited to '')
-rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 49c5ef8..ff4b7a0 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -1520,7 +1520,7 @@ events to a common Linda, but... :).</font> | |||
1520 | <ol> | 1520 | <ol> |
1521 | <li> | 1521 | <li> |
1522 | Provide an <i>identity function</i> for your userdata, in C. This function is used for creation and deletion of your deep userdata (the shared resource), and for making metatables for the state-specific proxies for accessing it. The prototype is | 1522 | Provide an <i>identity function</i> for your userdata, in C. This function is used for creation and deletion of your deep userdata (the shared resource), and for making metatables for the state-specific proxies for accessing it. The prototype is |
1523 | <table border="1" bgcolor="#E0E0FF" cellpadding="10" style="width:50%"><tr><td><pre> void* idfunc( lua_State* L, enum eDeepOp op_);</pre></td></tr></table> | 1523 | <table border="1" bgcolor="#E0E0FF" cellpadding="10" style="width:50%"><tr><td><pre> void* idfunc( lua_State* L, DeepOp op_);</pre></td></tr></table> |
1524 | <tt>op_</tt> can be one of: | 1524 | <tt>op_</tt> can be one of: |
1525 | <ul> | 1525 | <ul> |
1526 | <li><tt>eDO_new</tt>: requests the creation of a new object, whose pointer is returned.</li> | 1526 | <li><tt>eDO_new</tt>: requests the creation of a new object, whose pointer is returned.</li> |