Skip to content

Commit

Permalink
Push support extension descriptions to base (#55)
Browse files Browse the repository at this point in the history
Signed-off-by: Roger Sheen <[email protected]>
  • Loading branch information
infotexture committed Oct 30, 2016
1 parent 894ced4 commit 58c0529
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions extension-points/plugin-extension-points-support.dita
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,23 @@
<dl>
<dlentry>
<dt><parmname>package.support.name</parmname></dt>
<dd>Specifies the person who provides support for the DITA-OT plug-in</dd>
<dd conaction="pushreplace"
conref="extension-point-org.dita.base.dita#org.dita.base-extension-points/package.support.name.desc"
>Specifies the person who provides support for the DITA-OT plug-in.</dd>
</dlentry>
<dlentry>
<dt><parmname>package.support.email</parmname></dt>
<dd>Specifies the e-mail address for the person who provides support for the DITA-OT plug-in</dd>
<dd conaction="pushreplace"
conref="extension-point-org.dita.base.dita#org.dita.base-extension-points/package.support.email.desc"
>Specifies the e-mail address of the person who provides support for the DITA-OT plug-in.</dd>
</dlentry>
<dlentry>
<dt><parmname>package.version</parmname></dt>
<dd conaction="pushreplace"
conref="extension-point-org.dita.base.dita#org.dita.base-extension-points/package.version.desc">Specifies
the version of the DITA-OT plug-in.</dd>
<dd>
<p>Specifies the version of the DITA-OT plug-in. The value uses the following syntax:</p>
<p>The value uses the following syntax:</p>
<codeblock><varname>major</varname>.<varname>minor</varname>.<varname>micro</varname>.<varname>qualifier</varname></codeblock>
<p>where:</p>
<ul>
Expand Down

0 comments on commit 58c0529

Please sign in to comment.