This file is indexed.

/usr/share/eclipse/dropins/ptp-rdt/eclipse/plugins/org.eclipse.ptp.rdt.doc.user_1.0.0.dist/html/reference/outline_view.html is in eclipse-ptp-rdt 8.1.1-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
 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
	  <link rel="stylesheet" type="text/css" href="../../help.css">
	  <title>Outline View</title>
   </head>
<body>

<h1>Outline view</h1>
<p>The <img src="../../images/command_link.png" border="0" alt="" > <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.viewId=org.eclipse.ui.views.ContentOutline)")'>Outline</a> view displays an outline of a structured C/C++ file that is currently 
open in the editor area, by listing the structural elements. </p>

<p><img src="../../images/outlineView.png" alt="Outline View"></p>


<h2>Outline view toolbar icons</h2>

<p>The table below lists the icons displayed in the Outline view toolbar.</p>

<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="34%">
<tr>
  <td width="19%" align="left"><strong>Icon</strong></td>
  <td width="81%"><strong>Description</strong></td>
</tr>
<tr>
  <td><img border="0" src="../../images/icon_fields_co.gif" width="16" height="16" alt="Hide fields icon"></td>
  <td>Hide Fields</td>
</tr>
<tr>
  <td><img border="0" src="../../images/icon_static_co.gif" width="16" height="16" alt="Hide static members icon"></td>
  <td>Hide Static Members </td>
</tr>
<tr>
  <td><img border="0" src="../../images/icon_public_co.gif" width="16" height="16" alt="Hide non-public members icon"></td>
  <td>Hide Non-Public Members </td>
</tr>
<tr>
  <td><img border="0" src="../../images/icon_alphab_sort_co.gif" width="16" height="16" alt="Sort items alphabetically icon"></td>
  <td>Sort items alphabetically</td>
</tr>
</dl>
</table>

<h2>Outline view icons</h2>

<p>The table below lists the icons displayed in the Outline view.</p>

<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="34%">
  <tr>
    <td><strong>Icon</strong></td>
    <td><strong>Description</strong></td>
  </tr>
  <tr>
    <td>
    <img src="../../images/class_obj.gif" width="16" height="16" alt="Class icon"></td>
    <td>Class</td>
  </tr>
  <tr>
    <td>
    <img src="../../images/container_obj.gif" width="16" height="16" alt="Namespace icon"></td>
    <td>Namespace</td>
  </tr>
  <tr>
    <td>
    <img src="../../images/define_obj.gif" width="16" height="16" alt="Macro icon"></td>
    <td>Macro Definition</td>
  </tr>
  <tr>
    <td>
    <img src="../../images/enum_obj.gif" width="16" height="16" alt="Enum icon"></td>
    <td>Enum</td>
  </tr>
  <tr>
    <td>
    <img src="../../images/enumerator_obj.gif" width="16" height="16" alt="Enumerator icon"></td>
    <td>Enumerator</td>
  </tr>
  <tr>
    <td>
    <img src="../../images/field_obj.gif" width="16" height="16" alt="Variable icon"></td>
    <td>Variable</td>
  </tr>
  <tr>
    <td>
    <img src="../../images/field_private_obj.gif" width="16" height="16" alt="Private field icon"></td>
    <td>Field private</td>
  </tr>
  <tr>
    <td>
    <img src="../../images/field_protected_obj.gif" width="16" height="16" alt="Protected field icon"></td>
    <td>Field protected</td>
  </tr>
  <tr>
    <td>
    <img src="../../images/field_public_obj.gif" width="16" height="16" alt="Public field icon"></td>
    <td>Field public</td>
  </tr>
  <tr>
    <td>
    <img src="../../images/include_obj.gif" width="16" height="16" alt="Include icon"></td>
    <td>Include</td>
  </tr>
  <tr>
    <td>
    <img src="../../images/method_private_obj.gif" width="16" height="16" alt="private method icon"></td>
    <td>Method private</td>
  </tr>
  <tr>
    <td>
    <img src="../../images/method_protected_obj.gif" width="16" height="16" alt="protected method icon"></td>
    <td>Method protected</td>
  </tr>
  <tr>
    <td>
    <img src="../../images/method_public_obj.gif" width="16" height="16" alt="public method icon"></td>
    <td>Method public</td>
  </tr>
  <tr>
    <td>
    <img src="../../images/struct_obj.gif" width="16" height="16" alt="Struct icon"></td>
    <td>Struct</td>
  </tr>
  <tr>
    <td>
    <img src="../../images/typedef_obj.gif" width="16" height="16" alt="Type definition icon"></td>
    <td>Type definition</td>
  </tr>
  <tr>
    <td>
    <img src="../../images/union_obj.gif" width="16" height="16" alt="Union icon"></td>
    <td>Union</td>
  </tr>
  <tr>
    <td>
    <img src="../../images/var_declaration_obj.gif" width="16" height="16" alt="Function icon"></td>
    <td>Function</td>
  </tr>
</table>
<br>
</body>

</html>