small changes to fix doxygen warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55862 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -54,7 +54,7 @@
|
|||||||
Every bitmap and icon bundle are known to wxArtProvider under an unique ID that
|
Every bitmap and icon bundle are known to wxArtProvider under an unique ID that
|
||||||
is used when requesting a resource from it. The ID is represented by wxArtID type
|
is used when requesting a resource from it. The ID is represented by wxArtID type
|
||||||
and can have one of these predefined values (you can see bitmaps represented by these
|
and can have one of these predefined values (you can see bitmaps represented by these
|
||||||
constants in the @ref page_samples_artprovider):
|
constants in the @ref page_samples_artprov):
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<tr><td>
|
<tr><td>
|
||||||
@@ -151,7 +151,7 @@
|
|||||||
@library{wxcore}
|
@library{wxcore}
|
||||||
@category{misc,data}
|
@category{misc,data}
|
||||||
|
|
||||||
@see the @ref page_samples_artprovider for an example of wxArtProvider usage.
|
@see the @ref page_samples_artprov for an example of wxArtProvider usage.
|
||||||
*/
|
*/
|
||||||
class wxArtProvider : public wxObject
|
class wxArtProvider : public wxObject
|
||||||
{
|
{
|
||||||
|
@@ -60,7 +60,7 @@ enum wxCmdLineEntryType
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Flags determining ConvertStringToArgs() behaviour.
|
Flags determining wxCmdLineParser::ConvertStringToArgs() behaviour.
|
||||||
*/
|
*/
|
||||||
enum wxCmdLineSplitType
|
enum wxCmdLineSplitType
|
||||||
{
|
{
|
||||||
|
@@ -14,8 +14,8 @@
|
|||||||
@{
|
@{
|
||||||
*/
|
*/
|
||||||
#define wxC2S_NAME 1 //!< Return colour name, when possible.
|
#define wxC2S_NAME 1 //!< Return colour name, when possible.
|
||||||
#define wxC2S_CSS_SYNTAX 2 //!< Return colour in rgb(r,g,b) syntax.
|
#define wxC2S_CSS_SYNTAX 2 //!< Return colour in "rgb(r,g,b)" syntax.
|
||||||
#define wxC2S_HTML_SYNTAX 4 //!< Return colour in #rrggbb syntax.
|
#define wxC2S_HTML_SYNTAX 4 //!< Return colour in "#rrggbb" syntax.
|
||||||
|
|
||||||
//@}
|
//@}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user