]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/regex.h
Minor doc corrections for [q-r] in ticket #9581 (most of the patch was applied alread...
[wxWidgets.git] / interface / regex.h
index 81db78f274a5c1c1b3251b12615c777a47136eff..a61eaf28a4a0d757fc670bac32e391b618942b86 100644 (file)
@@ -9,7 +9,7 @@
 /**
     @anchor wxRE_FLAGS
 
-    Flags for regex compilation to be used with Compile().
+    Flags for regex compilation to be used with wxRegEx::Compile().
 */
 enum
 {
@@ -42,9 +42,9 @@ enum
 /**
     @anchor wxRE_NOT_FLAGS
 
-    Flags for regex matching to be used with Matches().
+    Flags for regex matching to be used with wxRegEx::Matches().
     These flags are mainly useful when doing several matches in a long string
-    to prevent erroneous matches for ¡¯¡¯ and ¡¯$¡¯:
+    to prevent erroneous matches for '^' and '$':
 */
 enum
 {