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.
This commit is contained in:
Vladimir Glazounov 2003-06-10 10:31:44 +00:00
parent 74e9086438
commit e5c2e430cf

View file

@ -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