diff options
author | Sven Gothel <[email protected]> | 2023-07-10 20:51:35 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-07-10 20:51:35 +0200 |
commit | a03df850033d11386471534840a83bbac81304df (patch) | |
tree | e99853cd2c27ef4ad2bab1b94a3debdb7ff7ca77 /doc/GlueGen_Mapping.html | |
parent | 60277196f721875a4114e065fdf1ba24521811be (diff) |
doc/GlueGen_Mapping.md: Typos 'UserParam' -> 'UserParamClass' (2 more occassions)
Diffstat (limited to 'doc/GlueGen_Mapping.html')
-rw-r--r-- | doc/GlueGen_Mapping.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/GlueGen_Mapping.html b/doc/GlueGen_Mapping.html index 39a5058..60cc00b 100644 --- a/doc/GlueGen_Mapping.html +++ b/doc/GlueGen_Mapping.html @@ -2002,10 +2002,10 @@ side receives a simple unique ID and shall not dereference the <code>UserParam</code> <em>Object</em> from the key-mapped data value.</p> <p>Instead of using the default plain Java <code>Object</code> type, a -<a href="#custom-callback-userparamclass">custom <em>UserParam</em></a> -can be specified <a href="#javacallback-configuration">in the -configuration</a>, which is recommended for more clarity in the -resulting API.</p> +<a href="#custom-callback-userparamclass">custom +<em>UserParamClass</em></a> can be specified <a +href="#javacallback-configuration">in the configuration</a>, which is +recommended for more clarity in the resulting API.</p> <h4 id="struct-type-user-param-homogeneous">Struct Type User Param (Homogeneous)</h4> <p>A <a href="#struct-mapping">GlueGen generated <em>Struct @@ -2302,8 +2302,8 @@ Object</em> <code>UserParam</code> mapping</a> with a <a href="#javacallback-key-definition">key-mapped</a> <code>CallbackFunction</code> and <code>UserParam</code>.</p> <p>Additionally a <a href="#custom-callback-userparamclass">custom -<em>UserParam</em></a> type <code>ALCcontext</code> is being used for -more clarity in the resulting API.</p> +<em>UserParamClass</em></a> type <code>ALCcontext</code> is being used +for more clarity in the resulting API.</p> <p>This example is derived from OpenAL's <code>AL_SOFT_callback_buffer</code> extension.</p> <p>The callback <code>ALBUFFERCALLBACKTYPESOFT</code> is mapped to |