Skip to content

Commit

Permalink
fixed documentation issues, #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dav1dde committed Apr 19, 2012
1 parent ef1d62d commit 52b0831
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>index - gl3n's documentation</title>
<link rel="stylesheet" type="text/css" href="./stylesheets/style.css">
<script type="text/javascript" src="./javascripts/jquery.js"></script>
<script type="text/javascript" src="./javascripts/cutedoc.js"></script>
<link rel="stylesheet" type="text/css" href="/gl3n/stylesheets/style.css">
<script type="text/javascript" src="/gl3n/javascripts/jquery.js"></script>
<script type="text/javascript" src="/gl3n/javascripts/cutedoc.js"></script>
</head>
<body>
<div id="header">
Expand All @@ -17,7 +17,7 @@
<div id="floating">
<div id="modulesouter">
<h3>Modules</h3>
<div id="modules"><li><a href="./linalg.html" title="linear algebra">linalg</a></li><li><a href="./math.html" title="mathematical functions">math</a></li><li><a href="./interpolate.html" title="interpolation">interpolate</a></li><li><a href="./color/hsv.html" title="color">color/hsv</a></li><li><a href="./util.html" title="useful utilities">util</a></li></div>
<div id="modules"><li><a href="/gl3n/linalg.html" title="linear algebra">linalg</a></li><li><a href="/gl3n/math.html" title="mathematical functions">math</a></li><li><a href="/gl3n/interpolate.html" title="interpolation">interpolate</a></li><li><a href="/gl3n/color/hsv.html" title="color">color/hsv</a></li><li><a href="/gl3n/util.html" title="useful utilities">util</a></li></div>
</div>

<div id="childsouter">
Expand All @@ -30,7 +30,7 @@ <h3>Jump to</h3>
<!-- Generated by Ddoc from index.d -->


<a href="https://bitbucket.org/dav1d/gl3n/overview">gl3n</a> provides all the math you need to work with OpenGL.
<a href="https://github.com/Dav1dde/gl3n">gl3n</a> provides all the math you need to work with OpenGL.
Currently gl3n supports:
<ul> <li>linear algebra</li>
<ul> <li>vectors</li>
Expand All @@ -47,7 +47,7 @@ <h3>Jump to</h3>
<li>the power of D, e.g. dynamic swizzling, templated types (vectors, matrices, quaternions), impressive constructors and more!</li>
</ul>
<br />
Furthermore <a href="https://bitbucket.org/dav1d/gl3n/overview">gl3n</a> is MIT licensed,
Furthermore <a href="https://github.com/Dav1dde/gl3n">gl3n</a> is MIT licensed,
which allows you to use it everywhere you want it.
<br /><br />
A little example of gl3n's power:
Expand Down
8 changes: 4 additions & 4 deletions interpolate.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>gl3n.interpolate - gl3n's documentation</title>
<link rel="stylesheet" type="text/css" href="./stylesheets/style.css">
<script type="text/javascript" src="./javascripts/jquery.js"></script>
<script type="text/javascript" src="./javascripts/cutedoc.js"></script>
<link rel="stylesheet" type="text/css" href="/gl3n/stylesheets/style.css">
<script type="text/javascript" src="/gl3n/javascripts/jquery.js"></script>
<script type="text/javascript" src="/gl3n/javascripts/cutedoc.js"></script>
</head>
<body>
<div id="header">
Expand All @@ -17,7 +17,7 @@
<div id="floating">
<div id="modulesouter">
<h3>Modules</h3>
<div id="modules"><li><a href="./linalg.html" title="linear algebra">linalg</a></li><li><a href="./math.html" title="mathematical functions">math</a></li><li><a href="./interpolate.html" title="interpolation">interpolate</a></li><li><a href="./color/hsv.html" title="color">color/hsv</a></li><li><a href="./util.html" title="useful utilities">util</a></li></div>
<div id="modules"><li><a href="/gl3n/linalg.html" title="linear algebra">linalg</a></li><li><a href="/gl3n/math.html" title="mathematical functions">math</a></li><li><a href="/gl3n/interpolate.html" title="interpolation">interpolate</a></li><li><a href="/gl3n/color/hsv.html" title="color">color/hsv</a></li><li><a href="/gl3n/util.html" title="useful utilities">util</a></li></div>
</div>

<div id="childsouter">
Expand Down
8 changes: 4 additions & 4 deletions linalg.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>gl3n.linalg - gl3n's documentation</title>
<link rel="stylesheet" type="text/css" href="./stylesheets/style.css">
<script type="text/javascript" src="./javascripts/jquery.js"></script>
<script type="text/javascript" src="./javascripts/cutedoc.js"></script>
<link rel="stylesheet" type="text/css" href="/gl3n/stylesheets/style.css">
<script type="text/javascript" src="/gl3n/javascripts/jquery.js"></script>
<script type="text/javascript" src="/gl3n/javascripts/cutedoc.js"></script>
</head>
<body>
<div id="header">
Expand All @@ -17,7 +17,7 @@
<div id="floating">
<div id="modulesouter">
<h3>Modules</h3>
<div id="modules"><li><a href="./linalg.html" title="linear algebra">linalg</a></li><li><a href="./math.html" title="mathematical functions">math</a></li><li><a href="./interpolate.html" title="interpolation">interpolate</a></li><li><a href="./color/hsv.html" title="color">color/hsv</a></li><li><a href="./util.html" title="useful utilities">util</a></li></div>
<div id="modules"><li><a href="/gl3n/linalg.html" title="linear algebra">linalg</a></li><li><a href="/gl3n/math.html" title="mathematical functions">math</a></li><li><a href="/gl3n/interpolate.html" title="interpolation">interpolate</a></li><li><a href="/gl3n/color/hsv.html" title="color">color/hsv</a></li><li><a href="/gl3n/util.html" title="useful utilities">util</a></li></div>
</div>

<div id="childsouter">
Expand Down
8 changes: 4 additions & 4 deletions math.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>gl3n.math - gl3n's documentation</title>
<link rel="stylesheet" type="text/css" href="./stylesheets/style.css">
<script type="text/javascript" src="./javascripts/jquery.js"></script>
<script type="text/javascript" src="./javascripts/cutedoc.js"></script>
<link rel="stylesheet" type="text/css" href="/gl3n/stylesheets/style.css">
<script type="text/javascript" src="/gl3n/javascripts/jquery.js"></script>
<script type="text/javascript" src="/gl3n/javascripts/cutedoc.js"></script>
</head>
<body>
<div id="header">
Expand All @@ -17,7 +17,7 @@
<div id="floating">
<div id="modulesouter">
<h3>Modules</h3>
<div id="modules"><li><a href="./linalg.html" title="linear algebra">linalg</a></li><li><a href="./math.html" title="mathematical functions">math</a></li><li><a href="./interpolate.html" title="interpolation">interpolate</a></li><li><a href="./color/hsv.html" title="color">color/hsv</a></li><li><a href="./util.html" title="useful utilities">util</a></li></div>
<div id="modules"><li><a href="/gl3n/linalg.html" title="linear algebra">linalg</a></li><li><a href="/gl3n/math.html" title="mathematical functions">math</a></li><li><a href="/gl3n/interpolate.html" title="interpolation">interpolate</a></li><li><a href="/gl3n/color/hsv.html" title="color">color/hsv</a></li><li><a href="/gl3n/util.html" title="useful utilities">util</a></li></div>
</div>

<div id="childsouter">
Expand Down
8 changes: 4 additions & 4 deletions util.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>gl3n.util - gl3n's documentation</title>
<link rel="stylesheet" type="text/css" href="./stylesheets/style.css">
<script type="text/javascript" src="./javascripts/jquery.js"></script>
<script type="text/javascript" src="./javascripts/cutedoc.js"></script>
<link rel="stylesheet" type="text/css" href="/gl3n/stylesheets/style.css">
<script type="text/javascript" src="/gl3n/javascripts/jquery.js"></script>
<script type="text/javascript" src="/gl3n/javascripts/cutedoc.js"></script>
</head>
<body>
<div id="header">
Expand All @@ -17,7 +17,7 @@
<div id="floating">
<div id="modulesouter">
<h3>Modules</h3>
<div id="modules"><li><a href="./linalg.html" title="linear algebra">linalg</a></li><li><a href="./math.html" title="mathematical functions">math</a></li><li><a href="./interpolate.html" title="interpolation">interpolate</a></li><li><a href="./color/hsv.html" title="color">color/hsv</a></li><li><a href="./util.html" title="useful utilities">util</a></li></div>
<div id="modules"><li><a href="/gl3n/linalg.html" title="linear algebra">linalg</a></li><li><a href="/gl3n/math.html" title="mathematical functions">math</a></li><li><a href="/gl3n/interpolate.html" title="interpolation">interpolate</a></li><li><a href="/gl3n/color/hsv.html" title="color">color/hsv</a></li><li><a href="/gl3n/util.html" title="useful utilities">util</a></li></div>
</div>

<div id="childsouter">
Expand Down

0 comments on commit 52b0831

Please sign in to comment.