From 1ad2d1b6fba716c51d178022c7deb66ebadca126 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Tue, 5 Sep 2006 04:24:55 +0000 Subject: [PATCH] Support titlecase "Java", "Perl", and "IDL" as values for the language attribute on classsynopsis, etc. (instead of just lowercase "java", "perl", and "idl"). Also support "c++" and "C++" (instead of just "cpp"). Affects HTML, FO, and manpages output. Closes bug 1552332. Thanks to "Brian A. Vanderburg II". --- xsl/fo/synop.xsl | 8 ++++---- xsl/html/synop.xsl | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/xsl/fo/synop.xsl b/xsl/fo/synop.xsl index 98472371f..98f6f57ff 100644 --- a/xsl/fo/synop.xsl +++ b/xsl/fo/synop.xsl @@ -287,16 +287,16 @@ --> - + - + - + - + diff --git a/xsl/html/synop.xsl b/xsl/html/synop.xsl index 62e2e90a0..a48f2c28e 100644 --- a/xsl/html/synop.xsl +++ b/xsl/html/synop.xsl @@ -737,16 +737,16 @@ paramdef ::= (#PCDATA|type|replaceable|parameter|funcparams)* - + - + - + - + -- 2.40.0