This file is indexed.

/usr/share/doc/liblqr-1-0-dev/html/release.html is in liblqr-1-0-dev 0.4.1-1.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
9
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Releasing the memory</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="The Liquid Rescale library Manual"><link rel="up" href="api-manual.html" title="Chapter 2. LqR library API user manual"><link rel="prev" href="progress.html" title="Progress indicators"><link rel="next" href="ref-pages.html" title="Chapter 3. LqR library API reference"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Releasing the memory</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="progress.html">Prev</a> </td><th width="60%" align="center">Chapter 2. LqR library API user manual</th><td width="20%" align="right"> <a accesskey="n" href="ref-pages.html">Next</a></td></tr></table><hr></div><div class="sect1" title="Releasing the memory"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="release"></a>Releasing the memory</h2></div></div></div><p>
                <code class="classname">LqrCarver</code> objects can be destroyed using this function:
                </p><div class="funcsynopsis"><table border="0" summary="Function synopsis" cellspacing="0" cellpadding="0" class="funcprototype-table"><tr><td><code class="funcdef">void <b class="fsfunc">lqr_carver_destroy</b>(</code></td><td>LqrCarver* <var class="pdparam">carver</var><code>)</code>;</td></tr></table><div class="funcprototype-spacer"> </div></div><p>
            </p><p>
                This function also destroys any attached object, thus it should never be called on attached carvers.
            </p><p>
                <code class="classname">LqrVMap</code> objects can be destroyed using this function:
                </p><div class="funcsynopsis"><table border="0" summary="Function synopsis" cellspacing="0" cellpadding="0" class="funcprototype-table"><tr><td><code class="funcdef">void <b class="fsfunc">lqr_vmap_destroy</b>(</code></td><td>LqrVMap* <var class="pdparam">vmap</var><code>)</code>;</td></tr></table><div class="funcprototype-spacer"> </div></div><p>
            </p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="progress.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="api-manual.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ref-pages.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Progress indicators </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Chapter 3. LqR library API reference</td></tr></table></div></body></html>