This file is indexed.

/usr/share/gps/docgen2/multilink.tmpl is in gnat-gps-common 5.0-6.

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
10
11
12
13
14
15
16
@@SET@@ LINKTXT = $1
@@SET@@ LINK1 = $2
@@SET@@ LINK1TXT = $3
@@SET@@ LINK2 = $4
@@SET@@ LINK2TXT = $5
@@SET@@ LINK3 = $6
@@SET@@ LINK3TXT = $7
<span class="droplink">@_LINKTXT_@<ul>
  <li><a href="@_LINK1_@">@_LINK1TXT_@</a></li>
@@IF@@ @_LINK2_@ /= ""
  <li><a href="@_LINK2_@">@_LINK2TXT_@</a></li>
@@END_IF@@
@@IF@@ @_LINK3_@ /= ""
  <li><a href="@_LINK3_@">@_LINK3TXT_@</a></li>
@@END_IF@@
</ul></span>