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
This commit is contained in:
Francesco Montorsi
2009-03-14 00:49:24 +00:00
parent 92f9888cec
commit 76e2b5703a
7 changed files with 21 additions and 22 deletions

View File

@@ -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

View File

@@ -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.

View File

@@ -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).

View File

@@ -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.

View File

@@ -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.

View File

@@ -45,7 +45,6 @@
class wxRadioButton : public wxControl
{
public:
/**
Default constructor.
@@ -63,10 +62,10 @@ public:
@param label
Label for the radio button.
@param pos
Window position. If @c wxDefaultPosition is specified then a default
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 style
Window style. See wxRadioButton.

View File

@@ -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.