This file is indexed.

/usr/share/doc/cxref-doc/examples/version.h.src.html is in cxref-doc 1.6e-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
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

<!-- This HTML file generated by cxref (version 1.6e). -->
<!-- cxref program (c) Andrew M. Bishop 1995-2014. -->

<!--
Cxref: ./cxref -warn-xref -xref -O../doc/example -Ncxref -latex -html-src -rtf -sgml version.h
CPP  : /build/cxref-rFY1Z7/cxref-1.6e/cpp/cxref-cpp -cxref-cpp-defines /build/cxref-rFY1Z7/cxref-1.6e/cpp/cxref-cpp.defines -lang-c -C -dD -dI
-->

<HTML>

<HEAD>
<TITLE>Source File version.h</TITLE>
<LINK rel="stylesheet" href="cxref.css" type="text/css">
</HEAD>

<BODY>

<pre>
<a name="line1">1    |</a> /***************************************
<a name="line2">2    |</a>   C Cross Referencing &amp; Documentation tool. Version 1.6e.
<a name="line3">3    |</a>   ******************/ /******************
<a name="line4">4    |</a>   Written by Andrew M. Bishop
<a name="line5">5    |</a> 
<a name="line6">6    |</a>   This file Copyright 2005-2014 Andrew M. Bishop
<a name="line7">7    |</a>   It may be distributed under the GNU Public License, version 2, or
<a name="line8">8    |</a>   any higher version.  See section COPYING of the GNU Public license
<a name="line9">9    |</a>   for conditions under which this file may be redistributed.
<a name="line10">10   |</a>   ***************************************/
<a name="line11">11   |</a> 
<a name="line12">12   |</a> 
<a name="line13">13   |</a> #ifndef VERSION_H
<a name="line14">14   |</a> #define VERSION_H    /*+ To stop multiple inclusions. +*/
<a name="line15">15   |</a> 
<a name="line16">16   |</a> #define CXREF_VERSION   "1.6e"
<a name="line17">17   |</a> #define CXREF_COPYRIGHT "(c) Andrew M. Bishop 1995-2014"
<a name="line18">18   |</a> 
<a name="line19">19   |</a> #endif /* VERSION_H */
</pre>

</BODY>
</HTML>