From 79cf01a36d8f2a9f1b14f97223492c9682d7d6f2 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Thu, 28 Aug 2003 22:29:52 +0000 Subject: [PATCH] source-highlight.xsl: - Add a "highlight" mode that should do source highlighting properly type.xsl: - Use "highlight" mode for typedef types. [SVN r19844] --- xsl/source-highlight.xsl | 33 +++++++++++++++++++++++++++++++++ xsl/type.xsl | 6 +++++- 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/xsl/source-highlight.xsl b/xsl/source-highlight.xsl index a7723a7..69030f2 100644 --- a/xsl/source-highlight.xsl +++ b/xsl/source-highlight.xsl @@ -122,4 +122,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/xsl/type.xsl b/xsl/type.xsl index ddb226d..9b85508 100644 --- a/xsl/type.xsl +++ b/xsl/type.xsl @@ -245,11 +245,15 @@ Unknown type element "" in type.display.na + +