X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/328f5751e8a06727b137189fe04891a9f43bfc8b..390f44afb6076b672fc673ef9e0c89f018ea7e75:/interface/dialup.h diff --git a/interface/dialup.h b/interface/dialup.h index 3605a60f07..04a37a0f16 100644 --- a/interface/dialup.h +++ b/interface/dialup.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Name: dialup.h -// Purpose: documentation for wxDialUpManager class +// Purpose: interface of wxDialUpManager // Author: wxWidgets team // RCS-ID: $Id$ // Licence: wxWindows license @@ -29,8 +29,7 @@ @library{wxcore} @category{net} - @seealso - @ref overview_sampledialup "dialup sample", wxDialUpEvent + @see @ref overview_sampledialup "dialup sample", wxDialUpEvent */ class wxDialUpManager { @@ -165,6 +164,7 @@ public: }; + /** @class wxDialUpEvent @wxheader{dialup.h} @@ -196,3 +196,4 @@ public: */ bool IsOwnEvent() const; }; +