Go to the documentation of this file.   25 #define _FUNC_NUMPARAMS   0    26 #define _FUNC_SYNOPSIS    1    27 #define _FUNC_KEYWORDS    2    28 #define _FUNC_DESCRIPTION 3    29 #define _FUNC_PARAMS      4    32 #define PARAM_INT (1<<CMD_TYPE_INT)    33 #define PARAM_FLOAT (1<<CMD_TYPE_FLOAT)    34 #define PARAM_STRING (1<<CMD_TYPE_STRING)    35 #define PARAM_OBJECT (1<<CMD_TYPE_OBJECT)    36 #define PARAM_ARRAY  (1<<CMD_TYPE_ARRAY)    37 #define PARAM_MAPPING (1<<CMD_TYPE_MAPPING)