0
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<?NLS TYPE="org.eclipse.help.index"?>
|
|
3 |
|
|
4 |
<!-- INDEX INSTRUCTIONS
|
|
5 |
|
|
6 |
Use the index.xml file to define the index entries for the plugin's
|
|
7 |
help contents. In Eclipse 3.2 and beyond an Index tab appears in the Help
|
|
8 |
viewer making it possible for user to more easily locate subjects of
|
|
9 |
interest to them.
|
|
10 |
|
|
11 |
In brief, every file used in the help documentation should have at least one
|
|
12 |
associated index entry for it. Ideally, it's simple to make two entries per
|
|
13 |
page by simply re-wording the subject slightly. For example, a view could
|
|
14 |
be indexed twice like this, 1) Breakpoint view, and 2) Views/Breakpoint.
|
|
15 |
|
|
16 |
See ??? for details on creating indexes.
|
|
17 |
|
|
18 |
-->
|
|
19 |
|
|
20 |
<index>
|
|
21 |
|
|
22 |
<!-- AAAAAAAA -->
|
|
23 |
|
|
24 |
<!-- BBBBBBBB -->
|
|
25 |
|
|
26 |
<!-- CCCCCCCC -->
|
|
27 |
|
|
28 |
<!-- DDDDDDDD -->
|
|
29 |
|
|
30 |
<!-- EEEEEEEE -->
|
|
31 |
|
|
32 |
<!-- FFFFFFFF -->
|
|
33 |
|
|
34 |
<!-- GGGGGGGG -->
|
|
35 |
|
|
36 |
<!-- HHHHHHHH -->
|
|
37 |
|
|
38 |
<!-- IIIIIIII -->
|
|
39 |
|
|
40 |
<!-- JJJJJJJJ -->
|
|
41 |
|
|
42 |
<!-- KKKKKKKK -->
|
|
43 |
|
|
44 |
<!-- LLLLLLLL -->
|
|
45 |
|
|
46 |
<entry keyword="Legal" >
|
|
47 |
<topic href="html/legal.htm" />
|
|
48 |
</entry>
|
|
49 |
|
|
50 |
<!-- MMMMMMMM -->
|
|
51 |
|
|
52 |
<!-- NNNNNNNN -->
|
|
53 |
|
|
54 |
<!-- OOOOOOOO -->
|
|
55 |
<entry keyword="Overview" >
|
|
56 |
<topic href="html/Getting_Started/overview.htm" />
|
|
57 |
</entry>
|
|
58 |
|
|
59 |
<!-- PPPPPPPP -->
|
|
60 |
|
|
61 |
<!-- QQQQQQQQ -->
|
|
62 |
|
|
63 |
<!-- RRRRRRRR -->
|
|
64 |
<entry keyword="Release Notes" >
|
|
65 |
<topic href="html/release_notes.htm" />
|
|
66 |
</entry>
|
|
67 |
|
|
68 |
<!-- SSSSSSSS -->
|
|
69 |
|
|
70 |
<!-- TTTTTTTT -->
|
|
71 |
|
|
72 |
<!-- UUUUUUUU -->
|
|
73 |
|
|
74 |
<!-- VVVVVVVV -->
|
|
75 |
|
|
76 |
<!-- WWWWWWWW -->
|
|
77 |
<entry keyword="Basic walk-through" >
|
|
78 |
<topic href="html/Getting_Started/walk_through.htm" />
|
|
79 |
</entry>
|
|
80 |
|
|
81 |
<!-- XXXXXXXX -->
|
|
82 |
|
|
83 |
<!-- YYYYYYYY -->
|
|
84 |
|
|
85 |
<!-- ZZZZZZZZ -->
|
|
86 |
|
|
87 |
</index>
|