This file is indexed.

/usr/share/help/C/programming-guidelines/example-docs.xml is in gnome-devel-docs 3.28.0-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
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
[
  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
  <!ENTITY version SYSTEM "version.xml">
]>
<book id="index">
  <bookinfo>
    <title>[project] Reference Manual</title>
    <releaseinfo>
      For [project] &version;. The latest version of this documentation can be found on-line at
      <ulink role="online-location" url="http://[server]/[project]/index.html">http://[server]/[project]/</ulink>.
    </releaseinfo>
  </bookinfo>

  <part>
    <title>[project] Overview</title>

    <xi:include href="xml/SomeObject.xml"/>
    <xi:include href="xml/OtherObject.xml"/>
    <xi:include href="xml/Utilities.xml"/>

    <chapter>
      <title>Object Hierarchy</title>
      <xi:include href="xml/tree_index.sgml"/>
    </chapter>
  </part>

  <part>
    <title>D-Bus Interfaces</title>

    <chapter>
      <title>D-Bus Interfaces</title>

      <partintro>
        <para>D-Bus interface definitions for the project.</para>
      </partintro>

      <xi:include href="xml/docs-Some.Interface.xml"/>
      <xi:include href="xml/docs-Other.Interface.xml"/>
    </chapter>

    <chapter>
      <title>C Interfaces</title>

      <partintro>
        <para>C wrappers for the project D-Bus interfaces.</para>
      </partintro>

      <xi:include href="xml/SomeInterface.xml"/>
      <xi:include href="xml/OtherInterface.xml"/>
    </chapter>
  </part>

  <part>
    <title>Appendices</title>
    <index id="api-index-full">
      <title>API Index</title>
      <xi:include href="xml/api-index-full.xml"><xi:fallback/></xi:include>
    </index>
    <index id="api-index-deprecated">
      <title>Index of deprecated symbols</title>
      <xi:include href="xml/api-index-deprecated.xml"><xi:fallback/></xi:include>
    </index>
    <index role="1.0.0">
      <title>Index of new symbols in 1.0.0</title>
      <xi:include href="xml/api-index-1.0.0.xml"><xi:fallback/></xi:include>
    </index>
    <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
  </part>

  <xi:include href="xml/license.xml"/>
  <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
</book>