Minor whitespace/style fixes

Remove extra spaces, harmonize the style of "#endif" comments.
This commit is contained in:
Vadim Zeitlin
2017-05-20 17:01:25 +02:00
parent 86a2b6eb28
commit 5353bfc963
4 changed files with 31 additions and 31 deletions

View File

@@ -69,14 +69,15 @@ public:
wxIconBundle(const wxIcon& icon);
/**
Initializes the bundle with all sizes of a group icon with @a resourceName
stored as an MS Windows resource in @a module. When @a module is 0, the current
instance is used.
@see AddIcon(const wxString&, WXHINSTANCE)
@onlyfor{wxmsw}
@since 3.1.1
Initializes the bundle with all sizes of a group icon with @a
resourceName stored as an MS Windows resource in @a module.
When @a module is 0, the current instance is used.
@see AddIcon(const wxString&, WXHINSTANCE)
@onlyfor{wxmsw}
@since 3.1.1
*/
wxIconBundle(const wxString& resourceName, WXHINSTANCE module);
@@ -111,11 +112,13 @@ public:
void AddIcon(wxInputStream& stream, wxBitmapType type = wxBITMAP_TYPE_ANY);
/**
Loads all sizes of a group icon with @a resourceName stored as an MS Windows
resource in @a module. When @a module is 0, the current instance is used.
@onlyfor{wxmsw}
@since 3.1.1
Loads all sizes of a group icon with @a resourceName stored as an MS
Windows resource in @a module.
When @a module is 0, the current instance is used.
@onlyfor{wxmsw}
@since 3.1.1
*/
void AddIcon(const wxString& resourceName, WXHINSTANCE module);