]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed some doxygen warnings about wrong anchor links
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Thu, 21 Feb 2008 22:05:29 +0000 (22:05 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Thu, 21 Feb 2008 22:05:29 +0000 (22:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/doxygen/mainpages/categories.h
docs/doxygen/mainpages/const_cpp.h
docs/doxygen/mainpages/devtips.h
docs/doxygen/mainpages/libs.h
docs/doxygen/mainpages/utilities.h

index fb6291a941e2e586c1be7575623cea188ece57ef..494d112ff45bd76a618fa56f72df72c0cadd270f 100644 (file)
@@ -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
 
  @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.
  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
  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.
 
  @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.
 
 
  @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
 
  @section page_categories_gdi Graphics device interface
 
- @ref bitmap_overview
+ @ref overview_bitmap
 
  These classes are related to drawing on device contexts and windows.
 
 
  @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.
 
  @section page_categories_val Validators
 
- @ref validator_overview
+ @ref overview_validator
 
  These are the window validators, used for filtering and validating
  user input.
 
  @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.
 
  @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.
 
  @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
 
  @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.
 
  @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.
 
  @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.
 
  @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
 
  @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
 
  @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.
 
  @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.
 
  @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.
index 840a44aa29857676d6310e6517ec422e62e63c9f..3d280e1332943092902d860162caf5698996a255 100644 (file)
@@ -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
index a58bc33893348638321b8c3753f1e1cc0d1ffb27..b6c7e88c1efdea94452c3856aede631eaa878806 100644 (file)
@@ -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.
 
 
 
  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.
 
index a857dc1bbfd96f858c4aa29d0d347c7ce06a9f0a..5bbbe45c97550cf5687ad4cb2ec7e20db549d6d8 100644 (file)
@@ -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).
 
 
  <!--
@@ -37,8 +37,8 @@
  Every wxWidgets application must link against this library. It contains
  mandatory classes that any wxWidgets code depends on (e.g. wxString) and
  portability classes that abstract differences between platforms.
- @ref wxbase can be used to develop console mode applications, it does not require
- any GUI libraries or running X Window System on Unix.
+ wxBase can be used to develop console mode applications,
it does not require any GUI libraries or running X Window System on Unix.
 
 
  @section page_libs_wxcore wxCore
index a0e2bbb5df27eaafb979844361b8dfaf615e3704..2e5e60888b0b4825c0277122d86583325dd0395d 100644 (file)
@@ -19,7 +19,7 @@
 
  @section page_utils_utils Utilities
 
- In addition to the @ref libraries_page, some
+ In addition to the @ref page_libs, some
  additional utilities are supplied in the @c utils hierarchy.
 
  For other user-contributed packages, please see the Contributions page