From 76e2b5703a0b8ae2f7210526defd2a07e3b81e0d Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Sat, 14 Mar 2009 00:49:24 +0000 Subject: [PATCH] do not use @c to refer to wxDefault* objects; use :: so an hypertext link is created git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59521 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/calctrl.h | 8 ++++---- interface/wx/mdi.h | 8 ++++---- interface/wx/msgdlg.h | 2 +- interface/wx/panel.h | 4 ++-- interface/wx/radiobox.h | 8 ++++---- interface/wx/radiobut.h | 9 ++++----- interface/wx/scrolwin.h | 4 ++-- 7 files changed, 21 insertions(+), 22 deletions(-) diff --git a/interface/wx/calctrl.h b/interface/wx/calctrl.h index 536c5a3f11..7f6533cea8 100644 --- a/interface/wx/calctrl.h +++ b/interface/wx/calctrl.h @@ -493,10 +493,10 @@ public: @param lowerdate The low limit for the dates shown by the control or - @c wxDefaultDateTime. + ::wxDefaultDateTime. @param upperdate The high limit for the dates shown by the control or - @c wxDefaultDateTime. + ::wxDefaultDateTime. @return @true if either limit is valid, @false otherwise */ @@ -510,11 +510,11 @@ public: @param lowerdate If non-@NULL, the value of the low limit for the dates shown by the - control is returned (which may be @c wxDefaultDateTime if no limit + control is returned (which may be ::wxDefaultDateTime if no limit is set). @param upperdate If non-@NULL, the value of the upper limit for the dates shown by - the control is returned (which may be @c wxDefaultDateTime if no + the control is returned (which may be ::wxDefaultDateTime if no limit is set). @return @true if either limit is set, @false otherwise diff --git a/interface/wx/mdi.h b/interface/wx/mdi.h index 052f612ff3..a06078efc2 100644 --- a/interface/wx/mdi.h +++ b/interface/wx/mdi.h @@ -140,11 +140,11 @@ public: @param title The caption to be displayed on the frame's title bar. @param pos - The window position. The value @c wxDefaultPosition indicates a + The window position. The value ::wxDefaultPosition indicates a default position, chosen by either the windowing system or wxWidgets, depending on platform. @param size - The window size. The value @c wxDefaultSize indicates a default + The window size. The value ::wxDefaultSize indicates a default size, chosen by either the windowing system or wxWidgets, depending on platform. @param style @@ -387,10 +387,10 @@ public: @param title The caption to be displayed on the frame's title bar. @param pos - The window position. The value @c wxDefaultPosition indicates a default position, + The window position. The value ::wxDefaultPosition indicates a default position, chosen by either the windowing system or wxWidgets, depending on platform. @param size - The window size. The value @c wxDefaultSize indicates a default size, chosen by + The window size. The value ::wxDefaultSize indicates a default size, chosen by either the windowing system or wxWidgets, depending on platform. @param style The window style. See wxMDIChildFrame. diff --git a/interface/wx/msgdlg.h b/interface/wx/msgdlg.h index 34abf1586d..4477d22675 100644 --- a/interface/wx/msgdlg.h +++ b/interface/wx/msgdlg.h @@ -207,7 +207,7 @@ public: @param style Combination of style flags described in wxMessageDialog documentation. @param x - Horizontal dialog position (ignored under MSW). Use @c wxDefaultCoord + Horizontal dialog position (ignored under MSW). Use ::wxDefaultCoord for @a x and @a y to let the system position the window. @param y Vertical dialog position (ignored under MSW). diff --git a/interface/wx/panel.h b/interface/wx/panel.h index 4bf26f3f07..934673f5cd 100644 --- a/interface/wx/panel.h +++ b/interface/wx/panel.h @@ -53,10 +53,10 @@ public: @param id An identifier for the panel. @c wxID_ANY is taken to mean a default. @param pos - The panel position. The value @c wxDefaultPosition indicates a default position, + The panel position. The value ::wxDefaultPosition indicates a default position, chosen by either the windowing system or wxWidgets, depending on platform. @param size - The panel size. The value @c wxDefaultSize indicates a default size, chosen by + The panel size. The value ::wxDefaultSize indicates a default size, chosen by either the windowing system or wxWidgets, depending on platform. @param style The window style. See wxPanel. diff --git a/interface/wx/radiobox.h b/interface/wx/radiobox.h index b318203277..43326c3aeb 100644 --- a/interface/wx/radiobox.h +++ b/interface/wx/radiobox.h @@ -57,10 +57,10 @@ public: @param label Label for the static box surrounding the radio buttons. @param pos - Window position. If @c wxDefaultPosition is specified then a + Window position. If ::wxDefaultPosition is specified then a default position is chosen. @param size - Window size. If @c wxDefaultSize is specified then a default size + Window size. If ::wxDefaultSize is specified then a default size is chosen. @param n Number of choices with which to initialize the radiobox. @@ -100,10 +100,10 @@ public: @param label Label for the static box surrounding the radio buttons. @param pos - Window position. If @c wxDefaultPosition is specified then a + Window position. If ::wxDefaultPosition is specified then a default position is chosen. @param size - Window size. If @c wxDefaultSize is specified then a default size + Window size. If ::wxDefaultSize is specified then a default size is chosen. @param choices An array of choices with which to initialize the radiobox. diff --git a/interface/wx/radiobut.h b/interface/wx/radiobut.h index eb5694a933..362bed386e 100644 --- a/interface/wx/radiobut.h +++ b/interface/wx/radiobut.h @@ -45,7 +45,6 @@ class wxRadioButton : public wxControl { public: - /** Default constructor. @@ -63,11 +62,11 @@ public: @param label Label for the radio button. @param pos - Window position. If @c wxDefaultPosition is specified then a default - position is chosen. + Window position. If ::wxDefaultPosition is specified then a default + position is chosen. @param size - Window size. If @c wxDefaultSize is specified then a default size - is chosen. + Window size. If ::wxDefaultSize is specified then a default size + is chosen. @param style Window style. See wxRadioButton. @param validator diff --git a/interface/wx/scrolwin.h b/interface/wx/scrolwin.h index 8f8287d224..f5762e7e5e 100644 --- a/interface/wx/scrolwin.h +++ b/interface/wx/scrolwin.h @@ -135,10 +135,10 @@ public: @param id Window identifier. The value @c wxID_ANY indicates a default value. @param pos - Window position. If a position of @c wxDefaultPosition is specified + Window position. If a position of ::wxDefaultPosition is specified then a default position is chosen. @param size - Window size. If a size of @c wxDefaultSize is specified then the + Window size. If a size of ::wxDefaultSize is specified then the window is sized appropriately. @param style Window style. See wxScrolled. -- 2.45.2