diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/GlueGen_Mapping.html | 6 | ||||
-rw-r--r-- | doc/GlueGen_Mapping.md | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/GlueGen_Mapping.html b/doc/GlueGen_Mapping.html index 5524d2e..39a5058 100644 --- a/doc/GlueGen_Mapping.html +++ b/doc/GlueGen_Mapping.html @@ -2058,9 +2058,9 @@ name</li> href="#struct-type-user-param-heterogeneous">indicate a heterogeneous <code>UserParam</code></a></li> <li><code>Callback-UserParamClass</code>: Optional <a -href="#custom-callback-userparamclass">custom <em>UserParam</em></a> -overriding the default <code>Object</code> for non-compound -<code>UserParam</code> types.</li> +href="#custom-callback-userparamclass">custom +<em>UserParamClass</em></a> overriding the default <code>Object</code> +for non-compound <code>UserParam</code> types.</li> <li><code>Callback-KeyClass</code>: Optional <a href="#custom-callback-keyclass">custom <em>KeyClass</em></a>, providing the hash-map-key.</li> diff --git a/doc/GlueGen_Mapping.md b/doc/GlueGen_Mapping.md index 94959df..38a9fcc 100644 --- a/doc/GlueGen_Mapping.md +++ b/doc/GlueGen_Mapping.md @@ -829,7 +829,7 @@ as it is core to the semantic mapping of all resources. They also have to use th - `SetCallback-UserParamIndex`: `UserParam` parameter-index of the `SetCallbackFunction` - `CallbackFunctionType`: The native toolkit API typedef-name of the function-pointer-type, aka the callback type name - `CallbackFunction-UserParamIndex`: The `userParam` parameter-index of the `CallbackFunctionType`, which allows to [indicate a heterogeneous `UserParam`](#struct-type-user-param-heterogeneous) -- `Callback-UserParamClass`: Optional [custom *UserParam*](#custom-callback-userparamclass) overriding the default `Object` for non-compound `UserParam` types. +- `Callback-UserParamClass`: Optional [custom *UserParamClass*](#custom-callback-userparamclass) overriding the default `Object` for non-compound `UserParam` types. - `Callback-KeyClass`: Optional [custom *KeyClass*](#custom-callback-keyclass), providing the hash-map-key. The `SetCallbackFunction` is utilized to set the `CallbackFunction` as well as to remove it passing `null` for the `CallbackFunction`. |