From: wolf Date: Wed, 9 May 2001 10:50:13 +0000 (+0000) Subject: Allow multiply nested types. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=629703b550a397b0533c77a1934088cc39315a2d;p=dealii-svn.git Allow multiply nested types. git-svn-id: https://svn.dealii.org/trunk@4576 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/contrib/kdoc/src/kdoc b/deal.II/contrib/kdoc/src/kdoc index a7b2e84834..7992f246ea 100755 --- a/deal.II/contrib/kdoc/src/kdoc +++ b/deal.II/contrib/kdoc/src/kdoc @@ -697,7 +697,7 @@ sub identifyDecl \s*(?:<.+>)? # template # check for nested types \s*(?:::[\w_:]+(?:\s+[\w_:]+)*? - \s*(?:<.+>)?) + \s*(?:<.+>)?)* \s*(?:[\&\*])? # ptr or ref (?:\s*(?:const|volatile))* ) \s*([\w_:]+) # name @@ -727,7 +727,7 @@ sub identifyDecl # check for nested types \s*(?:::[\w_:]+(?:\s+[\w_:]+)*? - \s*(?:<.+>)?) + \s*(?:<.+>)?)* \s*( (?:\s*(?: [\&\*][\&\*\s]*)? # ptr or ref [\w_:]+) # name \s*(?:\[[^\[\]]*\] (?:\s*\[[^\[\]]*\])*)? # array