From: wolf Date: Fri, 19 Mar 1999 17:22:37 +0000 (+0000) Subject: Small doc update. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08c0e79ed39c2aea7b69701ce4f1d1772a9d16fe;p=dealii-svn.git Small doc update. git-svn-id: https://svn.dealii.org/trunk@1025 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/auto/scripts/kdoc/kdoc b/deal.II/doc/auto/scripts/kdoc/kdoc index 794a41c4fa..66750533b7 100644 --- a/deal.II/doc/auto/scripts/kdoc/kdoc +++ b/deal.II/doc/auto/scripts/kdoc/kdoc @@ -448,7 +448,8 @@ sub processClass elsif ( /^[^\(]*$/ && /^(?:[\w_\:\s]+(?:<(?:(?:[-\w,_\s]|<(?:[-\w,+\s])+>)+)>)?(?:::)?)[\&\s*]+[\w_]+\s*(\[[^\]]*\])*\s*;\s*(\/\/.*)?$/ ) # 1 2 3 4 5 6 # 1: variable declarations have no () - # 2: data type, possibly several words as in 'unsigned int' + # 2: data type, possibly several words as in 'unsigned int' and + # maybe containing templates <...> and :: # 3: reference pointer or at least a space before variable name # 4: variable name # 5: array declaration