From fe21c87b24842d67df686b7c48fa36ed65a9afc9 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 10 Jul 2023 21:03:28 +0200 Subject: doc/GlueGen_Mapping.md: Using 'UserParamClass' .. grammar (3 commits for 1 discount today) Cough cough .. should have reviewed the whole thing once. Must be the summer distraction causing premature commits. Sorry about that :) --- doc/GlueGen_Mapping.html | 4 ++-- 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 UserParam mapping with a key-mapped CallbackFunction and UserParam.

Additionally a custom -UserParamClass type ALCcontext is being used -for more clarity in the resulting API.

+UserParamClass ALCcontext is being used for +more clarity in the resulting API.

This example is derived from OpenAL's AL_SOFT_callback_buffer extension.

The callback ALBUFFERCALLBACKTYPESOFT 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. -- cgit v1.2.3