]> git.saurik.com Git - wxWidgets.git/commitdiff
fix wxConfig link and layout the initial list in two columns
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Tue, 19 Feb 2008 22:28:28 +0000 (22:28 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Tue, 19 Feb 2008 22:28:28 +0000 (22:28 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51925 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/doxygen/categories.h

index c4f6eb827b3fe8264e3cec46330294878f75ea55..422e771858f81b9c5df2b0168fbf23bc0e6bbc85 100644 (file)
@@ -13,6 +13,8 @@
 
  A classification of wxWidgets classes by category.
 
+ @beginInvisibleTable
+ <tr><td>
  @li @ref cat_manwnd
  @li @ref cat_miscwnd
  @li @ref cat_cmndlg
@@ -32,6 +34,7 @@
  @li @ref cat_logging
  @li @ref cat_debugging
  @li @ref cat_net
+ </td><td>
  @li @ref cat_ipc
  @li @ref cat_dvf
  @li @ref cat_printing
@@ -50,7 +53,8 @@
  @li @ref cat_gl
  @li @ref cat_appmanagement
  @li @ref cat_misc
-
+ </td></tr>
+ @endTable
 
  <hr>
 
  @section cat_misc Miscellaneous
 
  @li wxCaret: A caret (cursor) object
- @li wxConfig: Classes for configuration reading/writing (using either INI files or registry)
+ @li wxConfigBase: Classes for reading/writing the configuration settings
  @li wxTimer: Timer class
  @li wxStopWatch: Stop watch class
  @li wxMimeTypesManager: MIME-types manager class