From: Vadim Zeitlin Date: Wed, 18 Jan 2012 09:51:38 +0000 (+0000) Subject: Fix header formatting problem in wxMessageBox() documentation. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/89041b2513594c7a1bd92f5895795437d53c1e92?ds=inline Fix header formatting problem in wxMessageBox() documentation. @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 --- diff --git a/interface/wx/msgdlg.h b/interface/wx/msgdlg.h index a4da8468d3..2ff0bbb857 100644 --- a/interface/wx/msgdlg.h +++ b/interface/wx/msgdlg.h @@ -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,