]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/roughguide.h
Revert "Make wxMSW stack walking methods work with Unicode identifiers."
[wxWidgets.git] / docs / doxygen / overviews / roughguide.h
index 5aa71e3f36204d5ac642a396e7f644b345862f65..a9d5067d802d9ead4072d65ef681c986e47d03f3 100644 (file)
@@ -1,14 +1,15 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        roughguide
+// Name:        roughguide.h
 // Purpose:     topic overview
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-/*!
+/**
 
-@page overview_roughguide Writing a wxWidgets Application: A Rough Guide
+@page overview_roughguide A Quick Guide to Writing Applications
+
+@tableofcontents
 
 To set a wxWidgets application going, you will need to derive a wxApp class and
 override wxApp::OnInit.
@@ -50,13 +51,10 @@ you need wxHelp and the wxHelpController class to control wxHelp.
 
 GUI applications aren't all graphical wizardry. List and hash table needs are
 catered for by wxList and wxHashMap. You will undoubtedly need some
-platform-independent @ref functions_file, and you may find it handy to
+platform-independent @ref group_funcmacro_file, and you may find it handy to
 maintain and search a list of paths using wxPathList. There's many
-@ref functions_miscellany of operating system methods and other functions.
-
-@seealso
+@ref group_funcmacro_misc of operating system methods and other functions.
 
-@li @ref page_categories
+@see @ref group_class
 
 */
-