more Doxygen warnings corrections from Tim S

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-08-30 12:44:43 +00:00
parent dbeddfb93d
commit 792255cc6d
9 changed files with 193 additions and 6 deletions

View File

@@ -90,7 +90,7 @@ public:
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = 0,
const wxValidator& val = wxDefaultValidator,
const wxValidator& validator = wxDefaultValidator,
const wxString& name = "checkBox");
/**
@@ -107,7 +107,7 @@ public:
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = 0,
const wxValidator& val = wxDefaultValidator,
const wxValidator& validator = wxDefaultValidator,
const wxString& name = "checkBox");
/**