From cbb0bc1ef3d8c0464618c9f773cd1b4725059971 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 9 Feb 2011 13:38:58 +0100 Subject: html fixes --- src/java/com/jogamp/gluegen/package.html | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) (limited to 'src/java/com/jogamp/gluegen') diff --git a/src/java/com/jogamp/gluegen/package.html b/src/java/com/jogamp/gluegen/package.html index b9240cf..2862fe6 100644 --- a/src/java/com/jogamp/gluegen/package.html +++ b/src/java/com/jogamp/gluegen/package.html @@ -5,10 +5,9 @@

JogAmp GlueGen Code Generator

-

GlueGen Data Type Mapping

- Gluegen has build-in types (terminal symbols) for:
-
+ Gluegen has build-in types (terminal symbols) for:
+
@@ -31,17 +30,16 @@
type java bits native-x32 bitsnative-x64 bitstype signed origin
void 0 0 0 void void ANSI-C
size_t 64 32 64 integerunsigned stddef.h
uintptr_t 64 32 64 integerunsigned stdint.h
-

- Warning: Try to avoid unspecified bit sized types, especially long, since it differs on Unix and Windows!
+ Warning: Try to avoid unspecified bit sized types, especially long, since it differs on Unix and Windows!
Note 1: Type long will result in broken code on Windows, since we don't differentiate the OS and it's bit size is ambiguous.

GlueGen Platform Header Files

- GlueGen provides convenient platform headers,
- which can be included in your C header files for native compilation and GlueGen code generation.
-
- Example:
+ GlueGen provides convenient platform headers,
+ which can be included in your C header files for native compilation and GlueGen code generation.
+
+ Example:
    #include <gluegen_stdint.h>
    #include <gluegen_stddef.h>
@@ -50,8 +48,8 @@
    size_t size1;
    ptrdiff_t ptr1;
   
-
- To compile this file you have to include the following folder to your compilers system includes, ie -I:
+
+ To compile this file you have to include the following folder to your compilers system includes, ie -I:
     gluegen/make/stub_includes/platform
   
@@ -60,14 +58,11 @@
     gluegen/make/stub_includes/gluegen
   
-

-

GlueGen Pre-Defined Macros

- To identity a GlueGen code generation run, GlueGen defines the following macros:
+ To identity a GlueGen code generation run, GlueGen defines the following macros:
      #define __GLUEGEN__ 2
   
-



-- cgit v1.2.3