From: Jaakko Salli Date: Wed, 17 Sep 2008 18:08:22 +0000 (+0000) Subject: Removed #ifndef DOXYGEN X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5b69ffcb68cad8b86aad191faa1884341269b19c?ds=sidebyside Removed #ifndef DOXYGEN git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55689 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/propgrid/property.h b/include/wx/propgrid/property.h index c319c2e164..3bb7756faf 100644 --- a/include/wx/propgrid/property.h +++ b/include/wx/propgrid/property.h @@ -558,8 +558,6 @@ wxPG_PROP_CLASS_SPECIFIC_2 = 0x00100000 /** @} */ -#ifndef DOXYGEN - // Redefine attribute macros to use cached strings #undef wxPG_ATTR_MIN #define wxPG_ATTR_MIN wxPGGlobalVars->m_strMin @@ -570,8 +568,6 @@ wxPG_PROP_CLASS_SPECIFIC_2 = 0x00100000 #undef wxPG_ATTR_INLINE_HELP #define wxPG_ATTR_INLINE_HELP wxPGGlobalVars->m_strInlineHelp -#endif // !DOXYGEN - #endif // !SWIG // -----------------------------------------------------------------------