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:
parent
048398c7bb
commit
42efa4987c
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
||||
*/
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user