]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/roughguide.h
Move wx/msw/gccpriv.h inclusion back to wx/platform.h from wx/compiler.h.
[wxWidgets.git] / docs / doxygen / overviews / roughguide.h
index 1557a2c621f90ba6f09f7d23eea82cde95d787f2..db27c1c3fa7b1b676c5cd37b842e0a3768b4e3fa 100644 (file)
@@ -3,13 +3,15 @@
 // Purpose:     topic overview
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
 
 @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 +52,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 page_func_cat_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 page_func_cat_misc of operating system methods and other functions.
-
-@seealso
+@ref group_funcmacro_misc of operating system methods and other functions.
 
-@li @ref page_class_cat
+@see @ref group_class
 
 */
-