]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/roughguide.h
Make wxLog::EnableLogging() and wxLogNull thread-specific.
[wxWidgets.git] / docs / doxygen / overviews / roughguide.h
index a34621b7063dd0e6fccedbec9c813b1bf31370b5..cd5d3f54dadb4bfcf48f80674d9e3881cbf54e10 100644 (file)
@@ -6,9 +6,9 @@
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-/*!
+/**
 
 
-@page overview_roughguide Writing a wxWidgets Application: A Rough Guide
+@page overview_roughguide A Quick Guide to Writing Applications
 
 To set a wxWidgets application going, you will need to derive a wxApp class and
 override wxApp::OnInit.
 
 To set a wxWidgets application going, you will need to derive a wxApp class and
 override wxApp::OnInit.
@@ -50,13 +50,13 @@ 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
 
 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
 maintain and search a list of paths using wxPathList. There's many
-@ref functions_miscellany of operating system methods and other functions.
+@ref group_funcmacro_misc of operating system methods and other functions.
 
 
-@seealso
+@see
 
 
-@li @ref page_categories
+@li @ref group_class
 
 */
 
 
 */