]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Improve wording on overloaded virtual functions.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 21 Jul 2000 12:54:46 +0000 (12:54 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 21 Jul 2000 12:54:46 +0000 (12:54 +0000)
git-svn-id: https://svn.dealii.org/trunk@3190 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/contrib/kdoc/src/kdocCxxDocbook.pm
deal.II/contrib/kdoc/src/kdocCxxHTML.pm
deal.II/contrib/kdoc/src/kdoctexi.pm

index 57fea4fdd556d8a04cdb837452b624bd7ad61c8c..112e7d561b5a39268f6daa3f4081dcef39a65562 100644 (file)
@@ -388,7 +388,7 @@ sub printMemberDoc
                                $class, $mem->{astNodeName} );
                if ( defined $ref ) {
                        print DOC tblk( "formalpara",
-                               tblk( "title", "Reimplemented from" ),
+                               tblk( "title", "Overloaded function from base class" ),
                                tblk( "para", fullName( $ref, "::" )) ), "\n";
                }
        }
index aa696132a5b410c3eaf8595cedc2d2169dfc4c24..53be3f127cd4060e544b5c3678f99721b558f864 100644 (file)
@@ -494,7 +494,8 @@ sub writeClassDoc
                                $ref = kdocAstUtil::findOverride( $rootnode, 
                                                $node, $kid->{astNodeName} );
                                if ( defined $ref ) {
-                                       print CLASS "<p>Reimplemented from ", refName( $ref );
+                                       print CLASS "<p>Overloaded function from base class ", 
+                                                   refName( $ref );
                                         if ( exists $kid->{DocNode}->{Reimplemented} ) {
                                                 print CLASS " for internal reasons; the API is not affected";
                                         }
index 26afb1139cacafad50c0499b90ed1bb369f52225..737bbd120252fc4d5358fc968425bb5469a62c3c 100644 (file)
@@ -335,7 +335,7 @@ sub writeMember
                        my $ref = kdocAstUtil::findOverride( $rootnode, 
                                        $classnode, $member->{astNodeName} );
                        if ( defined $ref ) {
-                               print TEX "Reimplemented from $ref\n";
+                               print TEX "Overloaded function from base class $ref\n";
                        }
 
                        writeMemberInfo( $member->{DocNode} );

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.