diff options
-rw-r--r-- | autodoc/source/ary_i/kernel/d_token.cxx | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/autodoc/source/ary_i/kernel/d_token.cxx b/autodoc/source/ary_i/kernel/d_token.cxx index 289faf0bd676..45ef62c9075d 100644 --- a/autodoc/source/ary_i/kernel/d_token.cxx +++ b/autodoc/source/ary_i/kernel/d_token.cxx @@ -2,9 +2,9 @@ * * $RCSfile: d_token.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: np $ $Date: 2002-11-01 17:14:19 $ + * last change: $Author: vg $ $Date: 2003-06-10 11:32:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -131,6 +131,13 @@ DT_ParameterAtTag::DisplayAt( DocumentationDisplay & o_rDisplay ) const o_rDisplay.Display_ParameterAtTag( *this ); } +void +DT_SinceAtTag::DisplayAt( DocumentationDisplay & o_rDisplay ) const +{ + o_rDisplay.Display_SinceAtTag( *this ); +} + + } // namespace dsapi } // namespace csi |