From: Francesco Montorsi Date: Thu, 21 Feb 2008 22:05:29 +0000 (+0000) Subject: fixed some doxygen warnings about wrong anchor links X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/69bc0cca0eecaff172de77b1b35389e6a6490d37 fixed some doxygen warnings about wrong anchor links git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/doxygen/mainpages/categories.h b/docs/doxygen/mainpages/categories.h index fb6291a941..494d112ff4 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 commondialogs_overview. + See also the @ref overview_commondialogs. @section page_categories_miscwnd Miscellaneous windows @@ -103,7 +103,7 @@ @section page_categories_cmndlg Common dialogs - @ref commondialogs_overview + @ref overview_commondialogs Common dialogs are ready-made dialog classes which are frequently used in an application. @@ -198,7 +198,7 @@ This is a new set of classes for writing a customizable application interface with built-in docking, floatable panes and a flexible MDI-like interface. Further classes for custom notebooks with - draggable tabs etc. are in progress. See also @ref aui_overview. + draggable tabs etc. are in progress. See also @ref overview_aui. @li wxAuiManager: The central class for managing the interface @li wxAuiNotebook: A replacement notebook class with extra features @@ -215,7 +215,7 @@ and will in almost all cases produce dialogs looking equally well on all platforms, the other is based on so-called constraints and is deprecated, though still available. - @ref sizer_overview describes sizer-based layout. + @ref overview_sizer describes sizer-based layout. These are the classes relevant to sizer-based layout. @@ -227,7 +227,7 @@ @li wxStaticBoxSizer: Same as wxBoxSizer, but with a surrounding static box @li wxWrapSizer: A sizer which wraps its child controls as size permits - @ref constraints_overview describes constraints-based layout. + @ref overview_constraints describes constraints-based layout. These are the classes relevant to constraints-based window layout. @@ -241,7 +241,7 @@ @section page_categories_dc Device contexts - @ref dc_overview + @ref overview_dc Device contexts are surfaces that may be drawn on, and provide an abstraction that allows parameterisation of your drawing code @@ -264,7 +264,7 @@ @section page_categories_gdi Graphics device interface - @ref bitmap_overview + @ref overview_bitmap These classes are related to drawing on device contexts and windows. @@ -289,7 +289,7 @@ @section page_categories_events Events - @ref eventhandling_overview + @ref overview_eventhandling An event object contains information about a specific event. Event handlers (usually member functions) have a single, event argument. @@ -346,7 +346,7 @@ @section page_categories_val Validators - @ref validator_overview + @ref overview_validator These are the window validators, used for filtering and validating user input. @@ -381,7 +381,7 @@ @section page_categories_containers Container classes - @ref container_overview + @ref overview_container These are classes, templates and class macros are used by wxWidgets. Most of these classes provide a subset or almost complete STL API. @@ -407,7 +407,7 @@ @section page_categories_rtti Run-time class information system - @ref runtimeclass_overview + @ref overview_runtimeclass wxWidgets supports run-time manipulation of class information, and dynamic creation of objects given class names. @@ -419,10 +419,10 @@ @section page_categories_logging Logging features - @ref log_overview + @ref overview_log wxWidgets provides several classes and functions for message logging. - Please see the @ref log_overview for more details. + Please see the @ref overview_log for more details. @li wxLog: The base log class @li wxLogStderr: Log messages to a C STDIO stream @@ -440,7 +440,7 @@ @section page_categories_debugging Debugging features - @ref debugging_overview + @ref overview_debugging wxWidgets supports some aspects of debugging an application through classes, functions and macros. @@ -474,7 +474,7 @@ @section page_categories_ipc Interprocess communication - @ref ipc_overview + @ref overview_ipc wxWidgets provides simple interprocess communications facilities based on Windows DDE, but available on most platforms using TCP. @@ -487,7 +487,7 @@ @section page_categories_dvf Document-view framework - @ref docview_overview + @ref overview_docview wxWidgets supports a document/view framework which provides housekeeping for a document-centric application. @@ -504,7 +504,7 @@ @section page_categories_printing Printing framework - @ref printing_overview + @ref overview_printing A printing and previewing framework is implemented to make it relatively straightforward to provide document printing @@ -527,7 +527,7 @@ @section page_categories_dd Drag and drop and clipboard classes - @ref dnd_overview + @ref overview_dnd @li wxDataObject: Data object class @li wxDataFormat: Represents a data format @@ -545,7 +545,8 @@ @section page_categories_file File related classes - wxWidgets has several small classes to work with disk files, see wxfileoverview for more details. + wxWidgets has several small classes to work with disk files, see + @ref overview_file for more details. @li wxFileName: Operations with the file name and attributes @li wxDir: Class for enumerating files/subdirectories. @@ -597,7 +598,7 @@ @section page_categories_threading Threading classes - @ref thread_overview + @ref overview_thread wxWidgets provides a set of classes to make use of the native thread capabilities of the various platforms. @@ -680,7 +681,7 @@ @section page_categories_xrc XML-based resource system classes - @ref xrc_overview + @ref overview_xrc Resources allow your application to create controls and other user interface elements from specifications stored in an XML format. diff --git a/docs/doxygen/mainpages/const_cpp.h b/docs/doxygen/mainpages/const_cpp.h index 840a44aa29..3d280e1332 100644 --- a/docs/doxygen/mainpages/const_cpp.h +++ b/docs/doxygen/mainpages/const_cpp.h @@ -17,8 +17,6 @@ corresponding condition is @true and undefined if it isn't, so they should be always tested using @ifdef and not @if. - TODO: what can we use here instead of \twocolitem to keep text readable?? - @li @ref page_cppconst_guisystem @li @ref page_cppconst_os @li @ref page_cppconst_cpu diff --git a/docs/doxygen/mainpages/devtips.h b/docs/doxygen/mainpages/devtips.h index a58bc33893..b6c7e88c1e 100644 --- a/docs/doxygen/mainpages/devtips.h +++ b/docs/doxygen/mainpages/devtips.h @@ -69,7 +69,7 @@ Most ports of wxWidgets can create either a static library or a shared library. wxWidgets can also be built in multilib and monolithic variants. - See the @ref libraries_page for more information on these. + See the @ref page_libs for more information on these. @@ -212,7 +212,7 @@ One of the purposes of wxWidgets is to reduce the need for conditional compilation in source code, which can be messy and confusing to follow. However, sometimes it is necessary to incorporate platform-specific - features (such as metafile use under MS Windows). The @ref wxusedef + features (such as metafile use under MS Windows). The @ref page_wxusedef symbols listed in the file @c setup.h may be used for this purpose, along with any user-supplied ones. diff --git a/docs/doxygen/mainpages/libs.h b/docs/doxygen/mainpages/libs.h index a857dc1bbf..5bbbe45c97 100644 --- a/docs/doxygen/mainpages/libs.h +++ b/docs/doxygen/mainpages/libs.h @@ -21,8 +21,8 @@ @image html libs.gif Please note that arrows indicate the "depends from" relation and that - all blue boxes depend from @ref wxbase library (i.e. they are non-GUI libraries), - and all green boxes depend from @ref wxcore library (i.e. they are GUI libraries). + all blue boxes depend from @ref page_libs_wxbase library (i.e. they are non-GUI libraries), + and all green boxes depend from @ref page_libs_wxcore library (i.e. they are GUI libraries).