trace/traceviewer/com.nokia.traceviewer.help/html/index.xml
changeset 11 5b9d4d8641ce
equal deleted inserted replaced
10:ed1c9f64298a 11:5b9d4d8641ce
       
     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 	-->
       
    17 
       
    18 <index>
       
    19 
       
    20 	<entry keyword="Open System Trace" >
       
    21 		<topic href="html/concepts/trace_format.htm" />
       
    22 	</entry> 
       
    23 
       
    24 	<entry keyword="OST" >
       
    25 		<topic href="html/concepts/trace_format.htm" />
       
    26 	</entry> 
       
    27 
       
    28 	<entry keyword="when to use OST" >
       
    29 		<topic href="html/concepts/when_to_use_ost.htm" />
       
    30 	</entry> 
       
    31 
       
    32 	<entry keyword="tracing" >
       
    33 		<topic href="html/concepts/tracing.htm" />
       
    34 	</entry> 
       
    35 	
       
    36 	<entry keyword="dictionary file" >
       
    37 		<topic href="html/concepts/decode_file.htm" />
       
    38 	</entry>
       
    39 
       
    40 	<entry keyword="activating traces" >
       
    41 		<topic href="html/tasks/traceactivation.htm" />
       
    42 	</entry> 
       
    43 
       
    44 	<entry keyword="TraceViewer preferences" >
       
    45 		<topic href="html/tasks/preferences.htm" />
       
    46 	</entry> 
       
    47 
       
    48 	<entry keyword="decoding traces" >
       
    49 		<topic href="html/tasks/decoding_traces.htm" />
       
    50 	</entry> 
       
    51 
       
    52 	<entry keyword="connecting to trace source" >
       
    53 		<topic href="html/tasks/connect.htm" />
       
    54 	</entry> 
       
    55 
       
    56 </index>
       
    57 
       
    58