JavaScript 调试适配器文档驻留在 com.ibm.debug.javascript.doc 中。其它文档插件可以下列方式链接至 JavaScript 调试适配器文档。
要链接至所有 JavaScript 调试文档,从帮助插件“工具/组件”(Tools/Components)目录文件链接至 debugJavaScriptToc.xml,如下所示:
<topic label="JavaScript debug adapter">
<link toc="../com.ibm.debug.javascript.doc/debugJavaScriptToc.xml" />
</topic>
或者,例如,
<toc label="eg., Product documentation Tools/Components">
<topic label="JavaScript debug adapter">
<link toc="../com.ibm.debug.javascript.doc/debugJavaScriptToc.xml" />
</topic>
</toc>
要链接至所有 JavaScript 调试概念文件,从帮助插件“概念”(Concepts)目录文件链接至 debugJavaScriptConcepts.xml,如下所示:
<topic label="JavaScript debug adapter">
<link toc="../com.ibm.debug.javascript.doc/debugJavaScriptConcepts.xml" />
</topic>
或者,例如,
<toc label="Concepts">
<topic label="JavaScript debug adapter">
<link toc="../com.ibm.debug.javascript.doc/debugJavaScriptConcepts.xml" />
</topic>
</toc>
要链接至所有 JavaScript 调试任务文件,从帮助插件“任务”(Tasks)目录文件链接至 debugJavaScriptTasks.xml,如下所示:
<topic label="JavaScript debug adapter">
<link toc="../com.ibm.debug.javascript.doc/debugJavaScriptTasks.xml" />
</topic>
或者,例如,
<toc label="Tasks">
<topic label="JavaScript debug adapter">
<link toc="../com.ibm.debug.javascript.doc/debugJavaScriptTasks.xml" />
</topic>
</toc>
要链接至所有 JavaScript 调试参考文件,从帮助插件“参考”(Reference)目录文件链接至 debugJavaScriptReference.xml,如下所示:
<topic label="JavaScript debug adapter">
<link toc="../com.ibm.debug.javascript.doc/debugJavaScriptReference.xml" />
</topic>
或者,例如,
<toc label="Reference">
<topic label="JavaScript debug adapter">
<link toc="../com.ibm.debug.javascript.doc/debugJavaScriptReference.xml" />
</topic>
</toc>
要从目录链接至 JavaScript 调试文件,使用以下指南:
<topic href="/com.ibm.debug.javascript.doc/<concepts, tasks, or ref>/<filename>" label="<title of file>"></topic>
要从另一个帮助文件链接至 JavaScript 调试文件,使用以下指南:
<a href="../../com.ibm.debug.javascript.doc/<concepts, tasks, or ref>/<filename>"><title of file></a>
(C) Copyright IBM Corporation 2002, 2003. All Rights Reserved.