From: Francesco Montorsi Date: Sun, 24 Feb 2008 17:25:48 +0000 (+0000) Subject: fixing link anchors naming X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/42efa4987cf7b07cd8d5ed10036b770abe98f0c2 fixing link anchors naming git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52045 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/doxygen/mainpages/categories.h b/docs/doxygen/mainpages/categories.h index 494d112ff4..6bc58ba143 100644 --- a/docs/doxygen/mainpages/categories.h +++ b/docs/doxygen/mainpages/categories.h @@ -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 @@ -103,7 +103,7 @@ @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. diff --git a/docs/doxygen/mainpages/libs.h b/docs/doxygen/mainpages/libs.h index 5bbbe45c97..f944d7700e 100644 --- a/docs/doxygen/mainpages/libs.h +++ b/docs/doxygen/mainpages/libs.h @@ -125,7 +125,7 @@ @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. diff --git a/docs/doxygen/mainpages/strategies.h b/docs/doxygen/mainpages/strategies.h index 4ab1119dc0..d9046e38fe 100644 --- a/docs/doxygen/mainpages/strategies.h +++ b/docs/doxygen/mainpages/strategies.h @@ -54,12 +54,12 @@ @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. @@ -120,6 +120,6 @@ 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. */ diff --git a/docs/doxygen/mainpages/utilities.h b/docs/doxygen/mainpages/utilities.h index 2e5e60888b..74369912f5 100644 --- a/docs/doxygen/mainpages/utilities.h +++ b/docs/doxygen/mainpages/utilities.h @@ -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 @@ -535,7 +535,7 @@ 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