webmcp
diff libraries/mondelefant/mondelefant_native.autodoc.lua @ 272:a533ab6d7337
Register mondelefant.class_prototype.get_reference(...) and mondelefant.class_prototype.get_foreign_key_reference_name(...) functions in mondelefant_native.c for use through Lua code
| author | jbe |
|---|---|
| date | Fri Mar 20 16:58:31 2015 +0100 (2015-03-20) |
| parents | ed00b972f40e |
| children | b2d2ff6e4385 |
line diff
1.1 --- a/libraries/mondelefant/mondelefant_native.autodoc.lua Fri Mar 20 16:46:09 2015 +0100 1.2 +++ b/libraries/mondelefant/mondelefant_native.autodoc.lua Fri Mar 20 16:58:31 2015 +0100 1.3 @@ -243,7 +243,7 @@ 1.4 name -- reference name 1.5 ) 1.6 1.7 -This function performs a lookup for the given name in the "reference" table. Prototypes are used, when lookup was unsuccessful. 1.8 +This function performs a lookup for the given name in the "reference" table. Prototypes are used when lookup was unsuccessful. 1.9 1.10 --]]-- 1.11 -- implemented in mondelefant_native.c as 1.12 @@ -257,7 +257,7 @@ 1.13 foreign_key -- foreign key 1.14 ) 1.15 1.16 -This function performs a lookup for the given name in the "foreign_keys" table. Prototypes are used, when lookup was unsuccessful. 1.17 +This function performs a lookup for the given name in the "foreign_keys" table. Prototypes are used when lookup was unsuccessful. 1.18 1.19 --]]-- 1.20 -- implemented in mondelefant_native.c as