From 35197328ab131ccb7050e79b3582501e8c2c421e Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 14 Nov 2000 17:51:24 +0000 Subject: [PATCH] Remove the template keyword from the stored template arg list. git-svn-id: https://svn.dealii.org/trunk@3490 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/contrib/kdoc/src/kdoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deal.II/contrib/kdoc/src/kdoc b/deal.II/contrib/kdoc/src/kdoc index 7f04736c6b..667ef7d7ec 100755 --- a/deal.II/contrib/kdoc/src/kdoc +++ b/deal.II/contrib/kdoc/src/kdoc @@ -618,6 +618,8 @@ sub identifyDecl my @inherits = (); + # remove `template' keyword, as well as angle brackets + $tmpl =~ s/^\s*template\s*// if $tmpl ne ""; $tmpl =~ s/<(.*)>/$1/ if $tmpl ne ""; if( $rest =~ /^\s*:\s*/ ) { -- 2.39.5