]> git.saurik.com Git - wxWidgets.git/commitdiff
small doxygen warning fixes
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 25 Jul 2010 11:24:38 +0000 (11:24 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 25 Jul 2010 11:24:38 +0000 (11:24 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65100 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/colour.h
interface/wx/datetime.h
interface/wx/gdicmn.h
interface/wx/object.h
interface/wx/platinfo.h

index 2265400550fa6cef00a67ba7d840650a0565208d..68d62f3f69288cc9e8594a182bab0c6fd4f02458 100644 (file)
@@ -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.
 
index 57b329a86d368023558f368f57fea0817ec960f3..82b744d995aa3865c8d350018854b492511fb91a 100644 (file)
@@ -1463,6 +1463,10 @@ public:
 */
 const wxDateTime wxDefaultDateTime;
 
+/*
+    wxInvalidDateTime is an alias for wxDefaultDateTime.
+*/
+#define wxInvalidDateTime wxDefaultDateTime
 
 
 /**
index 900d7b5f917e9bb8381aa3b1374dde9e58fcacc1..2fafd4da0d041bab9e45017adb7d48242440309e 100644 (file)
@@ -724,6 +724,12 @@ public:
 };
 
 
+/**
+    Global istance of a wxColourDatabase.
+*/
+wxColourDatabase* wxTheColourDatabase;
+
+
 /**
     @class wxSize
 
index 85de714b00a20ef5f9fa928b9614a5840c342ecc..90435866f21a3a09282110ebcc725b56e2f200bb 100644 (file)
@@ -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;
 
index 5c91ac8fcf498e14dd27117deeea46691c814fc0..36454b79beaf571efb58be3c72eca84dd9c6ee89 100644 (file)
@@ -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