diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-06-10 10:31:44 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-06-10 10:31:44 +0000 |
commit | e5c2e430cfa3e7c78e0230baac54e85aad296476 (patch) | |
tree | fa2d3ff0a0fd3ff42feca4540343d515f5276c8f /autodoc/inc/ary_i | |
parent | 74e90864388478e9f0cf611778abdbe078c94f98 (diff) |
INTEGRATION: CWS sdk02 (1.2.32); FILE MERGED
2003/05/26 16:42:10 np 1.2.32.1: #108925# Enable tag @since and text for tag @deprecated.
Diffstat (limited to 'autodoc/inc/ary_i')
-rw-r--r-- | autodoc/inc/ary_i/d_token.hxx | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/autodoc/inc/ary_i/d_token.hxx b/autodoc/inc/ary_i/d_token.hxx index 01e30e05d383..c6cf50344bec 100644 --- a/autodoc/inc/ary_i/d_token.hxx +++ b/autodoc/inc/ary_i/d_token.hxx @@ -2,9 +2,9 @@ * * $RCSfile: d_token.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: np $ $Date: 2002-11-01 17:44:28 $ + * last change: $Author: vg $ $Date: 2003-06-10 11:31:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -105,7 +105,7 @@ class DT_TextToken : public DT_Dsapi const char * GetText() const { return sText; } private: - udmstri sText; + String sText; }; class DT_MLTag : public DT_Dsapi @@ -266,6 +266,17 @@ class DT_ParameterAtTag : public DT_AtTag o_rDisplay ) const; }; +class DT_SinceAtTag : public DT_AtTag +{ + public: + DT_SinceAtTag() : DT_AtTag("Since version") {} + + virtual void DisplayAt( + DocumentationDisplay & + o_rDisplay ) const; +}; + + } // namespace dsapi } // namespace csi |