X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/721a49c7159ec04e777459a36fb0b1c5b37a9f4b..25250d335f869088a3551db226f25079c28f65fb:/docs/doxygen/overviews/roughguide.h diff --git a/docs/doxygen/overviews/roughguide.h b/docs/doxygen/overviews/roughguide.h index 5aa71e3f36..cd5d3f54da 100644 --- a/docs/doxygen/overviews/roughguide.h +++ b/docs/doxygen/overviews/roughguide.h @@ -1,14 +1,14 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: roughguide +// Name: roughguide.h // Purpose: topic overview // Author: wxWidgets team // RCS-ID: $Id$ // 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. @@ -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 -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. +@ref group_funcmacro_misc of operating system methods and other functions. -@seealso +@see -@li @ref page_categories +@li @ref group_class */