From: wolf Date: Tue, 14 Nov 2000 17:51:24 +0000 (+0000) Subject: Remove the template keyword from the stored template arg list. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35197328ab131ccb7050e79b3582501e8c2c421e;p=dealii-svn.git Remove the template keyword from the stored template arg list. git-svn-id: https://svn.dealii.org/trunk@3490 0785d39b-7218-0410-832d-ea1e28bc413d --- 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*/ ) {