tom Sun Jun 29 16:00:01 2003 EDT
Modified files:
/phpdoc/xsl fo.xsl
Log:
implemented default-values (initializer)
Index: phpdoc/xsl/fo.xsl
diff -u phpdoc/xsl/fo.xsl:1.6 phpdoc/xsl/fo.xsl:1.7
--- phpdoc/xsl/fo.xsl:1.6 Sat Jun 28 16:26:10 2003
+++ phpdoc/xsl/fo.xsl Sun Jun 29 16:00:01 2003
@@ -707,6 +707,13 @@
<xsl:call-template name="inline.italicseq"/>
</xsl:template>
+<!-- Make Methodparam's DEFAULT VALUES italic -->
+<xsl:template match="methodparam/initializer">
+ <xsl:text>=</xsl:text>
+ <xsl:call-template name="inline.italicseq"/>
+</xsl:template>
+
+
<!-- Make FUNCTIONS bold, add parenthesis, and if target
exists and it's no title, link them to their refentry -->
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php