]> git.saurik.com Git - wxWidgets.git/commitdiff
fixing link anchors naming
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 24 Feb 2008 17:25:48 +0000 (17:25 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 24 Feb 2008 17:25:48 +0000 (17:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52045 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/doxygen/mainpages/categories.h
docs/doxygen/mainpages/libs.h
docs/doxygen/mainpages/strategies.h
docs/doxygen/mainpages/utilities.h

index 494d112ff45bd76a618fa56f72df72c0cadd270f..6bc58ba143ce368584d3bede3ae810c28b60f4e7 100644 (file)
@@ -77,7 +77,7 @@
  @li wxTipWindow: Shows text in a small window
  @li wxWizard: A wizard dialog
 
- See also the @ref overview_commondialogs.
+ See also the @ref overview_cmndlg.
 
 
  @section page_categories_miscwnd Miscellaneous windows
 
  @section page_categories_cmndlg Common dialogs
 
- @ref overview_commondialogs
+ @ref overview_cmndlg
 
  Common dialogs are ready-made dialog classes which are frequently used
  in an application.
index 5bbbe45c97550cf5687ad4cb2ec7e20db549d6d8..f944d7700e27f90d2400eef8d0c441d65b3bb35a 100644 (file)
 
  @section page_libs_wxhtml wxHTML
 
- Simple HTML renderer and other @ref html_overview are contained in this library, 
+ Simple HTML renderer and other @ref overview_html are contained in this library,
  as well as wxHtmlHelpController, wxBestHelpController and wxHtmlListBox.
 
  Requires @ref page_libs_wxcore and @ref page_libs_wxbase.
index 4ab1119dc0765ec88fbbd10e57bfcb6b33b453cf..d9046e38fe700d3468c9058b7445ad59aaf7688b 100644 (file)
  @subsection page_strategies_portability_usesizers Use sizers
 
  Don't use absolute panel item positioning if you can avoid it. Different GUIs have
- very differently sized panel items. Consider using the @ref sizer_overview instead.
+ very differently sized panel items. Consider using the @ref overview_sizers instead.
 
  @subsection page_strategies_portability_useresources Use wxWidgets resource files
 
  Use .xrc (wxWidgets resource files) where possible, because they can be easily changed
- independently of source code. See the @ref xrc_overview for more info.
+ independently of source code. See the @ref overview_xrc for more info.
 
 
 
  scattering wxASSERTs liberally to test for problems in your code as early as possible. 
  Forward thinking will save a surprising amount of time in the long run.
 
- See the @ref debugging_overview for further information.
+ See the @ref overview_debugging for further information.
 
 */
index 2e5e60888b0b4825c0277122d86583325dd0395d..74369912f5b3046d902b206ff207743f7153a14e 100644 (file)
@@ -31,7 +31,7 @@
  Helpview is a program for displaying wxWidgets HTML
  Help files. In many cases, you may wish to use the wxWidgets HTML
  Help classes from within your application, but this provides a
- handy stand-alone viewer. See @ref html_overview for more details.
+ handy stand-alone viewer. See @ref overview_html for more details.
  You can find it in @c samples/html/helpview.
 
  @subsection page_utils_utils_tex2rtf Tex2RTF
  and wxMutexGuiLeave functions, both of which are
  used and tested in the sample as well.
  
- See also @ref thread_overview and wxThread.
+ See also @ref overview_thread and wxThread.
  
  
  @subsection page_utils_samples_toolbar Toolbar sample