From b2025b311a0172fbd9b993c6cffce11cffcc35f3 Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Sun, 25 Jul 2010 11:24:38 +0000 Subject: [PATCH] small doxygen warning fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65100 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/colour.h | 7 +++---- interface/wx/datetime.h | 4 ++++ interface/wx/gdicmn.h | 6 ++++++ interface/wx/object.h | 2 +- interface/wx/platinfo.h | 2 +- 5 files changed, 15 insertions(+), 6 deletions(-) diff --git a/interface/wx/colour.h b/interface/wx/colour.h index 2265400550..68d62f3f69 100644 --- a/interface/wx/colour.h +++ b/interface/wx/colour.h @@ -180,10 +180,9 @@ public: string (third overloard). When using third form, Set() accepts: colour names (those listed in - wxTheColourDatabase()), the CSS-like @c "rgb(r,g,b)" or - @c "rgba(r,g,b,a)" syntax (case insensitive) and the HTML-like syntax - (i.e. @c "#" followed by 6 hexadecimal digits for red, green, blue - components). + wxColourDatabase), the CSS-like @c "rgb(r,g,b)" or @c "rgba(r,g,b,a)" syntax + (case insensitive) and the HTML-like syntax: @c "#" followed by 6 hexadecimal + digits for red, green, blue components. Returns @true if the conversion was successful, @false otherwise. diff --git a/interface/wx/datetime.h b/interface/wx/datetime.h index 57b329a86d..82b744d995 100644 --- a/interface/wx/datetime.h +++ b/interface/wx/datetime.h @@ -1463,6 +1463,10 @@ public: */ const wxDateTime wxDefaultDateTime; +/* + wxInvalidDateTime is an alias for wxDefaultDateTime. +*/ +#define wxInvalidDateTime wxDefaultDateTime /** diff --git a/interface/wx/gdicmn.h b/interface/wx/gdicmn.h index 900d7b5f91..2fafd4da0d 100644 --- a/interface/wx/gdicmn.h +++ b/interface/wx/gdicmn.h @@ -724,6 +724,12 @@ public: }; +/** + Global istance of a wxColourDatabase. +*/ +wxColourDatabase* wxTheColourDatabase; + + /** @class wxSize diff --git a/interface/wx/object.h b/interface/wx/object.h index 85de714b00..90435866f2 100644 --- a/interface/wx/object.h +++ b/interface/wx/object.h @@ -257,7 +257,7 @@ public: /** This virtual function is redefined for every class that requires run-time - type information, when using the ::DECLARE_CLASS macro (or similar). + type information, when using the ::wxDECLARE_CLASS macro (or similar). */ virtual wxClassInfo* GetClassInfo() const; diff --git a/interface/wx/platinfo.h b/interface/wx/platinfo.h index 5c91ac8fcf..36454b79be 100644 --- a/interface/wx/platinfo.h +++ b/interface/wx/platinfo.h @@ -90,7 +90,7 @@ enum wxPortId /** The architecture of the operating system - (regardless of the build environment of wxWidgets library - see ::wxIsPlatform64bit() + (regardless of the build environment of wxWidgets library - see ::wxIsPlatform64Bit() documentation for more info). */ enum wxArchitecture -- 2.45.2