X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7c913512a4c9f36e11e07ea707002fab1608d324..5d2d8f6ae38287516603c6e2e5ea81c7fee5efd6:/interface/power.h diff --git a/interface/power.h b/interface/power.h index 87a4ae1e0a..8cf91500ff 100644 --- a/interface/power.h +++ b/interface/power.h @@ -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(); }; +