diff --git a/interface/wx/animate.h b/interface/wx/animate.h index a64dcfe469..0b0f8930d2 100644 --- a/interface/wx/animate.h +++ b/interface/wx/animate.h @@ -28,6 +28,8 @@ enum wxAnimationType /** Animation implementation types + + @since 3.1.4 */ enum wxAnimationImplType { @@ -456,6 +458,8 @@ public: @stdobjects ::wxNullAnimation + + @see wxAnimationCtrl, @sample{animate} */ class WXDLLIMPEXP_CORE wxAnimation : public wxObject {