]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/resyntax.h
Merge in from trunk r68684 - r69046
[wxWidgets.git] / docs / doxygen / overviews / resyntax.h
index 12e7cd0006dde29328269262fd48c97889761f83..acfd276c344120709f34460ac91da2aee0929bbc 100644 (file)
@@ -3,12 +3,12 @@
 // Purpose:     topic overview
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-/*!
+/**
 
-@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