Minor documentation tweaks

This commit is contained in:
Robin Dunn
2020-04-02 14:21:21 -07:00
parent 8153605cf0
commit 80c9513a80

View File

@@ -28,6 +28,8 @@ enum wxAnimationType
/** /**
Animation implementation types Animation implementation types
@since 3.1.4
*/ */
enum wxAnimationImplType enum wxAnimationImplType
{ {
@@ -456,6 +458,8 @@ public:
@stdobjects @stdobjects
::wxNullAnimation ::wxNullAnimation
@see wxAnimationCtrl, @sample{animate}
*/ */
class WXDLLIMPEXP_CORE wxAnimation : public wxObject class WXDLLIMPEXP_CORE wxAnimation : public wxObject
{ {