This file is indexed.

/usr/share/gtk-doc/html/libgwymodule/index.html is in libgwyddion20-doc 2.34-3ubuntu1.

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
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Gwyddion Module Library Reference Manual: Gwyddion Module Library Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="Gwyddion Module Library Reference Manual">
<link rel="next" href="ModuleLibrary.html" title="Gwyddion Module Library">
<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div class="book">
<div class="titlepage">
<div>
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">Gwyddion Module Library Reference Manual</p></th></tr></table></div>
<div><p class="releaseinfo">
  For Gwyddion 2.34.
  The latest version of this document can be found on-line at
  <a class="ulink" href="http://gwyddion.net/documentation/libgwymodule/index.php" target="_top">http://gwyddion.net/documentation/libgwymodule/</a>.
</p></div>
</div>
<hr>
</div>
<div class="toc"><dl class="toc">
<dt><span class="chapter"><a href="ModuleLibrary.html">Gwyddion Module Library</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="libgwymodule-gwymoduleenums.html">gwymoduleenums</a></span><span class="refpurpose"> — Common enumerations</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgwymodule-gwymoduleloader.html">gwymoduleloader</a></span><span class="refpurpose"> — Basic module loader interface</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgwymodule-gwymodule-file.html">gwymodule-file</a></span><span class="refpurpose"> — File loading and saving modules</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgwymodule-gwymodule-process.html">gwymodule-process</a></span><span class="refpurpose"> — Data processing modules</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgwymodule-gwymodule-tool.html">gwymodule-tool</a></span><span class="refpurpose"> — Interactive tool modules</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgwymodule-gwymodule-graph.html">gwymodule-graph</a></span><span class="refpurpose"> — Graph modules</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgwymodule-gwymodule-layer.html">gwymodule-layer</a></span><span class="refpurpose"> — GwyDataView layer modules</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgwymodule-gwymodule-volume.html">gwymodule-volume</a></span><span class="refpurpose"> — Volume data processing modules</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libgwymodule-gwymodulebrowser.html">gwymodulebrowser</a></span><span class="refpurpose"> — Gwyddion module browser</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="ModuleTutorial.html">Gwyddion Module Tutorial</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="gwymodule-tutorial-overview.html">Gwyddion Module Overview</a></span><span class="refpurpose"> — 
      Overview of <span class="application">Gwyddion</span> modules
    </span>
</dt>
<dt>
<span class="refentrytitle"><a href="gwymodule-tutorial-minimal.html">Minimal Module</a></span><span class="refpurpose"> — 
      Dissection of a minimal <span class="application">Gwyddion</span> data
      processing module
    </span>
</dt>
<dt>
<span class="refentrytitle"><a href="gwymodule-tutorial-beyond.html">Beyond the Minimal Module</a></span><span class="refpurpose"> — 
      Common module idioms
    </span>
</dt>
<dt>
<span class="refentrytitle"><a href="gwymodule-tutorial-process.html">Data Processing Modules</a></span><span class="refpurpose"> — 
      More about data processing modules
    </span>
</dt>
<dt>
<span class="refentrytitle"><a href="gwymodule-tutorial-file.html">File Modules</a></span><span class="refpurpose"> — 
      More about file modules
    </span>
</dt>
<dt>
<span class="refentrytitle"><a href="gwymodule-tutorial-graph.html">Graph Modules</a></span><span class="refpurpose"> — 
      More about graph modules
    </span>
</dt>
<dt>
<span class="refentrytitle"><a href="gwymodule-tutorial-tool.html">Tool Modules</a></span><span class="refpurpose"> — 
      More about tool modules
    </span>
</dt>
<dt>
<span class="refentrytitle"><a href="gwymodule-tutorial-layer.html">Layer Modules</a></span><span class="refpurpose"> — 
      More about layer modules
    </span>
</dt>
<dt>
<span class="refentrytitle"><a href="gwymodule-tutorial-install.html">Gwyddion Module Installation</a></span><span class="refpurpose"> — 
      Compilation, distribution and installation of <span class="application">Gwyddion</span> modules
    </span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="PluginProxyReference.html">Plug-in Proxy Reference</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="plugin-proxy-overview.html">Plug-in Proxy Overview</a></span><span class="refpurpose"> — 
      Overview of <span class="application">Gwyddion</span> plug-ins and the plugin-proxy module
    </span>
</dt>
<dt>
<span class="refentrytitle"><a href="plugin-proxy-process.html">Data Process Plug-ins</a></span><span class="refpurpose"> — 
      Data processing by external programs
    </span>
</dt>
<dt>
<span class="refentrytitle"><a href="plugin-proxy-file.html">File Type Plug-ins</a></span><span class="refpurpose"> — 
      Plug-in loading and/or saving third party data formats.
    </span>
</dt>
<dt>
<span class="refentrytitle"><a href="plugin-proxy-dump.html">Dump Format</a></span><span class="refpurpose"> — 
      Dumb dump file format used for data exchange between plug-in proxy and
      plug-ins
    </span>
</dt>
<dt>
<span class="refentrytitle"><a href="plugin-proxy-rgi.html">RGI Registration Method</a></span><span class="refpurpose"> — 
      Alternate plug-in registration method using RGI files
    </span>
</dt>
</dl></dd>
<dt><span class="index"><a href="api-index-full.html">Index of all symbols</a></span></dt>
<dt><span class="index"><a href="api-index-deprecated.html">Index of deprecated symbols</a></span></dt>
<dt><span class="index"><a href="api-index-2-1.html">Index of new symbols in 2.1</a></span></dt>
<dt><span class="index"><a href="api-index-2-18.html">Index of new symbols in 2.18</a></span></dt>
<dt><span class="index"><a href="api-index-2-25.html">Index of new symbols in 2.25</a></span></dt>
<dt><span class="index"><a href="api-index-2-32.html">Index of new symbols in 2.32</a></span></dt>
</dl></div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.19</div>
</body>
</html>