fix doxygen warnings

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56220 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-10-10 19:14:22 +00:00
parent f632e27b3f
commit dd72e7678d
3 changed files with 209 additions and 19 deletions

View File

@@ -41,6 +41,9 @@ public:
/**
Copy constructor, uses @ref overview_refcount.
@param palette
A reference to the palette to copy.
*/
wxPalette(const wxPalette& palette);
@@ -48,8 +51,6 @@ public:
Creates a palette from arrays of size @a n, one for each red, blue or
green component.
@param palette
A pointer or reference to the palette to copy.
@param n
The number of indices in the palette.
@param red