diff options
author | Sven Gothel <[email protected]> | 2023-08-14 04:27:37 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-08-14 04:27:37 +0200 |
commit | 8850b3d7f82ca5f1f828192407574581abd82ef9 (patch) | |
tree | 267023152dcc918e61355d45b18426b087361a43 | |
parent | 9250960f107cebbb4e6d3a55009b330f101453ea (diff) |
doc/GlueGen_Mapping.md: Fix GlueGen Manual read consideration ...
-rw-r--r-- | doc/GlueGen_Mapping.html | 2 | ||||
-rw-r--r-- | doc/GlueGen_Mapping.md | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/doc/GlueGen_Mapping.html b/doc/GlueGen_Mapping.html index 6c8bc6e..525af6b 100644 --- a/doc/GlueGen_Mapping.html +++ b/doc/GlueGen_Mapping.html @@ -515,7 +515,7 @@ Data & Function Mapping for Java™</h1> <p><em>Disclaimer: This documented shall be synchronized with source code, especially the configuration options.</em></p> <p>Please also consider reading <a href="manual/index.html">GlueGen -Manual</a> for details on native data and function mappings.</p> +Manual</a> for general usage and configuration options.</p> <h2 id="references">References</h2> <ul> <li><a href="https://jogamp.org/cgit/gluegen.git/about/">GlueGen Git diff --git a/doc/GlueGen_Mapping.md b/doc/GlueGen_Mapping.md index b7caa54..0b32c26 100644 --- a/doc/GlueGen_Mapping.md +++ b/doc/GlueGen_Mapping.md @@ -23,8 +23,7 @@ table, th, td { *Disclaimer: This documented shall be synchronized with source code, especially the configuration options.* -Please also consider reading [GlueGen Manual](manual/index.html) for details on native data and -function mappings. +Please also consider reading [GlueGen Manual](manual/index.html) for general usage and configuration options. ## References |