This file is indexed.

/usr/share/genometools/gtdata/modules/gtdoclib/classes.lp is in genometools-common 1.5.10+ds-2.

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
<h2>Classes</h2>
<ul>
<%for _, class in ipairs(classes) do%>
  <li><a href="#<%=class%>"><%=class%></a>
<%end%>
</ul>