]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/power.h
regenerated headers to remove @seealso in favour of @see; fixed links to global funct...
[wxWidgets.git] / interface / power.h
index 87a4ae1e0ac35c15a26e95b03ef19e6bf081e436..8cf91500ff126209adb1368baa59070f65e5f606 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        power.h
-// Purpose:     documentation for wxPowerEvent class
+// Purpose:     interface of wxPowerEvent
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -24,8 +24,7 @@
     @library{wxbase}
     @category{FIXME}
 
-    @seealso
-    wxGetPowerType, wxGetBatteryState
+    @see wxGetPowerType(), wxGetBatteryState()
 */
 class wxPowerEvent : public wxEvent
 {
@@ -36,3 +35,4 @@ public:
     */
     void Veto();
 };
+