Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: a5c0bb6c2b2a17c5e703c8c739a8cc5060aefaaa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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>

Back to the top