From d5d0f0cd9abaf051465edf86e5ac35ff27d01acb Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 27 Aug 2011 14:58:43 +0000 Subject: [PATCH] No real changes, minor corrections to the docs. Don't leave a line break inside a @code block as it's preserved in the HTML output, making it appear ugly. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68926 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/toplevel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/wx/toplevel.h b/interface/wx/toplevel.h index 32e09f7e6f..cd00995b2d 100644 --- a/interface/wx/toplevel.h +++ b/interface/wx/toplevel.h @@ -282,8 +282,8 @@ public: and will be only deleted when the window itself is destroyed. This function is not available in the other ports by design, any - occurrences of it in the portable code must be guarded by @code #ifdef - __WXMSW__ @endcode preprocessor guards. + occurrences of it in the portable code must be guarded by + @code #ifdef __WXMSW__ @endcode preprocessor guards. @since 2.9.3 */ -- 2.50.0