aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-07-10 21:03:28 +0200
committerSven Gothel <[email protected]>2023-07-10 21:03:28 +0200
commitfe21c87b24842d67df686b7c48fa36ed65a9afc9 (patch)
treedb50914ef4049b14592ecc87ac793904793f6258
parenta03df850033d11386471534840a83bbac81304df (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 :)
-rw-r--r--doc/GlueGen_Mapping.html4
-rw-r--r--doc/GlueGen_Mapping.md2
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.