X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/11e3af6e7eed3c4717608ba2095a688b1fea60e0..232b2162776e08c0b16d5280b90f5c075f38c667:/interface/wx/variant.h diff --git a/interface/wx/variant.h b/interface/wx/variant.h index 3d2efeb4d3..84e67c2556 100644 --- a/interface/wx/variant.h +++ b/interface/wx/variant.h @@ -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 */ //@{ /**