]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/resyntax.h
Fix problem with COMDLG_FILTERSPEC declaration with MinGW-w64 4.8.
[wxWidgets.git] / docs / doxygen / overviews / resyntax.h
index dae9b1ce4d0e42122a54be10d38f49a441e217b2..49b8363c4e4b379ed18bac15f40163f56f76f4cc 100644 (file)
@@ -2,34 +2,21 @@
 // Name:        resyntax.h
 // Purpose:     topic overview
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
 
 @page overview_resyntax Regular Expressions
 
+@tableofcontents
+
 A <em>regular expression</em> describes strings of characters. It's a  pattern
 that matches certain strings and doesn't match others.
 
-@li @ref overview_resyntax_differentflavors
-@li @ref overview_resyntax_syntax
-@li @ref overview_resyntax_bracket
-@li @ref overview_resyntax_escapes
-@li @ref overview_resyntax_metasyntax
-@li @ref overview_resyntax_matching
-@li @ref overview_resyntax_limits
-@li @ref overview_resyntax_bre
-@li @ref overview_resyntax_characters
-
-@see
-
-@li wxRegEx
+@see wxRegEx
 
 
-<hr>
-
 
 @section overview_resyntax_differentflavors Different Flavors of Regular Expressions
 
@@ -662,4 +649,3 @@ Note that the character names are case sensitive.
 </tr></table></center>
 
 */
-