]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/resyntax.h
suppress (harmless) unused parameter warnings
[wxWidgets.git] / docs / doxygen / overviews / resyntax.h
index 12e7cd0006dde29328269262fd48c97889761f83..dae9b1ce4d0e42122a54be10d38f49a441e217b2 100644 (file)
@@ -6,9 +6,9 @@
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-/*!
+/**
 
-@page overview_resyntax Syntax of the Built-in Regular Expression Library
+@page overview_resyntax Regular Expressions
 
 A <em>regular expression</em> describes strings of characters. It's a  pattern
 that matches certain strings and doesn't match others.
@@ -23,7 +23,7 @@ that matches certain strings and doesn't match others.
 @li @ref overview_resyntax_bre
 @li @ref overview_resyntax_characters
 
-@seealso
+@see
 
 @li wxRegEx