mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
18 lines
409 B
XML
18 lines
409 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?eclipse version="3.0"?>
|
|
<plugin>
|
|
<extension
|
|
point="org.eclipse.help.toc">
|
|
<toc
|
|
primary="true"
|
|
file="toc.xml"/>
|
|
<toc
|
|
primary="false"
|
|
file="topics_Guide.xml"/>
|
|
<toc
|
|
primary="false"
|
|
file="topics_Reference.xml"/>
|
|
<index path="index/"/>
|
|
</extension>
|
|
|
|
</plugin>
|