Reduce insignificant documentation changes with master

Restore the original amount of whitespace and remove WXDLLIMPEXP_CORE
which shouldn't have appeared in the documentation header in the first
place.
This commit is contained in:
Vadim Zeitlin
2020-04-06 01:30:46 +02:00
parent a5b5573ee1
commit af7890e330

View File

@@ -26,11 +26,11 @@ enum wxAnimationType
#define wxAC_NO_AUTORESIZE (0x0010)
#define wxAC_DEFAULT_STYLE (wxBORDER_NONE)
/**
@class wxAnimationCtrl
This is a static control which displays an animation.
wxAnimationCtrl API is as simple as possible and won't give you full control
on the animation; if you need it then use wxMediaCtrl.
@@ -299,8 +299,8 @@ public:
::wxNullAnimation
@see wxAnimationCtrl, @sample{animate}
*/
class WXDLLIMPEXP_CORE wxAnimation : public wxObject
*/
class wxAnimation : public wxObject
{
public:
/**