Ver código fonte

Man page for acc_db.
Some corrections to stylesheet and the page for auth_db.

Martin Hoffmann 17 anos atrás
pai
commit
5fd534209b
1 arquivos alterados com 10 adições e 0 exclusões
  1. 10 0
      doc/stylesheets/serdoc2man.xsl

+ 10 - 0
doc/stylesheets/serdoc2man.xsl

@@ -13,6 +13,12 @@
 <!-- Get the docbook2man XSLT -->
 <xsl:include href="http://docbook2x.sourceforge.net/latest/xslt/man/docbook.xsl" />
 
+<xsl:template match="serdoc:todo">
+  <para>
+    <xsl:text>TODO</xsl:text>
+  </para>
+</xsl:template>
+
 <xsl:template match="serdoc:link">
   <xsl:call-template name="inline-bold" />
 </xsl:template>
@@ -31,6 +37,10 @@
   <xsl:call-template name="inline-bold-monospace"/>
 </xsl:template>
 
+<xsl:template match="serdoc:field">
+  <xsl:call-template name="inline-bold-monospace"/>
+</xsl:template>
+
 <xsl:template match="serdoc:bin">
   <xsl:call-template name="inline-bold-monospace"/>
   <xsl:text>(1)</xsl:text>