From 80c9513a804f55baef16a8b08afaef25bf00a7a8 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 2 Apr 2020 14:21:21 -0700 Subject: [PATCH] Minor documentation tweaks --- interface/wx/animate.h | 4 ++++ 1 file changed, 4 insertions(+) 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 {