diff options
Diffstat (limited to 'src/lua/lua_common.h')
-rw-r--r-- | src/lua/lua_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lua/lua_common.h b/src/lua/lua_common.h index 4c9e9dd4f..737c4b817 100644 --- a/src/lua/lua_common.h +++ b/src/lua/lua_common.h @@ -427,6 +427,7 @@ enum rspamd_lua_parse_arguments_flags { * - F - function * - O - ucl_object_t * * - D - same as N but argument is set to NAN not to 0.0 + * - u{classname} - userdata of the following class (stored directly) * * If any of keys is prefixed with `*` then it is treated as required argument * @param L lua state |