bjori Mon Feb 5 23:11:46 2007 UTC
Modified files:
/phpdoc/phpbook/phpbook-xsl common.xsl
Log:
constructors can be void, too
http://cvs.php.net/viewvc.cgi/phpdoc/phpbook/phpbook-xsl/common.xsl?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/phpbook/phpbook-xsl/common.xsl
diff -u phpdoc/phpbook/phpbook-xsl/common.xsl:1.2
phpdoc/phpbook/phpbook-xsl/common.xsl:1.3
--- phpdoc/phpbook/phpbook-xsl/common.xsl:1.2 Mon Feb 5 13:36:01 2007
+++ phpdoc/phpbook/phpbook-xsl/common.xsl Mon Feb 5 23:11:46 2007
@@ -3,7 +3,7 @@
common.xsl: Common customizations for all HTML formats
- $Id: common.xsl,v 1.2 2007/02/05 13:36:01 bjori Exp $
+ $Id: common.xsl,v 1.3 2007/02/05 23:11:46 bjori Exp $
What is done in this stylesheet as common to all HTML output formats:
@@ -109,7 +109,7 @@
<xsl:text> </xsl:text>
</xsl:template>
-<xsl:template match="methodsynopsis/void">
+<xsl:template match="methodsynopsis/void|constructorsynopsis/void">
<xsl:text> ( void )</xsl:text>
</xsl:template>