minor fixes to reduce number of Doxygen warnings

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64290 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2010-05-11 19:44:16 +00:00
parent a300c74538
commit 001f1f5678
5 changed files with 18 additions and 12 deletions

View File

@@ -496,13 +496,21 @@ public:
If allowOthers is @true, the user can type a string not in choices
array.
*/
//@{
wxGridCellChoiceEditor(size_t count = 0,
const wxString choices[] = NULL,
bool allowOthers = false);
/**
Choice cell renderer ctor.
@param choices
An array of strings from which the user can choose.
@param allowOthers
If allowOthers is @true, the user can type a string not in choices
array.
*/
wxGridCellChoiceEditor(const wxArrayString& choices,
bool allowOthers = false);
//@}
/**
Parameters string format is "item1[,item2[...,itemN]]"