]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/variant.h
added support for wxCAL_SHOW_WEEK_NUMBERS to generic version of wxCalendarCtrl (...
[wxWidgets.git] / interface / wx / variant.h
index 3d2efeb4d3fd40b79e48b3fdf4cc7a4ebd26f11e..84e67c255653bb2dcd2a33c32c0c3f8b57734423 100644 (file)
@@ -321,6 +321,9 @@ public:
 
     /**
         Gets the void pointer value.
+
+        Notice that this method can be used for null objects (i.e. those for
+        which IsNull() returns @true) and will return @NULL for them.
     */
     void* GetVoidPtr() const;
 
@@ -559,7 +562,7 @@ public:
 // Global functions/macros
 // ============================================================================
 
-/** @ingroup group_funcmacro_rtti */
+/** @addtogroup group_funcmacro_rtti */
 //@{
 
 /**