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:
@@ -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.
|
||||
|
||||
@@ -300,7 +300,7 @@ public:
|
||||
|
||||
@see wxAnimationCtrl, @sample{animate}
|
||||
*/
|
||||
class WXDLLIMPEXP_CORE wxAnimation : public wxObject
|
||||
class wxAnimation : public wxObject
|
||||
{
|
||||
public:
|
||||
/**
|
||||
|
Reference in New Issue
Block a user