]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix header formatting problem in wxMessageBox() documentation.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 18 Jan 2012 09:51:38 +0000 (09:51 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 18 Jan 2012 09:51:38 +0000 (09:51 +0000)
@header macro must be preceded by a new line.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/msgdlg.h

index a4da8468d3b3661a0f584949028ce1353136fc93..2ff0bbb857e00dca466ac25fb388cb3549f3e813 100644 (file)
@@ -277,6 +277,7 @@ public:
         for @a x and @a y to let the system position the window.
     @param y
         Vertical dialog position (ignored under MSW).
+
     @header{wx/msgdlg.h}
 */
 int wxMessageBox(const wxString& message,