Fix stc doxygen warnings and regen stc files.

We need to manually escape a few parts of the autogenerated documentation. 

See #15346.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74783 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Steve Lamerton
2013-09-11 12:03:07 +00:00
parent 5ea01cd497
commit 11a23db531
5 changed files with 30 additions and 21 deletions

View File

@@ -2517,7 +2517,7 @@
TOWRITE
@endEventTable
@library{wxbase}
@library{wxstc}
@category{stc}
@see wxStyledTextEvent
@@ -3734,12 +3734,12 @@ public:
int ReplaceTarget(const wxString& text);
/**
Replace the target text with the argument text after \d processing.
Replace the target text with the argument text after \\d processing.
Text is counted so it can contain NULs.
Looks for \d where d is between 1 and 9 and replaces these with the strings
Looks for \\d where d is between 1 and 9 and replaces these with the strings
matched in the last search operation which were surrounded by \( and \).
Returns the length of the replacement text including any change
caused by processing the \d patterns.
caused by processing the \\d patterns.
*/
int ReplaceTargetRE(const wxString& text);
@@ -4080,7 +4080,7 @@ public:
void SetMultiPaste(int multiPaste);
/**
Retrieve the effect of pasting when there are multiple selections..
Retrieve the effect of pasting when there are multiple selections.
*/
int GetMultiPaste() const;
@@ -5567,8 +5567,8 @@ public:
bold turns on bold
italic turns on italics
fore:[name or #RRGGBB] sets the foreground colour
back:[name or #RRGGBB] sets the background colour
fore:[name or \#RRGGBB] sets the foreground colour
back:[name or \#RRGGBB] sets the background colour
face:[facename] sets the font face name to use
size:[num] sets the font size in points
eol turns on eol filling
@@ -5796,7 +5796,7 @@ public:
@todo list styled text ctrl events.
@library{stc}
@library{wxstc}
@category{events,stc}
*/