removed @NULL,@true,@false tags from the function prototypes; fixed * and & displacing in the prototypes; changed @param as discussed on wx-dev; use @see instead of @sa; better indentation for @returns,@remarks,@see paragraphs; other misc fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52407 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-03-09 12:33:59 +00:00
parent 0aaf0255e4
commit 4cc4bfafe5
256 changed files with 8880 additions and 10701 deletions

View File

@@ -141,12 +141,12 @@ public:
/**
*/
#define int GetX() /* implementation is private */
int GetX();
/**
*/
#define int GetY() /* implementation is private */
int GetY();
/**
@@ -241,12 +241,12 @@ public:
/**
*/
#define void SetX(int val) /* implementation is private */
void SetX(int val);
/**
*/
#define void SetY(int val) /* implementation is private */
void SetY(int val);
};
@@ -283,7 +283,7 @@ public:
/**
Ctor.
*/
wxStyledTextCtrl::wxStyledTextCtrl(wxWindow * parent,
wxStyledTextCtrl::wxStyledTextCtrl(wxWindow* parent,
wxWindowID id = wxID_ANY,
const wxPoint pos = wxDefaultPosition,
const wxSize size = wxDefaultSize,
@@ -692,7 +692,7 @@ public:
/**
Cut the selection to the clipboard.
*/
#define void Cut() /* implementation is private */
void Cut();
/**
Delete back from the current position to the start of the line.
@@ -901,7 +901,6 @@ public:
/**
END of generated section
Others...
Returns the line number of the line with the caret.
*/
@@ -2571,7 +2570,7 @@ public:
character.
If more than one line selected, indent the lines.
*/
#define void Tab() /* implementation is private */
void Tab();
/**
Make the target range start and end be the same as the selection range start