Skip to content

Commit

Permalink
Remove invalid self-closing paragraphs
Browse files Browse the repository at this point in the history
  • Loading branch information
reima committed Oct 4, 2015
1 parent e1850f9 commit 3e4ba7a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion gl4/glCopyTexSubImage1D.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@
</li>
</ul>
</div>
<p/>
</div>
<div class="refsect1" id="associatedgets">
<h2>Associated Gets</h2>
Expand Down
5 changes: 0 additions & 5 deletions gl4/glGetTexLevelParameter.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@
<code class="constant">GL_TEXTURE_DEPTH_SIZE</code></span>
</dt>
<dd>
<p/>
<p>The internal storage resolution of an individual component.
The resolution chosen by the GL will be a close match for the
resolution requested by the user with the component argument of
Expand All @@ -313,7 +312,6 @@
</span>
</dt>
<dd>
<p/>
<p><em class="parameter"><code>params</code></em> returns a single boolean value
indicating if the texture image is stored in a compressed internal
format. The initiali value is <code class="constant">GL_FALSE</code>.</p>
Expand All @@ -324,7 +322,6 @@
</span>
</dt>
<dd>
<p/>
<p><em class="parameter"><code>params</code></em> returns a single integer value,
the number of unsigned bytes of the compressed texture image that
would be returned from <a class="citerefentry" href="glGetCompressedTexImage"><span class="citerefentry"><span class="refentrytitle">glGetCompressedTexImage</span></span></a>.</p>
Expand All @@ -335,7 +332,6 @@
</span>
</dt>
<dd>
<p/>
<p><em class="parameter"><code>params</code></em> returns a single integer value,
the offset into the data store of the buffer bound to a buffer
texture. <a class="citerefentry" href="glTexBufferRange"><span class="citerefentry"><span class="refentrytitle">glTexBufferRange</span></span></a>.</p>
Expand All @@ -346,7 +342,6 @@
</span>
</dt>
<dd>
<p/>
<p><em class="parameter"><code>params</code></em> returns a single integer value,
the size of the range of a data store of the buffer bound to a
buffer texture. <a class="citerefentry" href="glTexBufferRange"><span class="citerefentry"><span class="refentrytitle">glTexBufferRange</span></span></a>.</p>
Expand Down
1 change: 0 additions & 1 deletion gl4/glTexParameter.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -1646,7 +1646,6 @@
or <code class="constant">GL_TEXTURE_MAX_LEVEL</code>, and
<em class="parameter"><code>param</code></em> or <em class="parameter"><code>params</code></em> is
negative.</p>
<p/>
</div>
<div class="refsect1" id="associatedgets">
<h2>Associated Gets</h2>
Expand Down

0 comments on commit 3e4ba7a

Please sign in to comment.