Skip to content

Commit

Permalink
Fixed man pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Groovounet committed Feb 16, 2016
1 parent 4fe1490 commit 1571b1f
Show file tree
Hide file tree
Showing 28 changed files with 119 additions and 119 deletions.
14 changes: 7 additions & 7 deletions doc/api/a00014.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@
<div class="center">
<img src="a00014.png" usemap="#sampler_map" alt=""/>
<map id="sampler_map" name="sampler_map">
<area href="a00015.html" title="1d texture sampler " alt="sampler1d&lt; T, P &gt;" shape="rect" coords="0,56,167,80"/>
<area href="a00016.html" title="1d array texture sampler " alt="sampler1d_array&lt; T, P &gt;" shape="rect" coords="177,56,344,80"/>
<area href="a00017.html" title="2d texture sampler " alt="sampler2d&lt; T, P &gt;" shape="rect" coords="354,56,521,80"/>
<area href="a00018.html" title="2d array texture sampler " alt="sampler2d_array&lt; T, P &gt;" shape="rect" coords="531,56,698,80"/>
<area href="a00019.html" title="3d texture sampler " alt="sampler3d&lt; T, P &gt;" shape="rect" coords="708,56,875,80"/>
<area href="a00020.html" title="Cube map texture sampler. " alt="samplerCube&lt; T, P &gt;" shape="rect" coords="885,56,1052,80"/>
<area href="a00021.html" title="Cube map array texture sampler. " alt="samplerCubeArray&lt; T, P &gt;" shape="rect" coords="1062,56,1229,80"/>
<area href="a00015.html" title="1d texture sampler " alt="sampler1d&lt; T, P &gt;" shape="rect" coords="0,56,177,80"/>
<area href="a00016.html" title="1d array texture sampler " alt="sampler1d_array&lt; T, P &gt;" shape="rect" coords="187,56,364,80"/>
<area href="a00017.html" title="2d texture sampler " alt="sampler2d&lt; T, P &gt;" shape="rect" coords="374,56,551,80"/>
<area href="a00018.html" title="2d array texture sampler " alt="sampler2d_array&lt; T, P &gt;" shape="rect" coords="561,56,738,80"/>
<area href="a00019.html" title="3d texture sampler " alt="sampler3d&lt; T, P &gt;" shape="rect" coords="748,56,925,80"/>
<area href="a00020.html" title="Cube map texture sampler. " alt="sampler_cube&lt; T, P &gt;" shape="rect" coords="935,56,1112,80"/>
<area href="a00021.html" title="Cube map array texture sampler. " alt="sampler_cube_array&lt; T, P &gt;" shape="rect" coords="1122,56,1299,80"/>
</map>
</div></div>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
Expand Down
Binary file modified doc/api/a00014.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions doc/api/a00020.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.10"/>
<title>0.8.0 API documentation: samplerCube&lt; T, P &gt; Class Template Reference</title>
<title>0.8.0 API documentation: sampler_cube&lt; T, P &gt; Class Template Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
Expand Down Expand Up @@ -84,27 +84,27 @@

<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="a00076.html">gli</a></li><li class="navelem"><a class="el" href="a00020.html">samplerCube</a></li> </ul>
<li class="navelem"><a class="el" href="a00076.html">gli</a></li><li class="navelem"><a class="el" href="a00020.html">sampler_cube</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="a00088.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">samplerCube&lt; T, P &gt; Class Template Reference</div> </div>
<div class="title">sampler_cube&lt; T, P &gt; Class Template Reference</div> </div>
</div><!--header-->
<div class="contents">

<p>Cube map texture sampler.
<a href="a00020.html#details">More...</a></p>
<div class="dynheader">
Inheritance diagram for samplerCube&lt; T, P &gt;:</div>
Inheritance diagram for sampler_cube&lt; T, P &gt;:</div>
<div class="dyncontent">
<div class="center">
<img src="a00020.png" usemap="#samplerCube&lt; T, P &gt;_map" alt=""/>
<map id="samplerCube&lt; T, P &gt;_map" name="samplerCube&lt; T, P &gt;_map">
<area href="a00014.html" title="Genetic sampler class. " alt="sampler" shape="rect" coords="0,0,134,24"/>
<img src="a00020.png" usemap="#sampler_cube&lt; T, P &gt;_map" alt=""/>
<map id="sampler_cube&lt; T, P &gt;_map" name="sampler_cube&lt; T, P &gt;_map">
<area href="a00014.html" title="Genetic sampler class. " alt="sampler" shape="rect" coords="0,0,139,24"/>
</map>
</div></div>
<table class="memberdecls">
Expand Down Expand Up @@ -141,7 +141,7 @@
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><h3>template&lt;typename T, precision P = defaultp&gt;<br />
class gli::samplerCube&lt; T, P &gt;</h3>
class gli::sampler_cube&lt; T, P &gt;</h3>

<p>Cube map texture sampler. </p>
<dl class="tparams"><dt>Template Parameters</dt><dd>
Expand Down
Binary file modified doc/api/a00020.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions doc/api/a00021.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.10"/>
<title>0.8.0 API documentation: samplerCubeArray&lt; T, P &gt; Class Template Reference</title>
<title>0.8.0 API documentation: sampler_cube_array&lt; T, P &gt; Class Template Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
Expand Down Expand Up @@ -84,27 +84,27 @@

<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="a00076.html">gli</a></li><li class="navelem"><a class="el" href="a00021.html">samplerCubeArray</a></li> </ul>
<li class="navelem"><a class="el" href="a00076.html">gli</a></li><li class="navelem"><a class="el" href="a00021.html">sampler_cube_array</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="a00089.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">samplerCubeArray&lt; T, P &gt; Class Template Reference</div> </div>
<div class="title">sampler_cube_array&lt; T, P &gt; Class Template Reference</div> </div>
</div><!--header-->
<div class="contents">

<p>Cube map array texture sampler.
<a href="a00021.html#details">More...</a></p>
<div class="dynheader">
Inheritance diagram for samplerCubeArray&lt; T, P &gt;:</div>
Inheritance diagram for sampler_cube_array&lt; T, P &gt;:</div>
<div class="dyncontent">
<div class="center">
<img src="a00021.png" usemap="#samplerCubeArray&lt; T, P &gt;_map" alt=""/>
<map id="samplerCubeArray&lt; T, P &gt;_map" name="samplerCubeArray&lt; T, P &gt;_map">
<area href="a00014.html" title="Genetic sampler class. " alt="sampler" shape="rect" coords="0,0,167,24"/>
<img src="a00021.png" usemap="#sampler_cube_array&lt; T, P &gt;_map" alt=""/>
<map id="sampler_cube_array&lt; T, P &gt;_map" name="sampler_cube_array&lt; T, P &gt;_map">
<area href="a00014.html" title="Genetic sampler class. " alt="sampler" shape="rect" coords="0,0,177,24"/>
</map>
</div></div>
<table class="memberdecls">
Expand Down Expand Up @@ -141,7 +141,7 @@
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><h3>template&lt;typename T, precision P = defaultp&gt;<br />
class gli::samplerCubeArray&lt; T, P &gt;</h3>
class gli::sampler_cube_array&lt; T, P &gt;</h3>

<p>Cube map array texture sampler. </p>
<dl class="tparams"><dt>Template Parameters</dt><dd>
Expand Down
Binary file modified doc/api/a00021.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion doc/api/a00058.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
Classes</h2></td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00020.html">samplerCube&lt; T, P &gt;</a></td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00020.html">sampler_cube&lt; T, P &gt;</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Cube map texture sampler. <a href="a00020.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
Expand Down
Loading

0 comments on commit 1571b1f

Please sign in to comment.