Skip to content

Commit

Permalink
Bug 1449: Convert manual/index.html to gfm (GitHub-Flavored Markdow…
Browse files Browse the repository at this point in the history
…n) using markdown -> manual/index.md and add conversion recipes + make/scripts/md2html_update.sh

Noyte: Additionally edited 'doc/misc/macos_nativelib_dependencies.md`
to include `Use explicit OpenJDK/Temurin JDK `java` executable path`
as a workaround to pass `DYLD_LIBRARY_PATH` to `/usr/bin/java`.
  • Loading branch information
sgothel committed Aug 14, 2023
1 parent 9b825a4 commit fd62330
Show file tree
Hide file tree
Showing 7 changed files with 4,485 additions and 2,322 deletions.
24 changes: 20 additions & 4 deletions doc/GlueGen_Mapping.html
Expand Up @@ -490,6 +490,20 @@
</ul></li>
</ul>
</nav>
<!---
We convert markdown using pandoc using `gfm` (GitHub-Flavored Markdown) as source format
and `html5+smart` with a custom template as the target.
Recipe:
```
~/pandoc-buttondown-cgit/pandoc_md2html_local.sh GlueGen_Mapping.md > GlueGen_Mapping.html
```
Git repos:
- https://jausoft.com/cgit/users/sgothel/pandoc-buttondown-cgit.git/about/
- https://github.com/sgothel/pandoc-buttondown-cgit
-->

<style>
table, th, td {
border: 1px solid black;
Expand All @@ -498,19 +512,21 @@

<h1 id="gluegen-native-data--function-mapping-for-java">GlueGen Native
Data &amp; 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>
<h2 id="references">References</h2>
<ul>
<li><a href="https://jogamp.org/cgit/gluegen.git/about/">GlueGen Git
Repo</a></li>
<li><a
href="https://jogamp.org/deployment/jogamp-next/javadoc/gluegen/javadoc/">GlueGen
Java™ API-Doc</a></li>
<li><a href="https://jogamp.org/gluegen/doc/manual/">GlueGen
Manual</a></li>
<li><a href="manual/index.html">GlueGen Manual</a></li>
<li><a href="https://jogamp.org/gluegen/www/">GlueGen Project
Page</a></li>
<li><a href="https://jogamp.org/gluegen/doc/HowToBuild.html">How To
Build</a></li>
<li><a href="HowToBuild.html">How To Build</a></li>
</ul>
<h2 id="overview">Overview</h2>
<p><a href="https://jogamp.org/gluegen/www/">GlueGen</a> is a compiler
Expand Down
24 changes: 22 additions & 2 deletions doc/GlueGen_Mapping.md
@@ -1,3 +1,17 @@
<!---
We convert markdown using pandoc using `gfm` (GitHub-Flavored Markdown) as source format
and `html5+smart` with a custom template as the target.
Recipe:
```
~/pandoc-buttondown-cgit/pandoc_md2html_local.sh GlueGen_Mapping.md > GlueGen_Mapping.html
```
Git repos:
- https://jausoft.com/cgit/users/sgothel/pandoc-buttondown-cgit.git/about/
- https://github.com/sgothel/pandoc-buttondown-cgit
-->

<style>
table, th, td {
border: 1px solid black;
Expand All @@ -6,13 +20,19 @@ table, th, td {

# GlueGen Native Data & Function Mapping for Java™

*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.

## References

- [GlueGen Git Repo](https://jogamp.org/cgit/gluegen.git/about/)
- [GlueGen Java™ API-Doc](https://jogamp.org/deployment/jogamp-next/javadoc/gluegen/javadoc/)
- [GlueGen Manual](https://jogamp.org/gluegen/doc/manual/)
- [GlueGen Manual](manual/index.html)
- [GlueGen Project Page](https://jogamp.org/gluegen/www/)
- [How To Build](https://jogamp.org/gluegen/doc/HowToBuild.html)
- [How To Build](HowToBuild.html)

## Overview
[GlueGen](https://jogamp.org/gluegen/www/) is a compiler for function and data-structure declarations,
Expand Down
4,391 changes: 2,077 additions & 2,314 deletions doc/manual/index.html

Large diffs are not rendered by default.

0 comments on commit fd62330

Please sign in to comment.