aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-07-10 20:47:14 +0200
committerSven Gothel <[email protected]>2023-07-10 20:47:14 +0200
commit60277196f721875a4114e065fdf1ba24521811be (patch)
treecfe484be56f5425e1d44e738268c5df0c8bc0303 /doc
parent0ea6688e41c31b0e2c8dba73582c935562885b44 (diff)
doc/GlueGen_Mapping.md: Typos 'UserParam' -> 'UserParamClass'
Diffstat (limited to 'doc')
-rw-r--r--doc/GlueGen_Mapping.html6
-rw-r--r--doc/GlueGen_Mapping.md2
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`.