-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.xml
More file actions
executable file
·24 lines (23 loc) · 857 Bytes
/
plugin.xml
File metadata and controls
executable file
·24 lines (23 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="dita-ot/plugin.rnc" type="application/relax-ng-compact-syntax"?>
<!--
This file is part of the DITA-OT Doxygen Plug-in project.
See the accompanying LICENSE file for applicable licenses.
-->
<plugin id="fox.jason.passthrough.doxygen" version="1.3.0">
<feature extension="ant.import" file="process_doxygen.xml"/>
<feature
extension="dita.conductor.lib.import"
file="lib/passthrough.doxygen-1.0.jar"
/>
<feature
extension="dita.conductor.lib.import"
file="lib/passthrough.parser-4.0.jar"
/>
<!-- Uses the passthrough Doxygen file reader -->
<feature extension="dita.parser">
<parser format="doxygen" class="fox.jason.passthrough.DoxygenReader"/>
</feature>
<!-- PDF extension point -->
<feature extension="dita.xsl.xslfo" value="xsl/xslfo.xsl" type="file"/>
</plugin>