summaryrefslogtreecommitdiffstats
path: root/sudoers/sudoers.xslt
diff options
context:
space:
mode:
Diffstat (limited to 'sudoers/sudoers.xslt')
-rw-r--r--sudoers/sudoers.xslt8
1 files changed, 8 insertions, 0 deletions
diff --git a/sudoers/sudoers.xslt b/sudoers/sudoers.xslt
index 3690f81..7fc4748 100644
--- a/sudoers/sudoers.xslt
+++ b/sudoers/sudoers.xslt
@@ -2,6 +2,7 @@
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
+ xmlns:xd="http://www.pnp-software.com/XSLTdoc"
xmlns:md="http://freeipa.org/xsl/metadata/1.0"
xmlns:sudoers="http://freeipa.org/xml/rng/sudo/1.0">
@@ -33,6 +34,13 @@
<xsl:template match="sudoers:metadata">
</xsl:template>
+ <xd:doc>
+ <xd:short>This is the short description with <code>HTML tags</code>.</xd:short>
+ <xd:detail>
+ And here comes a <b>more detailed</b>
+ description showed only in the detailed view of the documentation.
+ </xd:detail>
+ </xd:doc>
<xsl:template match="sudoers:sudoers">
<xsl:variable name="name">
<xsl:apply-templates select="sudoers:subject">