mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
21 lines
600 B
XML
21 lines
600 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?NLS TYPE="org.eclipse.help.contexts"?>
|
|
<!DOCTYPE contexts [
|
|
<!ENTITY defaultCSHelp "Default Context Sensitive Help">
|
|
<!ENTITY gdbmiPrefs "GDB MI Preference Page">
|
|
]>
|
|
<contexts>
|
|
|
|
<context id ="default_cs_help">
|
|
<description>Click below to see help.</description>
|
|
<topic href="default_cs_help.htm"
|
|
label="&defaultCSHelp;"/>
|
|
</context>
|
|
|
|
<context id ="mi_preference_page_context">
|
|
<description>Enter a timeout value in milliseconds. </description>
|
|
<topic href="reference/cdt_u_gdb_mi_pref.htm"
|
|
label="&gdbmiPrefs;"/>
|
|
</context>
|
|
|
|
</contexts>
|