From c0e97a5ec44e77322eb830c084b317eb68680128 Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Thu, 25 Sep 2008 14:07:25 +0000 Subject: [PATCH] small changes to fix doxygen warnings git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55862 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/artprov.h | 4 ++-- interface/wx/cmdline.h | 2 +- interface/wx/colour.h | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/interface/wx/artprov.h b/interface/wx/artprov.h index a37cbdea9e..cf2fd276ae 100644 --- a/interface/wx/artprov.h +++ b/interface/wx/artprov.h @@ -54,7 +54,7 @@ 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 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):
@@ -151,7 +151,7 @@ @library{wxcore} @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 { diff --git a/interface/wx/cmdline.h b/interface/wx/cmdline.h index 6dd779f8ce..0136d2d9ad 100644 --- a/interface/wx/cmdline.h +++ b/interface/wx/cmdline.h @@ -60,7 +60,7 @@ enum wxCmdLineEntryType }; /** - Flags determining ConvertStringToArgs() behaviour. + Flags determining wxCmdLineParser::ConvertStringToArgs() behaviour. */ enum wxCmdLineSplitType { diff --git a/interface/wx/colour.h b/interface/wx/colour.h index 33558722b0..b1fcc6bebf 100644 --- a/interface/wx/colour.h +++ b/interface/wx/colour.h @@ -14,8 +14,8 @@ @{ */ #define wxC2S_NAME 1 //!< Return colour name, when possible. -#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_CSS_SYNTAX 2 //!< Return colour in "rgb(r,g,b)" syntax. +#define wxC2S_HTML_SYNTAX 4 //!< Return colour in "#rrggbb" syntax. //@} -- 2.45.2