From: Bryan Petty Date: Wed, 18 Jan 2012 19:14:16 +0000 (+0000) Subject: Gave proper spacing to header include sections. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ce45dbe3c85292676e54e3d4a78da876dc25b042 Gave proper spacing to header include sections. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70391 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/utils.h b/interface/wx/utils.h index 0ce06ea02c..6fbbc2a1a2 100644 --- a/interface/wx/utils.h +++ b/interface/wx/utils.h @@ -203,7 +203,9 @@ void wxBell(); doesn't otherwise handle this event. @since 2.9.0 + @see wxGetLibraryVersionInfo() + @header{wx/utils.h} */ void wxInfoMessageBox(wxWindow* parent); @@ -217,8 +219,11 @@ void wxInfoMessageBox(wxWindow* parent); Get wxWidgets version information. @since 2.9.2 + @see wxVersionInfo + @header{wx/utils.h} + @library{wxcore} */ wxVersionInfo wxGetLibraryVersionInfo(); diff --git a/interface/wx/versioninfo.h b/interface/wx/versioninfo.h index 2311581485..1e847832f0 100644 --- a/interface/wx/versioninfo.h +++ b/interface/wx/versioninfo.h @@ -17,8 +17,8 @@ that you use. @library{wxbase} + @category{data} - @header{wx/versioninfo.h} @since 2.9.2 */