regenerated headers to remove @seealso in favour of @see; fixed links to global functions/macros; converted \since latex macros into @wxsince commands; changed headers purpose from 'documentation for' to 'interface of'

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-03-10 15:24:38 +00:00
parent 3a65144e7c
commit e54c96f187
269 changed files with 2027 additions and 1553 deletions

View File

@@ -1,6 +1,6 @@
/////////////////////////////////////////////////////////////////////////////
// Name: wizard.h
// Purpose: documentation for wxWizardPage class
// Purpose: interface of wxWizardPage
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
@@ -24,8 +24,7 @@
@library{wxadv}
@category{miscwnd}
@seealso
wxWizard, @ref overview_samplewizard "wxWizard sample"
@see wxWizard, @ref overview_samplewizard "wxWizard sample"
*/
class wxWizardPage : public wxPanel
{
@@ -77,19 +76,19 @@ public:
};
/**
@class wxWizardEvent
@wxheader{wizard.h}
wxWizardEvent class represents an event generated by the
wizard: this event is first sent to the page itself and,
wizard(): this event is first sent to the page itself and,
if not processed there, goes up the window hierarchy as usual.
@library{wxadv}
@category{events}
@seealso
wxWizard, @ref overview_samplewizard "wxWizard sample"
@see wxWizard, @ref overview_samplewizard "wxWizard sample"
*/
class wxWizardEvent : public wxNotifyEvent
{
@@ -118,6 +117,7 @@ public:
};
/**
@class wxWizardPageSimple
@wxheader{wizard.h}
@@ -134,8 +134,7 @@ public:
@library{wxadv}
@category{miscwnd}
@seealso
wxWizard, @ref overview_samplewizard "wxWizard sample"
@see wxWizard, @ref overview_samplewizard "wxWizard sample"
*/
class wxWizardPageSimple : public wxWizardPage
{
@@ -169,6 +168,7 @@ public:
};
/**
@class wxWizard
@wxheader{wizard.h}
@@ -207,8 +207,7 @@ public:
@library{wxadv}
@category{cmndlg}
@seealso
wxWizardEvent, wxWizardPage, @ref overview_samplewizard "wxWizard sample"
@see wxWizardEvent, wxWizardPage, @ref overview_samplewizard "wxWizard sample"
*/
class wxWizard : public wxDialog
{
@@ -471,3 +470,4 @@ public:
*/
void SetPageSize(const wxSize& sizePage);
};