diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/GlueGen_Mapping.html | 4 | ||||
-rw-r--r-- | doc/GlueGen_Mapping.md | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/GlueGen_Mapping.html b/doc/GlueGen_Mapping.html index 60cc00b..50bae2f 100644 --- a/doc/GlueGen_Mapping.html +++ b/doc/GlueGen_Mapping.html @@ -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>UserParamClass</em></a> type <code>ALCcontext</code> is being used -for more clarity in the resulting API.</p> +<em>UserParamClass</em></a> <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 diff --git a/doc/GlueGen_Mapping.md b/doc/GlueGen_Mapping.md index bced572..c1e71d5 100644 --- a/doc/GlueGen_Mapping.md +++ b/doc/GlueGen_Mapping.md @@ -994,7 +994,7 @@ public interface Bindingtest2 { This example demonstrates a [homogeneous *Java Object* `UserParam` mapping](#pure-java-object-user-type-default) with a [key-mapped](#javacallback-key-definition) `CallbackFunction` and `UserParam`. -Additionally a [custom *UserParamClass*](#custom-callback-userparamclass) type `ALCcontext` is being used for more clarity in the resulting API. +Additionally a [custom *UserParamClass*](#custom-callback-userparamclass) `ALCcontext` is being used for more clarity in the resulting API. This example is derived from OpenAL's `AL_SOFT_callback_buffer` extension. |