// 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.
maintain and search a list of paths using wxPathList. There's many
@ref group_funcmacro_misc of operating system methods and other functions.
-@see
-
-@li @ref group_class
+@see @ref group_class
*/
-