Gave proper spacing to header include sections.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70391 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bryan Petty
2012-01-18 19:14:16 +00:00
parent 7e528ef6d1
commit ce45dbe3c8
2 changed files with 6 additions and 1 deletions

View File

@@ -203,7 +203,9 @@ void wxBell();
doesn't otherwise handle this event. doesn't otherwise handle this event.
@since 2.9.0 @since 2.9.0
@see wxGetLibraryVersionInfo() @see wxGetLibraryVersionInfo()
@header{wx/utils.h} @header{wx/utils.h}
*/ */
void wxInfoMessageBox(wxWindow* parent); void wxInfoMessageBox(wxWindow* parent);
@@ -217,8 +219,11 @@ void wxInfoMessageBox(wxWindow* parent);
Get wxWidgets version information. Get wxWidgets version information.
@since 2.9.2 @since 2.9.2
@see wxVersionInfo @see wxVersionInfo
@header{wx/utils.h} @header{wx/utils.h}
@library{wxcore} @library{wxcore}
*/ */
wxVersionInfo wxGetLibraryVersionInfo(); wxVersionInfo wxGetLibraryVersionInfo();

View File

@@ -17,8 +17,8 @@
that you use. that you use.
@library{wxbase} @library{wxbase}
@category{data} @category{data}
@header{wx/versioninfo.h}
@since 2.9.2 @since 2.9.2
*/ */