equal
deleted
inserted
replaced
|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <?eclipse version="3.0"?> |
|
3 |
|
4 <plugin> |
|
5 <extension |
|
6 point="org.eclipse.help.toc"> |
|
7 |
|
8 <toc |
|
9 file="compilerTOC.xml" |
|
10 primary="true"/> |
|
11 |
|
12 <toc file="introductionTOC.xml" /> |
|
13 <toc file="c_compilerTOC.xml" /> |
|
14 <toc file="c_behaviorTOC.xml" /> |
|
15 <toc file="cpp_compilerTOC.xml" /> |
|
16 <toc file="cpp_behaviorTOC.xml" /> |
|
17 <toc file="cpp_embTOC.xml" /> |
|
18 <toc file="performanceTOC.xml" /> |
|
19 <toc file="errorsTOC.xml" /> |
|
20 <toc file="symbolsTOC.xml" /> |
|
21 <toc file="pragmasTOC.xml" /> |
|
22 <toc file="pragmas_x86TOC.xml" /> |
|
23 <toc file="cmd_lineTOC.xml" /> |
|
24 |
|
25 <index path="index" /> |
|
26 </extension> |
|
27 |
|
28 |
|
29 <!-- KEYWORD INDEX ADDITION |
|
30 |
|
31 <extension |
|
32 point="org.eclipse.help.index" > |
|
33 <index file="html/index.xml"/> |
|
34 </extension> |
|
35 --> |
|
36 |
|
37 </plugin> |