]> git.saurik.com Git - wxWidgets.git/commitdiff
Gave proper spacing to header include sections.
authorBryan Petty <bryan@ibaku.net>
Wed, 18 Jan 2012 19:14:16 +0000 (19:14 +0000)
committerBryan Petty <bryan@ibaku.net>
Wed, 18 Jan 2012 19:14:16 +0000 (19:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70391 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/utils.h
interface/wx/versioninfo.h

index 0ce06ea02c4333c79dc30c2cc6c5a7bb4a56f2f3..6fbbc2a1a229ee4aafb21108a5e6cd84984d28a1 100644 (file)
@@ -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();
index 2311581485fa1b440fd44dbfbd1fdbf69cb1d9e6..1e847832f032405304ad50928eb7b3c8cb496d72 100644 (file)
@@ -17,8 +17,8 @@
     that you use.
 
     @library{wxbase}
+
     @category{data}
-    @header{wx/versioninfo.h}
 
     @since 2.9.2
 */