diff options
Diffstat (limited to '3rdParty/DocBook/XSL/params/eclipse.plugin.id.xml')
-rw-r--r-- | 3rdParty/DocBook/XSL/params/eclipse.plugin.id.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/3rdParty/DocBook/XSL/params/eclipse.plugin.id.xml b/3rdParty/DocBook/XSL/params/eclipse.plugin.id.xml new file mode 100644 index 0000000..75557e5 --- /dev/null +++ b/3rdParty/DocBook/XSL/params/eclipse.plugin.id.xml @@ -0,0 +1,28 @@ +<refentry xmlns="http://docbook.org/ns/docbook" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:xi="http://www.w3.org/2001/XInclude" + xmlns:src="http://nwalsh.com/xmlns/litprog/fragment" + xmlns:xsl="http://www.w3.org/1999/XSL/Transform" + version="5.0" xml:id="eclipse.plugin.id"> +<refmeta> +<refentrytitle>eclipse.plugin.id</refentrytitle> +<refmiscinfo class="other" otherclass="datatype">string</refmiscinfo> +</refmeta> +<refnamediv> +<refname>eclipse.plugin.id</refname> +<refpurpose>Eclipse Help plugin id</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<src:fragment xml:id="eclipse.plugin.id.frag"> +<xsl:param name="eclipse.plugin.id">com.example.help</xsl:param> +</src:fragment> +</refsynopsisdiv> + +<refsection><info><title>Description</title></info> + +<para>Eclipse Help plugin id. You should change this id to something +unique for each help.</para> + +</refsection> +</refentry> |