fixing link anchors naming

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52045 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-02-24 17:25:48 +00:00
parent 048398c7bb
commit 42efa4987c
4 changed files with 8 additions and 8 deletions

View File

@@ -77,7 +77,7 @@
@li wxTipWindow: Shows text in a small window @li wxTipWindow: Shows text in a small window
@li wxWizard: A wizard dialog @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_miscwnd Miscellaneous windows
@@ -103,7 +103,7 @@
@section page_categories_cmndlg Common dialogs @section page_categories_cmndlg Common dialogs
@ref overview_commondialogs @ref overview_cmndlg
Common dialogs are ready-made dialog classes which are frequently used Common dialogs are ready-made dialog classes which are frequently used
in an application. in an application.

View File

@@ -125,7 +125,7 @@
@section page_libs_wxhtml wxHTML @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. as well as wxHtmlHelpController, wxBestHelpController and wxHtmlListBox.
Requires @ref page_libs_wxcore and @ref page_libs_wxbase. Requires @ref page_libs_wxcore and @ref page_libs_wxbase.

View File

@@ -54,12 +54,12 @@
@subsection page_strategies_portability_usesizers Use sizers @subsection page_strategies_portability_usesizers Use sizers
Don't use absolute panel item positioning if you can avoid it. Different GUIs have 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 @subsection page_strategies_portability_useresources Use wxWidgets resource files
Use .xrc (wxWidgets resource files) where possible, because they can be easily changed 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. 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. 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.
*/ */

View File

@@ -31,7 +31,7 @@
Helpview is a program for displaying wxWidgets HTML Helpview is a program for displaying wxWidgets HTML
Help files. In many cases, you may wish to use the 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 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. You can find it in @c samples/html/helpview.
@subsection page_utils_utils_tex2rtf Tex2RTF @subsection page_utils_utils_tex2rtf Tex2RTF
@@ -535,7 +535,7 @@
and wxMutexGuiLeave functions, both of which are and wxMutexGuiLeave functions, both of which are
used and tested in the sample as well. 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 @subsection page_utils_samples_toolbar Toolbar sample