/////////////////////////////////////////////////////////////////////////////
// Name: cmdproc.h
-// Purpose: documentation for wxCommand class
+// Purpose: interface of wxCommand
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
@library{wxcore}
@category{FIXME}
- @seealso
- Overview
+ @see Overview()
*/
class wxCommand : public wxObject
{
};
+
/**
@class wxCommandProcessor
@wxheader{cmdproc.h}
@library{wxcore}
@category{FIXME}
- @seealso
- @ref overview_wxcommandprocessoroverview "wxCommandProcessor overview",
+ @see @ref overview_wxcommandprocessoroverview "wxCommandProcessor overview",
wxCommand
*/
class wxCommandProcessor : public wxObject
*/
virtual bool Undo();
};
+