diff options
author | Sven Gothel <[email protected]> | 2010-05-14 10:11:28 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-05-14 10:11:28 +0200 |
commit | 863e59965c1078cf3315e35eea756cb073fdd26f (patch) | |
tree | 0660387ea878ee8a1043e6c3e12efd9b6a0a4a6f /doc/manual/index.html | |
parent | c7dcf185fb4b6b9a98a558f138e3ee6f488b1182 (diff) |
Fix docu
Diffstat (limited to 'doc/manual/index.html')
-rwxr-xr-x | doc/manual/index.html | 46 |
1 files changed, 39 insertions, 7 deletions
diff --git a/doc/manual/index.html b/doc/manual/index.html index 6ac46ac..9fe4e5e 100755 --- a/doc/manual/index.html +++ b/doc/manual/index.html @@ -1,8 +1,30 @@ -<HTML> -<HEAD> -<TITLE>GlueGen Manual</TITLE> -</HEAD> -<BODY> +<!DOCTYPE html PUBliC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <link href="../../../style.css" rel="stylesheet" type="text/css"/> + <title></title> + </head> + <body> + <div id="container"> + <div id="header"> + <div id="slogan">Gluegen Manual</div> + <div id="logo"><a href="http://jogamp.org/">Gluegen</a></div> + </div> + <div id="menu"> + <ul> + <li><a href="http://jogamp.org/">Home</a></li> + <li><a href="../../../gluegen/www/">Gluegen</a></li> + <li><a href="../../../joal/www/">JOAL</a></li> + <li><a href="../../../jocl/www/">JOCL</a></li> + <li><a href="../../../jogl/www/">JOGL</a></li> + <li><a href="../../../demos/">Demos</a></li> + <li><a href="../../../wiki/">Wiki</a></li> + <li><a href="../../../deployment/gluegen-next/javadoc_public/">JavaDoc</a></li> + </ul> + </div> + <div id="main" class="fill"> + <H1>GlueGen Manual</H1> @@ -2267,5 +2289,15 @@ of an array, we can not use the Opaque directive to erase this data type to <CODE>long</CODE> as we did with the <CODE>Display</CODE> data type. -</BODY> -</HTML> + </div> + <div id="footer"> + <div id="footer_left"> + <span xmlns:dc="http://purl.org/dc/elements/1.1/" property="dc:title">JogAmp.org</span> + by <a xmlns:cc="http://creativecommons.org/ns#" href="http://jogamp.org" property="cc:attributionName" rel="cc:attributionURL">http://jogamp.org</a> + is licensed under a <br/> + <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 License</a>. + </div> + </div> + </div> + </body> +</html> |