direct generation of help plugin

This commit is contained in:
2022-01-08 17:36:52 +01:00
parent 5f84194145
commit 8119c1a4f3
10 changed files with 29 additions and 72 deletions

View File

@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.toc"?>
<toc label="Sample Table of Contents">
<topic label="Main Topic" href="html/maintopic.html">
<topic label="Sub Topic" href="html/subtopic.html"/>
</topic>
<topic label="Main Topic 2"/>
</toc>
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<toc label="SCViewer User Guide" topic="SCViewerHelp.html">
<topic label="Introduction" href="ch01.html">
<topic label="SCViewer overview" href="ch01.html#_overview"/>
<topic label="SCViewer features" href="ch01s02.html"/>
</topic>
<topic label="Reference" href="ch02.html">
<topic label="Key Shortcuts" href="ch02.html#_keybindings"/>
</topic>
</toc>