diff options
author | Sven Gothel <[email protected]> | 2023-07-10 21:03:28 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-07-10 21:03:28 +0200 |
commit | fe21c87b24842d67df686b7c48fa36ed65a9afc9 (patch) | |
tree | db50914ef4049b14592ecc87ac793904793f6258 /doc/GlueGen_Mapping.md | |
parent | a03df850033d11386471534840a83bbac81304df (diff) |
doc/GlueGen_Mapping.md: Using 'UserParamClass' .. grammar (3 commits for 1 discount today)rc
Cough cough .. should have reviewed the whole thing once. Must be the summer distraction causing premature commits. Sorry about that :)
Diffstat (limited to 'doc/GlueGen_Mapping.md')
-rw-r--r-- | doc/GlueGen_Mapping.md | 2 |
1 files changed, 1 insertions, 1 deletions
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. |