]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add support for member templates (not yet fully tested, so beware).
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 22 Feb 1999 12:25:06 +0000 (12:25 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 22 Feb 1999 12:25:06 +0000 (12:25 +0000)
git-svn-id: https://svn.dealii.org/trunk@870 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/auto/scripts/kdoc/kdoc

index 90eada7bca0a1ffe016618eef5f44e5db110e0f5..5988c07b405dd11ac5ec2eda7df2a8f720fc1f20 100644 (file)
@@ -566,9 +566,9 @@ sub processClass
 
        #### Member Function
 
-       elsif ( /^\s*([^\(]*)\s+([^\s\(]+)\s*\((.*)(\/\/.*)?$/ ) 
+       elsif ( /^\s*((template\s*<[^>]*>\s*\n?\s*)?[^\(]*)\s+([^\s\(]+)\s*\((.*)(\/\/.*)?$/ ) 
        {
-               processMethod( $1, $2, $3 );
+               processMethod( $1, $3, $4 );
        }
 
     }

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.