diff --git a/docs/doxygen/Doxyfile b/docs/doxygen/Doxyfile
new file mode 100644
index 0000000000..325a71c62a
--- /dev/null
+++ b/docs/doxygen/Doxyfile
@@ -0,0 +1,288 @@
+#############################################################################
+## Name: Doxyfile
+## Purpose: Doxygen configuration file for wxWidgets manual
+## Author: wxWidgets team
+## RCS-ID: $Id$
+## Licence: wxWindows license
+#############################################################################
+
+#---------------------------------------------------------------------------
+# Project related configuration options
+#---------------------------------------------------------------------------
+
+DOXYFILE_ENCODING = UTF-8
+PROJECT_NAME = wxWidgets
+PROJECT_NUMBER = 2.9.0
+OUTPUT_DIRECTORY = out
+CREATE_SUBDIRS = NO
+OUTPUT_LANGUAGE = English
+BRIEF_MEMBER_DESC = YES
+REPEAT_BRIEF = YES
+ABBREVIATE_BRIEF =
+ALWAYS_DETAILED_SEC = YES
+INLINE_INHERITED_MEMB = NO
+FULL_PATH_NAMES = NO
+STRIP_FROM_PATH =
+STRIP_FROM_INC_PATH =
+SHORT_NAMES = NO
+JAVADOC_AUTOBRIEF = NO
+QT_AUTOBRIEF = NO
+MULTILINE_CPP_IS_BRIEF = NO
+DETAILS_AT_TOP = NO
+INHERIT_DOCS = YES
+SEPARATE_MEMBER_PAGES = NO
+TAB_SIZE = 4
+OPTIMIZE_OUTPUT_FOR_C = NO
+OPTIMIZE_OUTPUT_JAVA = NO
+BUILTIN_STL_SUPPORT = NO
+CPP_CLI_SUPPORT = NO
+DISTRIBUTE_GROUP_DOC = NO
+SUBGROUPING = YES
+
+#---------------------------------------------------------------------------
+# Aliases
+#---------------------------------------------------------------------------
+
+# This is the most important part of the wxWidgets Doxyfile; aliases allow
+# us to keep the headers readable and "implement" wxWidgets-specific commands.
+
+# event aliases
+ALIASES = beginEventTable="\section events Events\n"
+ALIASES += event{1}="\li \b \1"
+ALIASES += event{2}="\li \b \1, \2"
+ALIASES += endEventTable="\n"
+
+# style aliases
+ALIASES += beginStyleTable="\section styles Styles\n"
+ALIASES += style{1}="\li \b \1"
+ALIASES += endStyleTable="\n"
+
+# extra style aliases
+ALIASES += beginExtraStyleTable="\section extrastyles Extra Styles\n"
+ALIASES += endExtraStyleTable="\n"
+
+# misc aliases
+ALIASES += library{1}="\section lib Library\n \b \1"
+ALIASES += seealso="\section sa See also\n" # the default \sa command does not generate a \section!
+ALIASES += stdobjects="\section stdobj Predefined objects\n \b"
+
+# some formatting aliases
+ALIASES += true="\b true"
+ALIASES += false="\b false"
+ALIASES += NULL="\b NULL"
+
+# NOTE: we could put aliases also for e.g. @wxDefaultSize, @wxDefaultPosition, @wxID_ANY, etc
+
+
+#---------------------------------------------------------------------------
+# Build related configuration options
+#---------------------------------------------------------------------------
+EXTRACT_ALL = YES
+EXTRACT_PRIVATE = NO
+EXTRACT_STATIC = YES
+EXTRACT_LOCAL_CLASSES = YES
+EXTRACT_LOCAL_METHODS = NO
+EXTRACT_ANON_NSPACES = YES
+HIDE_UNDOC_MEMBERS = YES
+HIDE_UNDOC_CLASSES = YES
+HIDE_FRIEND_COMPOUNDS = NO
+HIDE_IN_BODY_DOCS = NO
+INTERNAL_DOCS = NO
+CASE_SENSE_NAMES = NO
+HIDE_SCOPE_NAMES = NO
+SHOW_INCLUDE_FILES = YES
+INLINE_INFO = YES
+SORT_MEMBER_DOCS = YES
+SORT_BRIEF_DOCS = YES
+SORT_BY_SCOPE_NAME = NO
+GENERATE_TODOLIST = YES
+GENERATE_TESTLIST = YES
+GENERATE_BUGLIST = YES
+GENERATE_DEPRECATEDLIST= YES
+ENABLED_SECTIONS =
+MAX_INITIALIZER_LINES = 30
+SHOW_USED_FILES = YES
+SHOW_DIRECTORIES = NO
+FILE_VERSION_FILTER =
+
+#---------------------------------------------------------------------------
+# configuration options related to warning and progress messages
+#---------------------------------------------------------------------------
+QUIET = NO
+WARNINGS = YES
+WARN_IF_UNDOCUMENTED = NO
+WARN_IF_DOC_ERROR = YES
+WARN_NO_PARAMDOC = NO
+WARN_FORMAT = "$file:$line: $text "
+WARN_LOGFILE =
+
+#---------------------------------------------------------------------------
+# configuration options related to the input files
+#---------------------------------------------------------------------------
+INPUT = . ./overviews ../../include/interface
+INPUT_ENCODING = UTF-8
+FILE_PATTERNS = *.h *.txt
+RECURSIVE = YES
+EXCLUDE =
+EXCLUDE_SYMLINKS = NO
+EXCLUDE_PATTERNS =
+EXCLUDE_SYMBOLS =
+EXAMPLE_PATH =
+EXAMPLE_PATTERNS = *
+EXAMPLE_RECURSIVE = YES
+IMAGE_PATH = .
+INPUT_FILTER =
+FILTER_PATTERNS =
+FILTER_SOURCE_FILES = NO
+
+#---------------------------------------------------------------------------
+# configuration options related to source browsing
+#---------------------------------------------------------------------------
+SOURCE_BROWSER = NO
+INLINE_SOURCES = NO
+STRIP_CODE_COMMENTS = YES
+REFERENCED_BY_RELATION = NO
+REFERENCES_RELATION = NO
+REFERENCES_LINK_SOURCE = YES
+USE_HTAGS = NO
+VERBATIM_HEADERS = NO
+
+#---------------------------------------------------------------------------
+# configuration options related to the alphabetical class index
+#---------------------------------------------------------------------------
+ALPHABETICAL_INDEX = YES
+COLS_IN_ALPHA_INDEX = 5
+IGNORE_PREFIX = wx
+
+#---------------------------------------------------------------------------
+# configuration options related to the HTML output
+#---------------------------------------------------------------------------
+GENERATE_HTML = YES
+HTML_OUTPUT = html
+HTML_FILE_EXTENSION = .html
+HTML_HEADER = htmlheader.inc
+HTML_FOOTER = htmlfooter.inc
+HTML_STYLESHEET =
+HTML_ALIGN_MEMBERS = YES
+GENERATE_HTMLHELP = NO
+HTML_DYNAMIC_SECTIONS = NO
+CHM_FILE =
+HHC_LOCATION =
+GENERATE_CHI = NO
+BINARY_TOC = NO
+TOC_EXPAND = NO
+DISABLE_INDEX = NO
+ENUM_VALUES_PER_LINE = 4
+GENERATE_TREEVIEW = NO
+TREEVIEW_WIDTH = 250
+
+#---------------------------------------------------------------------------
+# configuration options related to the LaTeX output
+#---------------------------------------------------------------------------
+GENERATE_LATEX = NO
+LATEX_OUTPUT = latex
+LATEX_CMD_NAME = latex
+MAKEINDEX_CMD_NAME = makeindex
+COMPACT_LATEX = NO
+PAPER_TYPE = a4wide
+EXTRA_PACKAGES =
+LATEX_HEADER =
+PDF_HYPERLINKS = NO
+USE_PDFLATEX = NO
+LATEX_BATCHMODE = NO
+LATEX_HIDE_INDICES = NO
+
+#---------------------------------------------------------------------------
+# configuration options related to the RTF output
+#---------------------------------------------------------------------------
+GENERATE_RTF = NO
+RTF_OUTPUT = rtf
+COMPACT_RTF = NO
+RTF_HYPERLINKS = NO
+RTF_STYLESHEET_FILE =
+RTF_EXTENSIONS_FILE =
+
+#---------------------------------------------------------------------------
+# configuration options related to the man page output
+#---------------------------------------------------------------------------
+GENERATE_MAN = NO
+MAN_OUTPUT = man
+MAN_EXTENSION = .3
+MAN_LINKS = NO
+
+#---------------------------------------------------------------------------
+# configuration options related to the XML output
+#---------------------------------------------------------------------------
+GENERATE_XML = YES
+XML_OUTPUT = xml
+XML_SCHEMA =
+XML_DTD =
+XML_PROGRAMLISTING = YES
+
+#---------------------------------------------------------------------------
+# configuration options for the AutoGen Definitions output
+#---------------------------------------------------------------------------
+GENERATE_AUTOGEN_DEF = NO
+
+#---------------------------------------------------------------------------
+# configuration options related to the Perl module output
+#---------------------------------------------------------------------------
+GENERATE_PERLMOD = NO
+PERLMOD_LATEX = NO
+PERLMOD_PRETTY = YES
+PERLMOD_MAKEVAR_PREFIX =
+
+#---------------------------------------------------------------------------
+# Configuration options related to the preprocessor
+#---------------------------------------------------------------------------
+ENABLE_PREPROCESSING = YES
+MACRO_EXPANSION = NO
+EXPAND_ONLY_PREDEF = NO
+SEARCH_INCLUDES = YES
+INCLUDE_PATH =
+INCLUDE_FILE_PATTERNS =
+PREDEFINED =
+EXPAND_AS_DEFINED =
+SKIP_FUNCTION_MACROS = YES
+
+#---------------------------------------------------------------------------
+# Configuration::additions related to external references
+#---------------------------------------------------------------------------
+TAGFILES =
+GENERATE_TAGFILE =
+ALLEXTERNALS = NO
+EXTERNAL_GROUPS = YES
+PERL_PATH = /usr/bin/perl
+
+#---------------------------------------------------------------------------
+# Configuration options related to the dot tool
+#---------------------------------------------------------------------------
+CLASS_DIAGRAMS = YES
+MSCGEN_PATH =
+HIDE_UNDOC_RELATIONS = YES
+HAVE_DOT = YES
+CLASS_GRAPH = NO
+COLLABORATION_GRAPH = NO
+GROUP_GRAPHS = NO
+UML_LOOK = NO
+TEMPLATE_RELATIONS = NO
+INCLUDE_GRAPH = NO
+INCLUDED_BY_GRAPH = NO
+CALL_GRAPH = NO
+CALLER_GRAPH = NO
+GRAPHICAL_HIERARCHY = NO
+DIRECTORY_GRAPH = NO
+DOT_IMAGE_FORMAT = png
+DOT_PATH =
+DOTFILE_DIRS =
+DOT_GRAPH_MAX_NODES = 50
+MAX_DOT_GRAPH_DEPTH = 1000
+DOT_TRANSPARENT = NO
+DOT_MULTI_TARGETS = NO
+GENERATE_LEGEND = YES
+DOT_CLEANUP = YES
+
+#---------------------------------------------------------------------------
+# Configuration::additions related to the search engine
+#---------------------------------------------------------------------------
+SEARCHENGINE = YES
diff --git a/docs/doxygen/categories.h b/docs/doxygen/categories.h
new file mode 100644
index 0000000000..ce01161624
--- /dev/null
+++ b/docs/doxygen/categories.h
@@ -0,0 +1,736 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name: categories.h
+// Purpose: Classes-by-category page of the Doxygen manual
+// Author: wxWidgets team
+// RCS-ID: $Id$
+// Licence: wxWindows license
+/////////////////////////////////////////////////////////////////////////////
+
+
+/*!
+
+ @page categories_page Classes by category
+
+ A classification of wxWidgets classes by category.
+
+ @li @ref cat_manwnd
+ @li @ref cat_miscwnd
+ @li @ref cat_cmndlg
+ @li @ref cat_ctrl
+ @li @ref cat_miscpickers
+ @li @ref cat_menus
+ @li @ref cat_wxaui
+ @li @ref cat_winlayout
+ @li @ref cat_dc
+ @li @ref cat_gdi
+ @li @ref cat_events
+ @li @ref cat_val
+ @li @ref cat_data
+ @li @ref cat_containers
+ @li @ref cat_smartpointers
+ @li @ref cat_rtti
+ @li @ref cat_logging
+ @li @ref cat_debugging
+ @li @ref cat_net
+ @li @ref cat_ipc
+ @li @ref cat_dvf
+ @li @ref cat_printing
+ @li @ref cat_dd
+ @li @ref cat_file
+ @li @ref cat_streams
+ @li @ref cat_threading
+ @li @ref cat_html
+ @li @ref cat_rich
+ @li @ref cat_stc
+ @li @ref cat_vfs
+ @li @ref cat_xml
+ @li @ref cat_xrc
+ @li @ref cat_help
+ @li @ref cat_media
+ @li @ref cat_gl
+ @li @ref cat_appmanagement
+ @li @ref cat_misc
+
+
+
+
+
+
+ @section cat_manwnd Managed windows
+
+ There are several types of window that are directly controlled by the
+ window manager (such as MS Windows, or the Motif Window Manager).
+ Frames and dialogs are similar in wxWidgets, but only dialogs may be modal.
+
+ @li wxTopLevelWindow: Any top level window, dialog or frame
+ @li wxDialog: Dialog box
+ @li wxFrame: Normal frame
+ @li wxMDIChildFrame: MDI child frame
+ @li wxMDIParentFrame: MDI parent frame
+ @li wxMiniFrame: A frame with a small title bar
+ @li wxPropertySheetDialog: Property sheet dialog
+ @li wxSplashScreen: Splash screen class
+ @li wxTipWindow: Shows text in a small window
+ @li wxWizard: A wizard dialog
+
+ See also the \helpref{Common dialogs overview}{commondialogsoverview}.
+
+
+ @section cat_miscwnd Miscellaneous windows
+
+ The following are a variety of classes that are derived from wxWindow.
+
+ @li wxPanel: A window whose colour changes according to current user settings
+ @li wxScrolledWindow: Window with automatically managed scrollbars
+ @li wxGrid: A grid (table) window
+ @li wxSplitterWindow: Window which can be split vertically or horizontally
+ @li wxStatusBar: Implements the status bar on a frame
+ @li wxToolBar: Toolbar class
+ @li wxNotebook: Notebook class
+ @li wxListbook: Similar to notebook but using list control
+ @li wxChoicebook: Similar to notebook but using choice control
+ @li wxTreebook: Similar to notebook but using tree control
+ @li wxSashWindow: Window with four optional sashes that can be dragged
+ @li wxSashLayoutWindow: Window that can be involved in an IDE-like layout arrangement
+ @li wxVScrolledWindow: As wxScrolledWindow but supports lines of variable height
+ @li wxWizardPage: A base class for the page in wizard dialog.
+ @li wxWizardPageSimple: A page in wizard dialog.
+
+
+ @section cat_cmndlg Common dialogs
+
+ @ref commondialogsoverview
+
+ Common dialogs are ready-made dialog classes which are frequently used
+ in an application.
+
+ @li wxDialog: Base class for common dialogs
+ @li wxColourDialog: Colour chooser dialog
+ @li wxDirDialog: Directory selector dialog
+ @li wxFileDialog: File selector dialog
+ @li wxFindReplaceDialog: Text search/replace dialog
+ @li wxMultiChoiceDialog: Dialog to get one or more selections from a list
+ @li wxSingleChoiceDialog: Dialog to get a single selection from a list and return the string
+ @li wxTextEntryDialog: Dialog to get a single line of text from the user
+ @li wxPasswordEntryDialog: Dialog to get a password from the user
+ @li wxFontDialog: Font chooser dialog
+ @li wxPageSetupDialog: Standard page setup dialog
+ @li wxPrintDialog: Standard print dialog
+ @li wxProgressDialog: Progress indication dialog
+ @li wxMessageDialog: Simple message box dialog
+ @li wxSymbolPickerDialog: Symbol selector dialog
+ @li wxRichTextFormattingDialog: A dialog for formatting the content of a wxRichTextCtrl
+ @li wxWizard: A wizard dialog.
+
+
+ @section cat_ctrl Controls
+
+ Typically, these are small windows which provide interaction with the user. Controls
+ that are not static can have wxValidator associated with them.
+
+ @li wxAnimationCtrl: A control to display an animation
+ @li wxControl: The base class for controls
+ @li wxButton: Push button control, displaying text
+ @li wxBitmapButton: Push button control, displaying a bitmap
+ @li wxBitmapComboBox: A combobox with bitmaps next to text items
+ @li wxToggleButton: A button which stays pressed when clicked by user.
+ @li wxBitmapToggleButton: A toggle button with bitmaps.
+ @li wxCalendarCtrl: Control showing an entire calendar month
+ @li wxCheckBox: Checkbox control
+ @li wxCheckListBox: A listbox with a checkbox to the left of each item
+ @li wxChoice: Choice control (a combobox without the editable area)
+ @li wxCollapsiblePane: A panel which can be shown/hidden by the user
+ @li wxComboBox: A choice with an editable area
+ @li wxComboCtrl: A combobox with application defined popup
+ @li wxDataViewCtrl: A control to tabular or tree like data
+ @li wxDataViewTreeCtrl: A specialized wxDataViewCtrl with wxTreeCtrl-like API
+ @li wxGauge: A control to represent a varying quantity, such as time remaining
+ @li wxGenericDirCtrl: A control for displaying a directory tree
+ @li wxHtmlListBox: An abstract class for creating listboxes showing HTML content
+ @li wxSimpleHtmlListBox: A listbox showing HTML content
+ @li wxStaticBox: A static, or group box for visually grouping related controls
+ @li wxListBox: A list of strings for single or multiple selection
+ @li wxListCtrl: A control for displaying lists of strings and/or icons, plus a multicolumn report view
+ @li wxListView: A simpler interface ({\it fa\c{c}ade}) for wxListCtrl in report mode
+ @li wxOwnerDrawnComboBox: A combobox with owner-drawn list items
+ @li wxRichTextCtrl: Generic rich text editing control
+ @li wxTextCtrl: Single or multiline text editing control
+ @li wxTreeCtrl: Tree (hierarchy) control
+ @li wxScrollBar: Scrollbar control
+ @li wxSpinButton: A spin or `up-down' control
+ @li wxSpinCtrl: A spin control - i.e. spin button and text control
+ @li wxStaticText: One or more lines of non-editable text
+ @li wxHyperlinkCtrl: A static text which opens an URL when clicked
+ @li wxStaticBitmap: A control to display a bitmap
+ @li wxRadioBox: A group of radio buttons
+ @li wxRadioButton: A round button to be used with others in a mutually exclusive way
+ @li wxSlider: A slider that can be dragged by the user
+ @li wxVListBox: A listbox supporting variable height rows
+
+
+
+ @section cat_miscpickers Miscellaneous pickers
+
+ A picker control is a control whose appearance and behaviour is highly platform-dependent.
+
+ @li wxColourPickerCtrl: A control which allows the user to choose a colour
+ @li wxDirPickerCtrl: A control which allows the user to choose a directory
+ @li wxFilePickerCtrl: A control which allows the user to choose a file
+ @li wxFontPickerCtrl: A control which allows the user to choose a font
+ @li wxDatePickerCtrl: Small date picker control
+
+
+
+ @section cat_menus Menus
+
+ @li wxMenu: Displays a series of menu items for selection
+ @li wxMenuBar: Contains a series of menus for use with a frame
+ @li wxMenuItem: Represents a single menu item
+
+
+ @section cat_wxaui wxAUI - advanced user interface
+
+ 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 \helpref{wxAUI overview}{wxauioverview}.
+
+ @li wxAuiManager: The central class for managing the interface
+ @li wxAuiNotebook: A replacement notebook class with extra features
+ @li wxAuiPaneInfo: Describes a single pane
+ @li wxAuiDockArt: Art and metrics provider for customizing the docking user interface
+ @li wxAuiTabArt: Art and metrics provider for customizing the notebook user interface
+
+
+
+ @section cat_winlayout Window layout
+
+ There are two different systems for laying out windows (and dialogs in particular).
+ One is based upon so-called sizers and it requires less typing, thinking and calculating
+ 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 sizeroverview describes sizer-based layout.
+
+ These are the classes relevant to sizer-based layout.
+
+ @li wxSizer: Abstract base class
+ @li wxGridSizer: A sizer for laying out windows in a grid with all fields having the same size
+ @li wxFlexGridSizer: A sizer for laying out windows in a flexible grid
+ @li wxGridBagSizer: Another grid sizer that lets you specify the cell an item is in, and items can span rows and/or columns.
+ @li wxBoxSizer: A sizer for laying out windows in a row or column
+ @li wxStaticBoxSizer: Same as wxBoxSizer, but with a surrounding static box
+ @li wxWrapSizer: A sizer which wraps its child controls as size permits
+
+ @ref constraintsoverview describes constraints-based layout.
+
+ These are the classes relevant to constraints-based window layout.
+
+ @li wxIndividualLayoutConstraint: Represents a single constraint dimension
+ @li wxLayoutConstraints: Represents the constraints for a window class
+
+ Other layouting classes:
+
+ @li wxLayoutAlgorithm: An alternative window layout facility
+
+
+ @section cat_dc Device contexts
+
+ @ref dcoverview
+
+ Device contexts are surfaces that may be drawn on, and provide an
+ abstraction that allows parameterisation of your drawing code
+ by passing different device contexts.
+
+ @li wxAutoBufferedPaintDC: A helper device context for double buffered drawing inside \textbf{OnPaint}.
+ @li wxBufferedDC: A helper device context for double buffered drawing.
+ @li wxBufferedPaintDC: A helper device context for double buffered drawing inside \textbf{OnPaint}.
+ @li wxClientDC: A device context to access the client area outside {\bf OnPaint} events
+ @li wxPaintDC: A device context to access the client area inside {\bf OnPaint} events
+ @li wxWindowDC: A device context to access the non-client area
+ @li wxScreenDC: A device context to access the entire screen
+ @li wxDC: The device context base class
+ @li wxMemoryDC: A device context for drawing into bitmaps
+ @li wxMetafileDC: A device context for drawing into metafiles
+ @li wxMirrorDC: A proxy device context allowing for simple mirroring.
+ @li wxPostScriptDC: A device context for drawing into PostScript files
+ @li wxPrinterDC: A device context for drawing to printers
+
+
+ @section cat_gdi Graphics device interface
+
+ @ref wxbitmapoverview
+
+ These classes are related to drawing on device contexts and windows.
+
+ @li wxColour: Represents the red, blue and green elements of a colour
+ @li wxDCClipper: Wraps the operations of setting and destroying the clipping region
+ @li wxBitmap: Represents a bitmap
+ @li wxBrush: Used for filling areas on a device context
+ @li wxBrushList: The list of previously-created brushes
+ @li wxCursor: A small, transparent bitmap representing the cursor
+ @li wxFont: Represents fonts
+ @li wxFontList: The list of previously-created fonts
+ @li wxIcon: A small, transparent bitmap for assigning to frames and drawing on device contexts
+ @li wxImage: A platform-independent image class
+ @li wxImageList: A list of images, used with some controls
+ @li wxMask: Represents a mask to be used with a bitmap for transparent drawing
+ @li wxPen: Used for drawing lines on a device context
+ @li wxPenList: The list of previously-created pens
+ @li wxPalette: Represents a table of indices into RGB values
+ @li wxRegion: Represents a simple or complex region on a window or device context
+ @li wxRendererNative: Abstracts high-level drawing primitives
+
+
+ @section cat_events Events
+
+ @ref eventhandlingoverview
+
+ An event object contains information about a specific event. Event handlers
+ (usually member functions) have a single, event argument.
+
+ @li wxActivateEvent: A window or application activation event
+ @li wxCalendarEvent: Used with \helpref{wxCalendarCtrl}{wxcalendarctrl}
+ @li wxCalculateLayoutEvent: Used to calculate window layout
+ @li wxChildFocusEvent: A child window focus event
+ @li wxClipboardTextEvent: A clipboard copy/cut/paste treebook event event
+ @li wxCloseEvent: A close window or end session event
+ @li wxCommandEvent: An event from a variety of standard controls
+ @li wxContextMenuEvent: An event generated when the user issues a context menu command
+ @li wxDateEvent: Used with \helpref{wxDatePickerCtrl}{wxdatepickerctrl}
+ @li wxDialUpEvent: Event send by \helpref{wxDialUpManager}{wxdialupmanager}
+ @li wxDropFilesEvent: A drop files event
+ @li wxEraseEvent: An erase background event
+ @li wxEvent: The event base class
+ @li wxFindDialogEvent: Event sent by \helpref{wxFindReplaceDialog}{wxfindreplacedialog}
+ @li wxFocusEvent: A window focus event
+ @li wxKeyEvent: A keypress event
+ @li wxIconizeEvent: An iconize/restore event
+ @li wxIdleEvent: An idle event
+ @li wxInitDialogEvent: A dialog initialisation event
+ @li wxJoystickEvent: A joystick event
+ @li wxListEvent: A list control event
+ @li wxMaximizeEvent: A maximize event
+ @li wxMenuEvent: A menu event
+ @li wxMouseCaptureChangedEvent: A mouse capture changed event
+ @li wxMouseCaptureLostEvent: A mouse capture lost event
+ @li wxMouseEvent: A mouse event
+ @li wxMoveEvent: A move event
+ @li wxNavigationKeyEvent: An event set by navigation keys such as tab
+ @li wxNotebookEvent: A notebook control event
+ @li wxNotifyEvent: A notification event, which can be vetoed
+ @li wxPaintEvent: A paint event
+ @li wxProcessEvent: A process ending event
+ @li wxQueryLayoutInfoEvent: Used to query layout information
+ @li wxRichTextEvent: A rich text editing event
+ @li wxScrollEvent: A scroll event from sliders, stand-alone scrollbars and spin buttons
+ @li wxScrollWinEvent: A scroll event from scrolled windows
+ @li wxSizeEvent: A size event
+ @li wxSocketEvent: A socket event
+ @li wxSpinEvent: An event from \helpref{wxSpinButton}{wxspinbutton}
+ @li wxSplitterEvent: An event from \helpref{wxSplitterWindow}{wxsplitterwindow}
+ @li wxSysColourChangedEvent: A system colour change event
+ @li wxTimerEvent: A timer expiration event
+ @li wxTreebookEvent: A treebook control event
+ @li wxTreeEvent: A tree control event
+ @li wxUpdateUIEvent: A user interface update event
+ @li wxWindowCreateEvent: A window creation event
+ @li wxWindowDestroyEvent: A window destruction event
+ @li wxWizardEvent: A wizard event
+
+
+ @section cat_val Validators
+
+ @ref validatoroverview
+
+ These are the window validators, used for filtering and validating
+ user input.
+
+ @li wxValidator: Base validator class
+ @li wxTextValidator: Text control validator class
+ @li wxGenericValidator: Generic control validator class
+
+
+ @section cat_data Data structures
+
+ These are the data structure classes supported by wxWidgets.
+
+ @li wxCmdLineParser: Command line parser class
+ @li wxDateSpan: A logical time interval.
+ @li wxDateTime: A class for date/time manipulations
+ @li wxLongLong: A portable 64 bit integer type
+ @li wxObject: The root class for most wxWidgets classes
+ @li wxPathList: A class to help search multiple paths
+ @li wxPoint: Representation of a point
+ @li wxRect: A class representing a rectangle
+ @li wxRegEx: Regular expression support
+ @li wxRegion: A class representing a region
+ @li wxString: A string class
+ @li wxStringTokenizer: A class for interpreting a string as a list of tokens or words
+ @li wxRealPoint: Representation of a point using floating point numbers
+ @li wxSize: Representation of a size
+ @li wxTimeSpan: A time interval.
+ @li wxURI: Represents a Uniform Resource Identifier
+ @li wxVariant: A class for storing arbitrary types that may change at run-time
+
+
+ @section cat_containers Container classes
+
+ @ref wxcontaineroverview
+
+ These are classes, templates and class macros are used by wxWidgets. Most
+ of these classes provide a subset or almost complete STL API.
+
+ @li wxArray: A type-safe dynamic array implementation (macro based)
+ @li wxArrayString: An efficient container for storing \helpref{wxString}{wxstring} objects
+ @li wxHashMap: A type-safe hash map implementation (macro based)
+ @li wxHashSet: A type-safe hash set implementation(macro based)
+ @li wxHashTable: A simple hash table implementation (deprecated, use wxHashMap)
+ @li wxList: A type-safe linked list implementation (macro based)
+ @li wxVector: Template base vector implementation identical to std::vector
+
+
+ @section cat_smartpointers Smart pointers
+
+ wxWidgets provides a few smart pointer class templates.
+
+ @li wxObjectDataPtr: A shared pointer (using intrusive reference counting)
+ @li wxScopedPtr: A scoped pointer
+ @li wxSharedPtr: A shared pointer (using non-intrusive reference counting)
+ @li wxWeakRef: A weak reference
+
+
+ @section cat_rtti Run-time class information system
+
+ @ref runtimeclassoverview
+
+ wxWidgets supports run-time manipulation of class information, and dynamic
+ creation of objects given class names.
+
+ @li wxClassInfo: Holds run-time class information
+ @li wxObject: Root class for classes with run-time information
+ @li RTTI macros: Macros for manipulating run-time information
+
+
+ @section cat_logging Logging features
+
+ @ref wxlogoverview
+
+ wxWidgets provides several classes and functions for message logging.
+ Please see the \helpref{wxLog overview}{wxlogoverview} for more details.
+
+ @li wxLog: The base log class
+ @li wxLogStderr: Log messages to a C STDIO stream
+ @li wxLogStream: Log messages to a C++ iostream
+ @li wxLogTextCtrl: Log messages to a \helpref{wxTextCtrl}{wxtextctrl}
+ @li wxLogWindow: Log messages to a log frame
+ @li wxLogGui: Default log target for GUI programs
+ @li wxLogNull: Temporarily suppress message logging
+ @li wxLogChain: Allows to chain two log targets
+ @li wxLogInterposer: Allows to filter the log messages
+ @li wxLogInterposerTemp: Allows to filter the log messages
+ \twocolitem{\helpref{wxStreamToTextRedirector}{wxstreamtotextredirector}}{Allows
+ to redirect output sent to {\tt cout} to a \helpref{wxTextCtrl}{wxtextctrl}}
+ @li Log functions: Error and warning logging functions
+
+
+ @section cat_debugging Debugging features
+
+ @ref debuggingoverview
+
+ wxWidgets supports some aspects of debugging an application through
+ classes, functions and macros.
+
+ @li wxDebugContext: Provides memory-checking facilities
+ @li Debugging macros: Debug macros for assertion and checking
+ @li WXDEBUG\_NEW: Use this macro to give further debugging information
+ @li wxDebugReport: Base class for creating debug reports in case of a program crash.
+ @li wxDebugReportCompress: Class for creating compressed debug reports.
+ @li wxDebugReportUpload: Class for uploading compressed debug reports via HTTP.
+ @li wxDebugReportPreview: Abstract base class for previewing the contents of a debug report.
+ @li wxDebugReportPreviewStd: Standard implementation of wxDebugReportPreview.
+
+
+ @section cat_net Networking classes
+
+ wxWidgets provides its own classes for socket based networking.
+
+ @li wxDialUpManager: Provides functions to check the status of network connection and to establish one
+ @li wxIPV4address: Represents an Internet address
+ @li wxIPaddress: Represents an Internet address
+ @li wxSocketBase: Represents a socket base object
+ @li wxSocketClient: Represents a socket client
+ @li wxSocketServer: Represents a socket server
+ @li wxSocketEvent: A socket event
+ @li wxFTP: FTP protocol class
+ @li wxHTTP: HTTP protocol class
+ @li wxURL: Represents a Universal Resource Locator
+
+
+
+ @section cat_ipc Interprocess communication
+
+ @ref ipcoverview
+
+ wxWidgets provides simple interprocess communications facilities
+ based on Windows DDE, but available on most platforms using TCP.
+
+ @li wxClient, wxDDEClient: Represents a client
+ @li wxConnection, wxDDEConnection: Represents the connection between a client and a server
+ @li wxServer, wxDDEServer: Represents a server
+
+
+
+ @section cat_dvf Document-view framework
+
+ @ref docviewoverview
+
+ wxWidgets supports a document/view framework which provides
+ housekeeping for a document-centric application.
+
+ @li wxDocument: Represents a document
+ @li wxView: Represents a view
+ @li wxDocTemplate: Manages the relationship between a document class and a view class
+ @li wxDocManager: Manages the documents and views in an application
+ @li wxDocChildFrame: A child frame for showing a document view
+ @li wxDocParentFrame: A parent frame to contain views
+ %@li wxMDIDocChildFrame: An MDI child frame for showing a document view
+ %@li wxMDIDocParentFrame: An MDI parent frame to contain views
+
+
+ @section cat_printing Printing framework
+
+ @ref printingoverview
+
+ A printing and previewing framework is implemented to
+ make it relatively straightforward to provide document printing
+ facilities.
+
+ @li wxPreviewFrame: Frame for displaying a print preview
+ @li wxPreviewCanvas: Canvas for displaying a print preview
+ @li wxPreviewControlBar: Standard control bar for a print preview
+ @li wxPrintDialog: Standard print dialog
+ @li wxPageSetupDialog: Standard page setup dialog
+ @li wxPrinter: Class representing the printer
+ @li wxPrinterDC: Printer device context
+ @li wxPrintout: Class representing a particular printout
+ @li wxPrintPreview: Class representing a print preview
+ @li wxPrintData: Represents information about the document being printed
+ @li wxPrintDialogData: Represents information about the print dialog
+ @li wxPageSetupDialogData: Represents information about the page setup dialog
+
+
+
+ @section cat_dd Drag and drop and clipboard classes
+
+ @ref wxdndoverview
+
+ @li wxDataObject: Data object class
+ @li wxDataFormat: Represents a data format
+ @li wxTextDataObject: Text data object class
+ @li wxFileDataObject: File data object class
+ @li wxBitmapDataObject: Bitmap data object class
+ @li wxURLDataObject: URL data object class
+ @li wxCustomDataObject: Custom data object class
+ @li wxClipboard: Clipboard class
+ @li wxDropTarget: Drop target class
+ @li wxFileDropTarget: File drop target class
+ @li wxTextDropTarget: Text drop target class
+ @li wxDropSource: Drop source class
+
+
+ @section cat_file File related classes
+
+ wxWidgets has several small classes to work with disk files, see wxfileoverview for more details.
+
+ @li wxFileName: Operations with the file name and attributes
+ @li wxDir: Class for enumerating files/subdirectories.
+ @li wxDirTraverser: Class used together with wxDir for recursively enumerating the files/subdirectories
+ @li wxFile: Low-level file input/output class.
+ @li wxFFile: Another low-level file input/output class.
+ @li wxTempFile: Class to safely replace an existing file
+ @li wxTextFile: Class for working with text files as with arrays of lines
+ @li wxStandardPaths: Paths for standard directories
+ @li wxPathList: A class to help search multiple paths
+
+
+ @section cat_streams Stream classes
+
+ wxWidgets has its own set of stream classes, as an alternative to often buggy standard stream
+ libraries, and to provide enhanced functionality.
+
+ @li wxStreamBase: Stream base class
+ @li wxStreamBuffer: Stream buffer class
+ @li wxInputStream: Input stream class
+ @li wxOutputStream: Output stream class
+ @li wxCountingOutputStream: Stream class for querying what size a stream would have.
+ @li wxFilterInputStream: Filtered input stream class
+ @li wxFilterOutputStream: Filtered output stream class
+ @li wxBufferedInputStream: Buffered input stream class
+ @li wxBufferedOutputStream: Buffered output stream class
+ @li wxMemoryInputStream: Memory input stream class
+ @li wxMemoryOutputStream: Memory output stream class
+ @li wxDataInputStream: Platform-independent binary data input stream class
+ @li wxDataOutputStream: Platform-independent binary data output stream class
+ @li wxTextInputStream: Platform-independent text data input stream class
+ @li wxTextOutputStream: Platform-independent text data output stream class
+ @li wxFileInputStream: File input stream class
+ @li wxFileOutputStream: File output stream class
+ @li wxFFileInputStream: Another file input stream class
+ @li wxFFileOutputStream: Another file output stream class
+ @li wxTempFileOutputStream: Stream to safely replace an existing file
+ @li wxStringInputStream: String input stream class
+ @li wxStringOutputStream: String output stream class
+ @li wxZlibInputStream: Zlib and gzip (compression) input stream class
+ @li wxZlibOutputStream: Zlib and gzip (compression) output stream class
+ @li wxZipInputStream: Input stream for reading from ZIP archives
+ @li wxZipOutputStream: Output stream for writing from ZIP archives
+ @li wxTarInputStream: Input stream for reading from tar archives
+ @li wxTarOutputStream: Output stream for writing from tar archives
+ @li wxSocketInputStream: Socket input stream class
+ @li wxSocketOutputStream: Socket output stream class
+
+
+ @section cat_threading Threading classes
+
+ @ref wxthreadoverview
+
+ wxWidgets provides a set of classes to make use of the native thread
+ capabilities of the various platforms.
+
+ @li wxThread: Thread class
+ @li wxThreadHelper: Manages background threads easily
+ @li wxMutex: Mutex class
+ @li wxMutexLocker: Mutex locker utility class
+ @li wxCriticalSection: Critical section class
+ @li wxCriticalSectionLocker: Critical section locker utility class
+ @li wxCondition: Condition class
+ @li wxSemaphore: Semaphore class
+
+
+ @section cat_html HTML classes
+
+ wxWidgets provides a set of classes to display text in HTML format. These
+ class include a help system based on the HTML widget.
+
+ @li wxHtmlHelpController: HTML help controller class
+ @li wxHtmlWindow: HTML window class
+ @li wxHtmlEasyPrinting: Simple class for printing HTML
+ @li wxHtmlPrintout: Generic HTML wxPrintout class
+ @li wxHtmlParser: Generic HTML parser class
+ @li wxHtmlTagHandler: HTML tag handler, pluginable into wxHtmlParser
+ @li wxHtmlWinParser: HTML parser class for wxHtmlWindow
+ @li wxHtmlWinTagHandler: HTML tag handler, pluginable into wxHtmlWinParser
+
+
+ @section cat_rich Rich text classes
+
+ wxWidgets provides a set of generic classes to edit and print simple rich text with character
+ and paragraph formatting.
+
+ @li wxTextAttr: Attributes specifying text styling.
+ @li wxRichTextCtrl: A rich text control.
+ @li wxRichTextBuffer: The content of a rich text control.
+ @li wxRichTextCharacterStyleDefinition: Definition of character styling.
+ @li wxRichTextParagraphStyleDefinition: Definition of paragraph styling.
+ @li wxRichTextListStyleDefinition: Definition of list styling.
+ @li wxRichTextStyleSheet: A set of style definitions.
+ @li wxRichTextStyleComboCtrl: A drop-down control for applying styles.
+ @li wxRichTextStyleListBox: A listbox for applying styles.
+ @li wxRichTextStyleOrganiserDialog: A dialog that can be used for managing or browsing styles.
+ @li wxRichTextEvent: A rich text event.
+ @li wxRichTextRange: Specification for ranges in a rich text control or buffer.
+ @li wxRichTextFileHandler: File handler base class.
+ @li wxRichTextHTMLHandler: A handler for converting rich text to HTML.
+ @li wxRichTextXMLHandler: A handler for loading and saving rich text XML.
+ @li wxRichTextFormattingDialog: A dialog for rich text formatting.
+ @li wxRichTextPrinting: A class for easy printing of rich text buffers.
+ @li wxRichTextPrintout: A class used by wxRichTextPrinting.
+ @li wxRichTextHeaderFooterData: Header and footer data specification.
+
+
+ @section cat_stc Scintilla text editor classes
+
+ wxWidgets also provides a wrapper around the Scintilla text editor control, which is
+ a control for plain-text editing with support for highlighting, smart indentation, etc.
+
+ @li wxStyledTextCtrl: A wxWidgets implementation of the Scintilla source code editing component.
+
+
+ @section cat_vfs Virtual file system classes
+
+ wxWidgets provides a set of classes that implement an extensible virtual file system,
+ used internally by the HTML classes.
+
+ @li wxFSFile: Represents a file in the virtual file system
+ @li wxFileSystem: Main interface for the virtual file system
+ @li wxFileSystemHandler: Class used to announce file system type
+
+
+ @section cat_xml XML classes
+
+ @li wxXmlDocument: A class to parse XML files
+ @li wxXmlNode: A class which represents XML nodes
+ @li wxXmlAttribute: A class which represent an XML attribute
+
+
+ @section cat_xrc XML-based resource system classes
+
+ @ref xrcoverview XML-based resource system (XRC) overview
+
+ Resources allow your application to create controls and other user interface elements
+ from specifications stored in an XML format.
+
+ @li wxXmlResource: The main class for working with resources
+ @li wxXmlResourceHandler: The base class for XML resource handlers
+
+
+ @section cat_help Online help
+
+ @li wxHelpController: Family of classes for controlling help windows
+ @li wxHtmlHelpController: HTML help controller class
+ @li wxContextHelp: Class to put application into context-sensitive help mode
+ @li wxContextHelpButton: Button class for putting application into context-sensitive help mode
+ @li wxHelpProvider: Abstract class for context-sensitive help provision
+ @li wxSimpleHelpProvider: Class for simple context-sensitive help provision
+ @li wxHelpControllerHelpProvider: Class for context-sensitive help provision via a help controller
+ @li wxToolTip: Class implementing tooltips
+
+
+ @section cat_media Multimedia classes
+
+ @li wxMediaCtrl: Display multimedia contents.
+
+
+ @section cat_gl OpenGL classes
+
+ @li wxGLCanvas: Canvas that you can render OpenGL calls to.
+ @li wxGLContext: Class to ease sharing of OpenGL data resources.
+
+
+ @section cat_appmanagement Application and process-management classes
+
+ @li wxApp: Application class
+ @li wxCmdLineParser: Command line parser class
+ @li wxDllLoader: Class to work with shared libraries.
+ @li wxProcess: Process class
+
+
+ @section cat_misc Miscellaneous
+
+ @li wxCaret: A caret (cursor) object
+ @li wxConfig: Classes for configuration reading/writing (using either INI files or registry)
+ @li wxTimer: Timer class
+ @li wxStopWatch: Stop watch class
+ @li wxMimeTypesManager: MIME-types manager class
+ @li wxSystemSettings: System settings class for obtaining various global parameters
+ @li wxSystemOptions: System options class for run-time configuration
+ @li wxAcceleratorTable: Accelerator table
+ @li wxAutomationObject: OLE automation class
+ @li wxFontMapper: Font mapping, finding suitable font for given encoding
+ @li wxEncodingConverter: Encoding conversions
+ @li wxCalendarDateAttr: Used with \helpref{wxCalendarCtrl}{wxcalendarctrl}
+ @li wxQuantize: Class to perform quantization, or colour reduction
+ @li wxSingleInstanceChecker: Check that only single program instance is running
+
+*/
\ No newline at end of file
diff --git a/docs/doxygen/constants.h b/docs/doxygen/constants.h
new file mode 100644
index 0000000000..25b82ed1c7
--- /dev/null
+++ b/docs/doxygen/constants.h
@@ -0,0 +1,23 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name: constants.h
+// Purpose: Constants page of the Doxygen manual
+// Author: wxWidgets team
+// RCS-ID: $Id$
+// Licence: wxWindows license
+/////////////////////////////////////////////////////////////////////////////
+
+
+/*!
+
+ @page constants_page Constants
+
+ @li @ref cppconst
+
+
+
+
+
+ @section cppconst Preprocessor symbols defined by wxWidgets
+
+
+*/
diff --git a/docs/doxygen/copyright.h b/docs/doxygen/copyright.h
new file mode 100644
index 0000000000..0095cbfc76
--- /dev/null
+++ b/docs/doxygen/copyright.h
@@ -0,0 +1,603 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name: copyright.h
+// Purpose: Copyright page of the Doxygen manual
+// Author: wxWidgets team
+// RCS-ID: $Id$
+// Licence: wxWindows license
+/////////////////////////////////////////////////////////////////////////////
+
+
+/*!
+
+ @page copyright_page Copyright notice
+
+
+ Copyright (c) 1992-2008 Julian Smart, Robert Roebling, Vadim Zeitlin and other
+ members of the wxWidgets team
+
+ Portions (c) 1996 Artificial Intelligence Applications Institute
+
+
+ Please also see the wxWindows license files (preamble.txt, lgpl.txt, gpl.txt,
+ licence.txt, licendoc.txt) for conditions of software and documentation use.
+ Note that we use the old name wxWindows in the license, pending
+ recognition of the new name by OSI.
+
+ @ref wxlicense
+
+ @ref gnulicense
+
+*/
+
+
+/*!
+
+ @page wxlicense wxWindows Library License, Version 3.1
+
+
+
+ Copyright (c) 1998-2008 Julian Smart, Robert Roebling et al
+
+ Everyone is permitted to copy and distribute verbatim copies
+ of this licence document, but changing it is not allowed.
+
+
+ WXWINDOWS LIBRARY LICENCE
+
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+
+ This library is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Library General Public Licence as published by
+ the Free Software Foundation; either version 2 of the Licence, or (at
+ your option) any later version.
+
+ This library is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library
+ General Public Licence for more details.
+
+ You should have received a copy of the GNU Library General Public Licence
+ along with this software, usually in a file named COPYING.LIB. If not,
+ write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
+ Boston, MA 02111-1307 USA.
+
+
+ EXCEPTION NOTICE
+
+ 1. As a special exception, the copyright holders of this library give
+ permission for additional uses of the text contained in this release of
+ the library as licenced under the wxWindows Library Licence, applying
+ either version 3.1 of the Licence, or (at your option) any later version of
+ the Licence as published by the copyright holders of version 3.1 of the
+ Licence document.
+
+ 2. The exception is that you may use, copy, link, modify and distribute
+ under your own terms, binary object code versions of works based
+ on the Library.
+
+ 3. If you copy code from files distributed under the terms of the GNU
+ General Public Licence or the GNU Library General Public Licence into a
+ copy of this library, as this licence permits, the exception does not
+ apply to the code that you add in this way. To avoid misleading anyone as
+ to the status of such modified files, you must delete this exception
+ notice from such code and/or adjust the licensing conditions notice
+ accordingly.
+
+ 4. If you write modifications of your own for this library, it is your
+ choice whether to permit this exception to apply to your modifications.
+ If you do not wish that, you must delete the exception notice from such
+ code and/or adjust the licensing conditions notice accordingly.
+
+*/
+
+
+/*!
+
+ @page gnulicense GNU Library General Public License, Version 2
+
+ Copyright (C) 1991 Free Software Foundation, Inc.
+ 675 Mass Ave, Cambridge, MA 02139, USA
+
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+ [This is the first released version of the library GPL. It is
+ numbered 2 because it goes with version 2 of the ordinary GPL.]
+
+ @subsection Preamble
+
+ The licenses for most software are designed to take away your
+ freedom to share and change it. By contrast, the GNU General Public
+ Licenses are intended to guarantee your freedom to share and change
+ free software -- to make sure the software is free for all its users.
+
+ This license, the Library General Public License, applies to some
+ specially designated Free Software Foundation software, and to any
+ other libraries whose authors decide to use it. You can use it for
+ your libraries, too.
+
+ When we speak of free software, we are referring to freedom, not
+ price. Our General Public Licenses are designed to make sure that you
+ have the freedom to distribute copies of free software (and charge for
+ this service if you wish), that you receive source code or can get it
+ if you want it, that you can change the software or use pieces of it
+ in new free programs; and that you know you can do these things.
+
+ To protect your rights, we need to make restrictions that forbid
+ anyone to deny you these rights or to ask you to surrender the rights.
+ These restrictions translate to certain responsibilities for you if
+ you distribute copies of the library, or if you modify it.
+
+ For example, if you distribute copies of the library, whether gratis
+ or for a fee, you must give the recipients all the rights that we gave
+ you. You must make sure that they, too, receive or can get the source
+ code. If you link a program with the library, you must provide
+ complete object files to the recipients so that they can relink them
+ with the library, after making changes to the library and recompiling
+ it. And you must show them these terms so they know their rights.
+
+ Our method of protecting your rights has two steps: (1) copyright
+ the library, and (2) offer you this license which gives you legal
+ permission to copy, distribute and/or modify the library.
+
+ Also, for each distributor's protection, we want to make certain
+ that everyone understands that there is no warranty for this free
+ library. If the library is modified by someone else and passed on, we
+ want its recipients to know that what they have is not the original
+ version, so that any problems introduced by others will not reflect on
+ the original authors' reputations.
+
+ Finally, any free program is threatened constantly by software
+ patents. We wish to avoid the danger that companies distributing free
+ software will individually obtain patent licenses, thus in effect
+ transforming the program into proprietary software. To prevent this,
+ we have made it clear that any patent must be licensed for everyone's
+ free use or not licensed at all.
+
+ Most GNU software, including some libraries, is covered by the ordinary
+ GNU General Public License, which was designed for utility programs. This
+ license, the GNU Library General Public License, applies to certain
+ designated libraries. This license is quite different from the ordinary
+ one; be sure to read it in full, and don't assume that anything in it is
+ the same as in the ordinary license.
+
+ The reason we have a separate public license for some libraries is that
+ they blur the distinction we usually make between modifying or adding to a
+ program and simply using it. Linking a program with a library, without
+ changing the library, is in some sense simply using the library, and is
+ analogous to running a utility program or application program. However, in
+ a textual and legal sense, the linked executable is a combined work, a
+ derivative of the original library, and the ordinary General Public License
+ treats it as such.
+
+ Because of this blurred distinction, using the ordinary General
+ Public License for libraries did not effectively promote software
+ sharing, because most developers did not use the libraries. We
+ concluded that weaker conditions might promote sharing better.
+
+ However, unrestricted linking of non-free programs would deprive the
+ users of those programs of all benefit from the free status of the
+ libraries themselves. This Library General Public License is intended to
+ permit developers of non-free programs to use free libraries, while
+ preserving your freedom as a user of such programs to change the free
+ libraries that are incorporated in them. (We have not seen how to achieve
+ this as regards changes in header files, but we have achieved it as regards
+ changes in the actual functions of the Library.) The hope is that this
+ will lead to faster development of free libraries.
+
+ The precise terms and conditions for copying, distribution and
+ modification follow. Pay close attention to the difference between a
+ "work based on the library" and a "work that uses the library". The
+ former contains code derived from the library, while the latter only
+ works together with the library.
+
+ Note that it is possible for a library to be covered by the ordinary
+ General Public License rather than by this special one.
+
+
+ GNU LIBRARY GENERAL PUBLIC LICENSE
+
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+
+ 0. This License Agreement applies to any software library which
+ contains a notice placed by the copyright holder or other authorized
+ party saying it may be distributed under the terms of this Library
+ General Public License (also called "this License"). Each licensee is
+ addressed as "you".
+
+ A "library" means a collection of software functions and/or data
+ prepared so as to be conveniently linked with application programs
+ (which use some of those functions and data) to form executables.
+
+ The "Library", below, refers to any such software library or work
+ which has been distributed under these terms. A "work based on the
+ Library" means either the Library or any derivative work under
+ copyright law: that is to say, a work containing the Library or a
+ portion of it, either verbatim or with modifications and/or translated
+ straightforwardly into another language. (Hereinafter, translation is
+ included without limitation in the term "modification".)
+
+ "Source code" for a work means the preferred form of the work for
+ making modifications to it. For a library, complete source code means
+ all the source code for all modules it contains, plus any associated
+ interface definition files, plus the scripts used to control compilation
+ and installation of the library.
+
+ Activities other than copying, distribution and modification are not
+ covered by this License; they are outside its scope. The act of
+ running a program using the Library is not restricted, and output from
+ such a program is covered only if its contents constitute a work based
+ on the Library (independent of the use of the Library in a tool for
+ writing it). Whether that is true depends on what the Library does
+ and what the program that uses the Library does.
+
+ 1. You may copy and distribute verbatim copies of the Library's
+ complete source code as you receive it, in any medium, provided that
+ you conspicuously and appropriately publish on each copy an
+ appropriate copyright notice and disclaimer of warranty; keep intact
+ all the notices that refer to this License and to the absence of any
+ warranty; and distribute a copy of this License along with the
+ Library.
+
+ You may charge a fee for the physical act of transferring a copy,
+ and you may at your option offer warranty protection in exchange for a
+ fee.
+
+ 2. You may modify your copy or copies of the Library or any portion
+ of it, thus forming a work based on the Library, and copy and
+ distribute such modifications or work under the terms of Section 1
+ above, provided that you also meet all of these conditions:
+
+ \begin{indented}{1cm}
+ a) The modified work must itself be a software library.
+
+ b) You must cause the files modified to carry prominent notices
+ stating that you changed the files and the date of any change.
+
+ c) You must cause the whole of the work to be licensed at no
+ charge to all third parties under the terms of this License.
+
+ d) If a facility in the modified Library refers to a function or a
+ table of data to be supplied by an application program that uses
+ the facility, other than as an argument passed when the facility
+ is invoked, then you must make a good faith effort to ensure that,
+ in the event an application does not supply such function or
+ table, the facility still operates, and performs whatever part of
+ its purpose remains meaningful.
+
+ (For example, a function in a library to compute square roots has
+ a purpose that is entirely well-defined independent of the
+ application. Therefore, Subsection 2d requires that any
+ application-supplied function or table used by this function must
+ be optional: if the application does not supply it, the square
+ root function must still compute square roots.)
+ \end{indented}
+
+ These requirements apply to the modified work as a whole. If
+ identifiable sections of that work are not derived from the Library,
+ and can be reasonably considered independent and separate works in
+ themselves, then this License, and its terms, do not apply to those
+ sections when you distribute them as separate works. But when you
+ distribute the same sections as part of a whole which is a work based
+ on the Library, the distribution of the whole must be on the terms of
+ this License, whose permissions for other licensees extend to the
+ entire whole, and thus to each and every part regardless of who wrote
+ it.
+
+ Thus, it is not the intent of this section to claim rights or contest
+ your rights to work written entirely by you; rather, the intent is to
+ exercise the right to control the distribution of derivative or
+ collective works based on the Library.
+
+ In addition, mere aggregation of another work not based on the Library
+ with the Library (or with a work based on the Library) on a volume of
+ a storage or distribution medium does not bring the other work under
+ the scope of this License.
+
+ 3. You may opt to apply the terms of the ordinary GNU General Public
+ License instead of this License to a given copy of the Library. To do
+ this, you must alter all the notices that refer to this License, so
+ that they refer to the ordinary GNU General Public License, version 2,
+ instead of to this License. (If a newer version than version 2 of the
+ ordinary GNU General Public License has appeared, then you can specify
+ that version instead if you wish.) Do not make any other change in
+ these notices.
+
+ Once this change is made in a given copy, it is irreversible for
+ that copy, so the ordinary GNU General Public License applies to all
+ subsequent copies and derivative works made from that copy.
+
+ This option is useful when you wish to copy part of the code of
+ the Library into a program that is not a library.
+
+ 4. You may copy and distribute the Library (or a portion or
+ derivative of it, under Section 2) in object code or executable form
+ under the terms of Sections 1 and 2 above provided that you accompany
+ it with the complete corresponding machine-readable source code, which
+ must be distributed under the terms of Sections 1 and 2 above on a
+ medium customarily used for software interchange.
+
+ If distribution of object code is made by offering access to copy
+ from a designated place, then offering equivalent access to copy the
+ source code from the same place satisfies the requirement to
+ distribute the source code, even though third parties are not
+ compelled to copy the source along with the object code.
+
+ 5. A program that contains no derivative of any portion of the
+ Library, but is designed to work with the Library by being compiled or
+ linked with it, is called a "work that uses the Library". Such a
+ work, in isolation, is not a derivative work of the Library, and
+ therefore falls outside the scope of this License.
+
+ However, linking a "work that uses the Library" with the Library
+ creates an executable that is a derivative of the Library (because it
+ contains portions of the Library), rather than a "work that uses the
+ library". The executable is therefore covered by this License.
+ Section 6 states terms for distribution of such executables.
+
+ When a "work that uses the Library" uses material from a header file
+ that is part of the Library, the object code for the work may be a
+ derivative work of the Library even though the source code is not.
+ Whether this is true is especially significant if the work can be
+ linked without the Library, or if the work is itself a library. The
+ threshold for this to be true is not precisely defined by law.
+
+ If such an object file uses only numerical parameters, data
+ structure layouts and accessors, and small macros and small inline
+ functions (ten lines or less in length), then the use of the object
+ file is unrestricted, regardless of whether it is legally a derivative
+ work. (Executables containing this object code plus portions of the
+ Library will still fall under Section 6.)
+
+ Otherwise, if the work is a derivative of the Library, you may
+ distribute the object code for the work under the terms of Section 6.
+ Any executables containing that work also fall under Section 6,
+ whether or not they are linked directly with the Library itself.
+
+ 6. As an exception to the Sections above, you may also compile or
+ link a "work that uses the Library" with the Library to produce a
+ work containing portions of the Library, and distribute that work
+ under terms of your choice, provided that the terms permit
+ modification of the work for the customer's own use and reverse
+ engineering for debugging such modifications.
+
+ You must give prominent notice with each copy of the work that the
+ Library is used in it and that the Library and its use are covered by
+ this License. You must supply a copy of this License. If the work
+ during execution displays copyright notices, you must include the
+ copyright notice for the Library among them, as well as a reference
+ directing the user to the copy of this License. Also, you must do one
+ of these things:
+
+ \begin{indented}{1cm}
+ a) Accompany the work with the complete corresponding
+ machine-readable source code for the Library including whatever
+ changes were used in the work (which must be distributed under
+ Sections 1 and 2 above); and, if the work is an executable linked
+ with the Library, with the complete machine-readable "work that
+ uses the Library", as object code and/or source code, so that the
+ user can modify the Library and then relink to produce a modified
+ executable containing the modified Library. (It is understood
+ that the user who changes the contents of definitions files in the
+ Library will not necessarily be able to recompile the application
+ to use the modified definitions.)
+
+ b) Accompany the work with a written offer, valid for at
+ least three years, to give the same user the materials
+ specified in Subsection 6a, above, for a charge no more
+ than the cost of performing this distribution.
+
+ c) If distribution of the work is made by offering access to copy
+ from a designated place, offer equivalent access to copy the above
+ specified materials from the same place.
+
+ d) Verify that the user has already received a copy of these
+ materials or that you have already sent this user a copy.
+ \end{indented}
+
+ For an executable, the required form of the "work that uses the
+ Library" must include any data and utility programs needed for
+ reproducing the executable from it. However, as a special exception,
+ the source code distributed need not include anything that is normally
+ distributed (in either source or binary form) with the major
+ components (compiler, kernel, and so on) of the operating system on
+ which the executable runs, unless that component itself accompanies
+ the executable.
+
+ It may happen that this requirement contradicts the license
+ restrictions of other proprietary libraries that do not normally
+ accompany the operating system. Such a contradiction means you cannot
+ use both them and the Library together in an executable that you
+ distribute.
+
+ 7. You may place library facilities that are a work based on the
+ Library side-by-side in a single library together with other library
+ facilities not covered by this License, and distribute such a combined
+ library, provided that the separate distribution of the work based on
+ the Library and of the other library facilities is otherwise
+ permitted, and provided that you do these two things:
+
+ \begin{indented}{1cm}
+ a) Accompany the combined library with a copy of the same work
+ based on the Library, uncombined with any other library
+ facilities. This must be distributed under the terms of the
+ Sections above.
+
+ b) Give prominent notice with the combined library of the fact
+ that part of it is a work based on the Library, and explaining
+ where to find the accompanying uncombined form of the same work.
+ \end{indented}
+
+ 8. You may not copy, modify, sublicense, link with, or distribute
+ the Library except as expressly provided under this License. Any
+ attempt otherwise to copy, modify, sublicense, link with, or
+ distribute the Library is void, and will automatically terminate your
+ rights under this License. However, parties who have received copies,
+ or rights, from you under this License will not have their licenses
+ terminated so long as such parties remain in full compliance.
+
+ 9. You are not required to accept this License, since you have not
+ signed it. However, nothing else grants you permission to modify or
+ distribute the Library or its derivative works. These actions are
+ prohibited by law if you do not accept this License. Therefore, by
+ modifying or distributing the Library (or any work based on the
+ Library), you indicate your acceptance of this License to do so, and
+ all its terms and conditions for copying, distributing or modifying
+ the Library or works based on it.
+
+ 10. Each time you redistribute the Library (or any work based on the
+ Library), the recipient automatically receives a license from the
+ original licensor to copy, distribute, link with or modify the Library
+ subject to these terms and conditions. You may not impose any further
+ restrictions on the recipients' exercise of the rights granted herein.
+ You are not responsible for enforcing compliance by third parties to
+ this License.
+
+ 11. If, as a consequence of a court judgment or allegation of patent
+ infringement or for any other reason (not limited to patent issues),
+ conditions are imposed on you (whether by court order, agreement or
+ otherwise) that contradict the conditions of this License, they do not
+ excuse you from the conditions of this License. If you cannot
+ distribute so as to satisfy simultaneously your obligations under this
+ License and any other pertinent obligations, then as a consequence you
+ may not distribute the Library at all. For example, if a patent
+ license would not permit royalty-free redistribution of the Library by
+ all those who receive copies directly or indirectly through you, then
+ the only way you could satisfy both it and this License would be to
+ refrain entirely from distribution of the Library.
+
+ If any portion of this section is held invalid or unenforceable under any
+ particular circumstance, the balance of the section is intended to apply,
+ and the section as a whole is intended to apply in other circumstances.
+
+ It is not the purpose of this section to induce you to infringe any
+ patents or other property right claims or to contest validity of any
+ such claims; this section has the sole purpose of protecting the
+ integrity of the free software distribution system which is
+ implemented by public license practices. Many people have made
+ generous contributions to the wide range of software distributed
+ through that system in reliance on consistent application of that
+ system; it is up to the author/donor to decide if he or she is willing
+ to distribute software through any other system and a licensee cannot
+ impose that choice.
+
+ This section is intended to make thoroughly clear what is believed to
+ be a consequence of the rest of this License.
+
+ 12. If the distribution and/or use of the Library is restricted in
+ certain countries either by patents or by copyrighted interfaces, the
+ original copyright holder who places the Library under this License may add
+ an explicit geographical distribution limitation excluding those countries,
+ so that distribution is permitted only in or among countries not thus
+ excluded. In such case, this License incorporates the limitation as if
+ written in the body of this License.
+
+ 13. The Free Software Foundation may publish revised and/or new
+ versions of the Library General Public License from time to time.
+ Such new versions will be similar in spirit to the present version,
+ but may differ in detail to address new problems or concerns.
+
+ Each version is given a distinguishing version number. If the Library
+ specifies a version number of this License which applies to it and
+ "any later version", you have the option of following the terms and
+ conditions either of that version or of any later version published by
+ the Free Software Foundation. If the Library does not specify a
+ license version number, you may choose any version ever published by
+ the Free Software Foundation.
+
+ 14. If you wish to incorporate parts of the Library into other free
+ programs whose distribution conditions are incompatible with these,
+ write to the author to ask for permission. For software which is
+ copyrighted by the Free Software Foundation, write to the Free
+ Software Foundation; we sometimes make exceptions for this. Our
+ decision will be guided by the two goals of preserving the free status
+ of all derivatives of our free software and of promoting the sharing
+ and reuse of software generally.
+
+ \begin{center}
+ NO WARRANTY
+ \end{center}
+
+ 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
+ WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
+ EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
+ OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
+ KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
+ LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
+ THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+ 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
+ WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
+ AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
+ FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
+ CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
+ LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
+ RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
+ FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
+ SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
+ DAMAGES.
+
+
+
+ END OF TERMS AND CONDITIONS
+
+
+ @subsection Appendix: How to Apply These Terms to Your New Libraries
+
+ If you develop a new library, and you want it to be of the greatest
+ possible use to the public, we recommend making it free software that
+ everyone can redistribute and change. You can do so by permitting
+ redistribution under these terms (or, alternatively, under the terms of the
+ ordinary General Public License).
+
+ To apply these terms, attach the following notices to the library. It is
+ safest to attach them to the start of each source file to most effectively
+ convey the exclusion of warranty; and each file should have at least the
+ "copyright" line and a pointer to where the full notice is found.
+
+ @verbatim
+
+ Copyright (C)
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Library General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Library General Public License for more details.
+
+ You should have received a copy of the GNU Library General Public
+ License along with this library; if not, write to the Free
+ Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ @endverbatim
+
+
+ Also add information on how to contact you by electronic and paper mail.
+
+ You should also get your employer (if you work as a programmer) or your
+ school, if any, to sign a "copyright disclaimer" for the library, if
+ necessary. Here is a sample; alter the names:
+
+ @verbatim
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the
+ library `Frob' (a library for tweaking knobs) written by James Random Hacker.
+
+ , 1 April 1990
+ Ty Coon, President of Vice
+ @endverbatim
+
+
+ That's all there is to it!
+*/
diff --git a/docs/doxygen/devtips.h b/docs/doxygen/devtips.h
new file mode 100644
index 0000000000..67603e8fc9
--- /dev/null
+++ b/docs/doxygen/devtips.h
@@ -0,0 +1,468 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name: devtips.h
+// Purpose: Cross-platform development page of the Doxygen manual
+// Author: wxWidgets team
+// RCS-ID: $Id$
+// Licence: wxWindows license
+/////////////////////////////////////////////////////////////////////////////
+
+
+/*!
+
+ @page multiplatform_page Multi-platform development with wxWidgets
+
+ This chapter describes the practical details of using wxWidgets. Please
+ see the file install.txt for up-to-date installation instructions, and
+ changes.txt for differences between versions.
+
+ @li @ref includefiles
+ @li @ref libraries
+ @li @ref configuration
+ @li @ref makefiles
+ @li @ref windowsfiles
+ @li @ref allocatingobjects
+ @li @ref architecturedependency
+ @li @ref conditionalcompilation
+ @li @ref cpp
+ @li @ref filehandling
+
+
+
+
+ @section includefiles Include files
+
+ The main include file is {\tt "wx/wx.h"}; this includes the most commonly
+ used modules of wxWidgets.
+
+ To save on compilation time, include only those header files relevant to the
+ source file. If you are using precompiled headers, you should include
+ the following section before any other includes:
+
+ @verbatim
+ // For compilers that support precompilation, includes "wx.h".
+ #include
+
+ #ifdef __BORLANDC__
+ #pragma hdrstop
+ #endif
+
+ #ifndef WX_PRECOMP
+ // Include your minimal set of headers here, or wx.h
+ #include
+ #endif
+
+ ... now your other include files ...
+ @endverbatim
+
+ The file {\tt "wx/wxprec.h"} includes {\tt "wx/wx.h"}. Although this incantation
+ may seem quirky, it is in fact the end result of a lot of experimentation,
+ and several Windows compilers to use precompilation which is largely automatic for
+ compilers with necessary support. Currently it is used for Visual C++ (including
+ embedded Visual C++), Borland C++, Open Watcom C++, Digital Mars C++
+ and newer versions of GCC.
+ Some compilers might need extra work from the application developer to set the
+ build environment up as necessary for the support.
+
+
+
+ @section libraries Libraries
+
+ 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 \helpref{libraries list}{librarieslist} for more
+ information on these.
+
+
+
+ @section configuration Configuration
+
+ When using project files and makefiles directly to build wxWidgets,
+ options are configurable in the file
+ \rtfsp{\tt "wx/XXX/setup.h"} where XXX is the required platform (such as msw, motif, gtk, mac). Some
+ settings are a matter of taste, some help with platform-specific problems, and
+ others can be set to minimize the size of the library. Please see the setup.h file
+ and {\tt install.txt} files for details on configuration.
+
+ When using the 'configure' script to configure wxWidgets (on Unix and other platforms where
+ configure is available), the corresponding setup.h files are generated automatically
+ along with suitable makefiles. When using the RPM packages
+ for installing wxWidgets on Linux, a correct setup.h is shipped in the package and
+ this must not be changed.
+
+
+
+ @section makefiles Makefiles
+
+ On Microsoft Windows, wxWidgets has a different set of makefiles for each
+ compiler, because each compiler's 'make' tool is slightly different.
+ Popular Windows compilers that we cater for, and the corresponding makefile
+ extensions, include: Microsoft Visual C++ (.vc), Borland C++ (.bcc),
+ OpenWatcom C++ (.wat) and MinGW/Cygwin (.gcc). Makefiles are provided
+ for the wxWidgets library itself, samples, demos, and utilities.
+
+ On Linux, Mac and OS/2, you use the 'configure' command to
+ generate the necessary makefiles. You should also use this method when
+ building with MinGW/Cygwin on Windows.
+
+ We also provide project files for some compilers, such as
+ Microsoft VC++. However, we recommend using makefiles
+ to build the wxWidgets library itself, because makefiles
+ can be more powerful and less manual intervention is required.
+
+ On Windows using a compiler other than MinGW/Cygwin, you would
+ build the wxWidgets library from the build/msw directory
+ which contains the relevant makefiles.
+
+ On Windows using MinGW/Cygwin, and on Unix, MacOS X and OS/2, you invoke
+ 'configure' (found in the top-level of the wxWidgets source hierarchy),
+ from within a suitable empty directory for containing makefiles, object files and
+ libraries.
+
+ For details on using makefiles, configure, and project files,
+ please see docs/xxx/install.txt in your distribution, where
+ xxx is the platform of interest, such as msw, gtk, x11, mac.
+
+
+
+ @section windowsfiles Windows-specific files
+
+ wxWidgets application compilation under MS Windows requires at least one
+ extra file: a resource file.
+
+ @subsection resources Resource file
+
+ The least that must be defined in the Windows resource file (extension RC)
+ is the following statement:
+
+ @verbatim
+ #include "wx/msw/wx.rc"
+ @endverbatim
+
+ which includes essential internal wxWidgets definitions. The resource script
+ may also contain references to icons, cursors, etc., for example:
+
+ @verbatim
+ wxicon icon wx.ico
+ @endverbatim
+
+ The icon can then be referenced by name when creating a frame icon. See
+ the MS Windows SDK documentation.
+
+ \normalbox{Note: include wx.rc {\it after} any ICON statements
+ so programs that search your executable for icons (such
+ as the Program Manager) find your application icon first.}
+
+
+
+ @section allocatingobjects Allocating and deleting wxWidgets objects
+
+ In general, classes derived from wxWindow must dynamically allocated
+ with {\it new} and deleted with {\it delete}. If you delete a window,
+ all of its children and descendants will be automatically deleted,
+ so you don't need to delete these descendants explicitly.
+
+ When deleting a frame or dialog, use {\bf Destroy} rather than {\bf delete} so
+ that the wxWidgets delayed deletion can take effect. This waits until idle time
+ (when all messages have been processed) to actually delete the window, to avoid
+ problems associated with the GUI sending events to deleted windows.
+
+ Don't create a window on the stack, because this will interfere
+ with delayed deletion.
+
+ If you decide to allocate a C++ array of objects (such as wxBitmap) that may
+ be cleaned up by wxWidgets, make sure you delete the array explicitly
+ before wxWidgets has a chance to do so on exit, since calling {\it delete} on
+ array members will cause memory problems.
+
+ wxColour can be created statically: it is not automatically cleaned
+ up and is unlikely to be shared between other objects; it is lightweight
+ enough for copies to be made.
+
+ Beware of deleting objects such as a wxPen or wxBitmap if they are still in use.
+ Windows is particularly sensitive to this: so make sure you
+ make calls like wxDC::SetPen(wxNullPen) or wxDC::SelectObject(wxNullBitmap) before deleting
+ a drawing object that may be in use. Code that doesn't do this will probably work
+ fine on some platforms, and then fail under Windows.
+
+
+
+ @section architecturedependency Architecture dependency
+
+ A problem which sometimes arises from writing multi-platform programs is that
+ the basic C types are not defined the same on all platforms. This holds true
+ for both the length in bits of the standard types (such as int and long) as
+ well as their byte order, which might be little endian (typically
+ on Intel computers) or big endian (typically on some Unix workstations). wxWidgets
+ defines types and macros that make it easy to write architecture independent
+ code. The types are:
+
+ wxInt32, wxInt16, wxInt8, wxUint32, wxUint16 = wxWord, wxUint8 = wxByte
+
+ where wxInt32 stands for a 32-bit signed integer type etc. You can also check
+ which architecture the program is compiled on using the wxBYTE\_ORDER define
+ which is either wxBIG\_ENDIAN or wxLITTLE\_ENDIAN (in the future maybe wxPDP\_ENDIAN
+ as well).
+
+ The macros handling bit-swapping with respect to the applications endianness
+ are described in the \helpref{Byte order macros}{byteordermacros} section.
+
+
+
+ @section conditionalcompilation Conditional compilation
+
+ 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 \helpref{wxUSE\_*}{wxusedef}
+ symbols listed in the file {\tt setup.h} may be used for this purpose,
+ along with any user-supplied ones.
+
+
+
+ @section cpp C++ issues
+
+ The following documents some miscellaneous C++ issues.
+
+ @subsection templates Templates
+
+ wxWidgets does not use templates (except for some advanced features that
+ are switched off by default) since it is a notoriously unportable feature.
+
+ @subsection rtti RTTI
+
+ wxWidgets does not use C++ run-time type information since wxWidgets provides
+ its own run-time type information system, implemented using macros.
+
+ @subsection null Type of NULL
+
+ Some compilers (e.g. the native IRIX cc) define NULL to be 0L so that
+ no conversion to pointers is allowed. Because of that, all these
+ occurrences of NULL in the GTK+ port use an explicit conversion such
+ as
+
+ {\small
+ @verbatim
+ wxWindow *my_window = (wxWindow*) NULL;
+ @endverbatim
+ }%
+
+ It is recommended to adhere to this in all code using wxWidgets as
+ this make the code (a bit) more portable.
+
+ @subsection precompiledheaders Precompiled headers
+
+ Some compilers, such as Borland C++ and Microsoft C++, support
+ precompiled headers. This can save a great deal of compiling time. The
+ recommended approach is to precompile {\tt "wx.h"}, using this
+ precompiled header for compiling both wxWidgets itself and any
+ wxWidgets applications. For Windows compilers, two dummy source files
+ are provided (one for normal applications and one for creating DLLs)
+ to allow initial creation of the precompiled header.
+
+ However, there are several downsides to using precompiled headers. One
+ is that to take advantage of the facility, you often need to include
+ more header files than would normally be the case. This means that
+ changing a header file will cause more recompilations (in the case of
+ wxWidgets, everything needs to be recompiled since everything includes {\tt "wx.h"}!)
+
+ A related problem is that for compilers that don't have precompiled
+ headers, including a lot of header files slows down compilation
+ considerably. For this reason, you will find (in the common
+ X and Windows parts of the library) conditional
+ compilation that under Unix, includes a minimal set of headers;
+ and when using Visual C++, includes {\tt wx.h}. This should help provide
+ the optimal compilation for each compiler, although it is
+ biased towards the precompiled headers facility available
+ in Microsoft C++.
+
+
+
+ @section filehandling File handling
+
+ When building an application which may be used under different
+ environments, one difficulty is coping with documents which may be
+ moved to different directories on other machines. Saving a file which
+ has pointers to full pathnames is going to be inherently unportable.
+
+ One approach is to store filenames on their own, with no directory
+ information. The application then searches into a list of standard
+ paths (platform-specific) through the use of \helpref{wxStandardPaths}{wxstandardpaths}.
+
+ Eventually you may want to use also the \helpref{wxPathList}{wxpathlist} class.
+
+ Nowadays the limitations of DOS 8+3 filenames doesn't apply anymore.
+ Most modern operating systems allow at least 255 characters in the filename;
+ the exact maximum length, as well as the characters allowed in the filenames,
+ are OS-specific so you should try to avoid extremely long (> 255 chars) filenames
+ and/or filenames with non-ANSI characters.
+
+ Another thing you need to keep in mind is that all Windows operating systems
+ are case-insensitive, while Unix operating systems (Linux, Mac, etc) are
+ case-sensitive.
+
+ Also, for text files, different OSes use different End Of Lines (EOL).
+ Windows uses CR+LF convention, Linux uses LF only, Mac CR only.
+
+ The \helpref{wxTextFile}{wxtextfile},\helpref{wxTextInputStream}{wxtextinputstream},
+ \helpref{wxTextOutputStream}{wxtextoutputstream} classes help to abstract
+ from these differences.
+ Of course, there are also 3rd party utilities such as \tt{dos2unix} and \tt{unix2dos}
+ which do the EOL conversions.
+
+ See also the \helpref{File Functions}{filefunctions} section of the reference
+ manual for the description of miscellaneous file handling functions.
+
+*/
+
+/*!
+
+ @page utilities_page Utilities and libraries supplied with wxWidgets
+
+ In addition to the \helpref{wxWidgets libraries}{librarieslist}, some
+ additional utilities are supplied in the \tt{utils} hierarchy.
+
+ For other user-contributed packages, please see the Contributions page
+ on the \urlref{wxWidgets Web site}{http://www.wxwidgets.org}.
+
+ \begin{description}\itemsep=0pt
+ \item[{\bf Helpview}]
+ 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 \helpref{wxHTML Notes}{wxhtml} for more details.
+ You can find it in {\tt samples/html/helpview}.
+ \item[{\bf Tex2RTF}]
+ Supplied with wxWidgets is a utility called Tex2RTF for converting\rtfsp
+ \LaTeX\ manuals HTML, MS HTML Help, wxHTML Help, RTF, and Windows
+ Help RTF formats. Tex2RTF is used for the wxWidgets manuals and can be used independently
+ by authors wishing to create on-line and printed manuals from the same\rtfsp
+ \LaTeX\ source. Please see the separate documentation for Tex2RTF.
+ You can find it under {\tt utils/tex2rtf}.
+ \item[{\bf Helpgen}]
+ Helpgen takes C++ header files and generates a Tex2RTF-compatible
+ documentation file for each class it finds, using comments as appropriate.
+ This is a good way to start a reference for a set of classes.
+ Helpgen can be found in {\tt utils/HelpGen}.
+ \item[{\bf Emulator}]
+ Xnest-based display emulator for X11-based PDA applications. On some
+ systems, the Xnest window does not synchronise with the
+ 'skin' window. This program can be found in {\tt utils/emulator}.
+ \end{description}
+
+*/
+
+/*!
+
+ @page strategies_page Programming strategies
+
+ This chapter is intended to list strategies that may be useful when
+ writing and debugging wxWidgets programs. If you have any good tips,
+ please submit them for inclusion here.
+
+ @li @ref reducingerrors
+ @li @ref cpp
+ @li @ref portability
+ @li @ref debugstrategies
+
+
+
+ @section reducingerrors Strategies for reducing programming errors
+
+ @subsection useassert Use ASSERT
+
+ It is good practice to use ASSERT statements liberally, that check for conditions
+ that should or should not hold, and print out appropriate error messages.
+
+ These can be compiled out of a non-debugging version of wxWidgets
+ and your application. Using ASSERT is an example of `defensive programming':
+ it can alert you to problems later on.
+
+ See \helpref{wxASSERT}{wxassert} for more info.
+
+ @subsection usewxstring Use wxString in preference to character arrays
+
+ Using \helpref{wxString}{wxstring} can be much safer and more convenient than using wxChar *.
+
+ You can reduce the possibility of memory leaks substantially, and it is much more
+ convenient to use the overloaded operators than functions such as \tt{strcmp}.
+ wxString won't add a significant overhead to your program; the overhead is compensated
+ for by easier manipulation (which means less code).
+
+ The same goes for other data types: use classes wherever possible.
+
+
+
+ @section portability Strategies for portability
+
+ @subsection 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 \helpref{sizers}{sizeroverview} instead.
+
+ @subsection useresources Use wxWidgets resource files
+
+ Use .xrc (wxWidgets resource files) where possible, because they can be easily changed
+ independently of source code. See the \helpref{XRC overview}{xrcoverview} for more info.
+
+
+
+ @section debugstrategies Strategies for debugging
+
+ @subsection positivethinking Positive thinking
+
+ It is common to blow up the problem in one's imagination, so that it seems to threaten
+ weeks, months or even years of work. The problem you face may seem insurmountable:
+ but almost never is. Once you have been programming for some time, you will be able
+ to remember similar incidents that threw you into the depths of despair. But
+ remember, you always solved the problem, somehow!
+
+ Perseverance is often the key, even though a seemingly trivial problem
+ can take an apparently inordinate amount of time to solve. In the end,
+ you will probably wonder why you worried so much. That's not to say it
+ isn't painful at the time. Try not to worry -- there are many more important
+ things in life.
+
+ @subsection simplifyproblem Simplify the problem
+
+ Reduce the code exhibiting the problem to the smallest program possible
+ that exhibits the problem. If it is not possible to reduce a large and
+ complex program to a very small program, then try to ensure your code
+ doesn't hide the problem (you may have attempted to minimize the problem
+ in some way: but now you want to expose it).
+
+ With luck, you can add a small amount of code that causes the program
+ to go from functioning to non-functioning state. This should give a clue
+ to the problem. In some cases though, such as memory leaks or wrong
+ deallocation, this can still give totally spurious results!
+
+ @subsection usedebugger Use a debugger
+
+ This sounds like facetious advice, but it is surprising how often people
+ don't use a debugger. Often it is an overhead to install or learn how to
+ use a debugger, but it really is essential for anything but the most
+ trivial programs.
+
+ @subsection uselogging Use logging functions
+
+ There is a variety of logging functions that you can use in your program:
+ see \helpref{Logging functions}{logfunctions}.
+
+ Using tracing statements may be more convenient than using the debugger
+ in some circumstances (such as when your debugger doesn't support a lot
+ of debugging code, or you wish to print a bunch of variables).
+
+ @subsection usedebuggingfacilities Use the wxWidgets debugging facilities
+
+ You can use \helpref{wxDebugContext}{wxdebugcontext} to check for
+ memory leaks and corrupt memory: in fact in debugging mode, wxWidgets will
+ automatically check for memory leaks at the end of the program if wxWidgets is suitably
+ configured. Depending on the operating system and compiler, more or less
+ specific information about the problem will be logged.
+
+ You should also use \helpref{debug macros}{debugmacros} as part of a `defensive programming' strategy,
+ 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 \helpref{debugging overview}{debuggingoverview} for further information.
+
+*/
diff --git a/docs/doxygen/doxylog b/docs/doxygen/doxylog
new file mode 100644
index 0000000000..c24c550e4f
--- /dev/null
+++ b/docs/doxygen/doxylog
@@ -0,0 +1,4288 @@
+/home/frm/work/wxWidgets/include/interface/wx/archive.h:251: File ended in the middle of a comment block! Perhaps a missing \endcode?
+/home/frm/work/wxWidgets/include/interface/wx/app.h:10: Warning: the name `wx/app.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/bitmap.h:10: Warning: the name `wx/bitmap.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/bitmap.h:158: Warning: the name `wx/bitmap.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/bitmap.h:623: Warning: the name `wx/bitmap.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/config.h:10: Warning: the name `wx/config.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:10: Warning: the name `wx/datetime.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:1184: Warning: the name `wx/datetime.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:1198: Warning: the name `wx/datetime.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:1421: Warning: the name `wx/datetime.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:1748: Warning: the name `wx/datetime.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/dc.h:10: Warning: the name `wx/dc.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/dc.h:1017: Warning: the name `wx/dc.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:10: Warning: the name `wx/dialog.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:501: Warning: the name `wx/dialog.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/dnd.h:10: Warning: the name `wx/dnd.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/dnd.h:52: Warning: the name `wx/dnd.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/dnd.h:177: Warning: the name `wx/dnd.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/dnd.h:292: Warning: the name `wx/dnd.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/docview.h:10: Warning: the name `wx/docview.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/docview.h:287: Warning: the name `wx/docview.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/docview.h:678: Warning: the name `wx/docview.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/docview.h:869: Warning: the name `wx/docview.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/docview.h:953: Warning: the name `wx/docview.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/docview.h:1017: Warning: the name `wx/docview.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/docview.h:1361: Warning: the name `wx/docview.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/file.h:10: Warning: the name `wx/file.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/file.h:124: Warning: the name `wx/file.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/font.h:10: Warning: the name `wx/font.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/grid.h:10: Warning: the name `wx/grid.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/grid.h:61: Warning: the name `wx/grid.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/grid.h:279: Warning: the name `wx/grid.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/grid.h:385: Warning: the name `wx/grid.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/grid.h:413: Warning: the name `wx/grid.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/grid.h:436: Warning: the name `wx/grid.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/grid.h:474: Warning: the name `wx/grid.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/grid.h:526: Warning: the name `wx/grid.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/grid.h:607: Warning: the name `wx/grid.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/grid.h:653: Warning: the name `wx/grid.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/grid.h:692: Warning: the name `wx/grid.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/grid.h:748: Warning: the name `wx/grid.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/grid.h:770: Warning: the name `wx/grid.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/grid.h:918: Warning: the name `wx/grid.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/grid.h:941: Warning: the name `wx/grid.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/grid.h:1008: Warning: the name `wx/grid.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/grid.h:1039: Warning: the name `wx/grid.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/grid.h:2703: Warning: the name `wx/grid.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/grid.h:2742: Warning: the name `wx/grid.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/ipc.h:10: Warning: the name `wx/ipc.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/ipc.h:207: Warning: the name `wx/ipc.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/ipc.h:287: Warning: the name `wx/ipc.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/listctrl.h:10: Warning: the name `wx/listctrl.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/listctrl.h:991: Warning: the name `wx/listctrl.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/listctrl.h:1087: Warning: the name `wx/listctrl.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/listctrl.h:1158: Warning: the name `wx/listctrl.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/listctrl.h:1255: Warning: the name `wx/listctrl.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/log.h:10: Warning: the name `wx/log.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/log.h:86: Warning: the name `wx/log.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/log.h:111: Warning: the name `wx/log.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/log.h:191: Warning: the name `wx/log.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/log.h:211: Warning: the name `wx/log.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/log.h:236: Warning: the name `wx/log.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/log.h:260: Warning: the name `wx/log.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/log.h:287: Warning: the name `wx/log.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/log.h:311: Warning: the name `wx/log.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/log.h:659: Warning: the name `wx/log.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/sizer.h:10: Warning: the name `wx/sizer.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/sizer.h:92: Warning: the name `wx/sizer.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/sizer.h:295: Warning: the name `wx/sizer.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/sizer.h:449: Warning: the name `wx/sizer.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/sizer.h:486: Warning: the name `wx/sizer.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/sizer.h:597: Warning: the name `wx/sizer.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/sizer.h:1156: Warning: the name `wx/sizer.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/sizer.h:1225: Warning: the name `wx/sizer.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/sizer.h:1261: Warning: the name `wx/sizer.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/stream.h:10: Warning: the name `wx/stream.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/stream.h:52: Warning: the name `wx/stream.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/stream.h:74: Warning: the name `wx/stream.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/stream.h:278: Warning: the name `wx/stream.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/stream.h:351: Warning: the name `wx/stream.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/stream.h:474: Warning: the name `wx/stream.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/stream.h:502: Warning: the name `wx/stream.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/stream.h:531: Warning: the name `wx/stream.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/stream.h:575: Warning: the name `wx/stream.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/stream.h:664: Warning: the name `wx/stream.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/string.h:10: Warning: the name `wx/string.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/string.h:70: Warning: the name `wx/string.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/string.h:1153: Warning: the name `wx/string.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/thread.h:10: Warning: the name `wx/thread.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/thread.h:120: Warning: the name `wx/thread.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/thread.h:178: Warning: the name `wx/thread.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/thread.h:264: Warning: the name `wx/thread.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/thread.h:315: Warning: the name `wx/thread.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/thread.h:790: Warning: the name `wx/thread.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/thread.h:858: Warning: the name `wx/thread.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/thread.h:896: Warning: the name `wx/thread.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/toolbar.h:10: Warning: the name `wx/toolbar.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/treectrl.h:10: Warning: the name `wx/treectrl.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/treectrl.h:72: Warning: the name `wx/treectrl.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/include/interface/wx/treectrl.h:919: Warning: the name `wx/treectrl.h' supplied as the argument of the \class, \struct, \union, or \include command is not an input file
+/home/frm/work/wxWidgets/docs/doxygen/manual.h:15: Warning: image file wx.png is not found in IMAGE_PATH: assuming external image.
+/home/frm/work/wxWidgets/include/interface/wx/aboutdlg.h:201: Warning: unable to resolve reference to `sampledialogs_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/aboutdlg.h:214: Warning: unable to resolve reference to `sampledialogs_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/app.h:612: Warning: explicit link request to 'wxIMPLEMENT_APP' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/base64.h:41: Warning: explicit link request to 'wxBase64DecodedSize(srcLen)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dnd.h:343: Warning: unable to resolve reference to `dropsourcewxdropsource_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/functions.h:859: Warning: explicit link request to '_T()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/functions.h:1291: Warning: explicit link request to 'wx_truncate_cast' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/functions.h:595: Warning: unable to resolve reference to `compiletimeassert_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/functions.h:1351: Warning: explicit link request to 'wxCOMPILE_TIME_ASSERT2' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/functions.h:1199: Warning: explicit link request to 'wxCOMPILE_TIME_ASSERT2' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/functions.h:1202: Warning: explicit link request to 'above' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/functions.h:1428: Warning: unable to resolve reference to `criticalsectionlocker_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/functions.h:570: Warning: explicit link request to 'wxDEPRECATED' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/functions.h:155: Warning: argument `type' of command @param is not found in the argument list of wxDYNLIB_FUNCTION(type, name, dynlib)
+/home/frm/work/wxWidgets/include/interface/wx/functions.h:155: Warning: argument `name' of command @param is not found in the argument list of wxDYNLIB_FUNCTION(type, name, dynlib)
+/home/frm/work/wxWidgets/include/interface/wx/functions.h:155: Warning: argument `dynlib' of command @param is not found in the argument list of wxDYNLIB_FUNCTION(type, name, dynlib)
+/home/frm/work/wxWidgets/include/interface/wx/functions.h:1511: Warning: explicit link request to 'cs.Enter()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/functions.h:1448: Warning: explicit link request to 'wxDEPRECATED' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/functions.h:1377: Warning: explicit link request to 'locale' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/functions.h:1396: Warning: unable to resolve reference to `SEC150_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/functions.h:1404: Warning: explicit link request to '_T()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/functions.h:1277: Warning: explicit link request to 'cs.Leave()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/functions.h:744: Warning: explicit link request to 'AddTraceMask' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/functions.h:765: Warning: explicit link request to 'SetTraceMask' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/functions.h:1280: Warning: explicit link request to 'wxUnsetEnv' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/gdicmn.h:734: Warning: explicit link request to 'ifdefs' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/gdicmn.h:725: Warning: explicit link request to 'ifdefs' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/memory.h:269: Warning: unable to resolve reference to `logfunctions_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/memory.h:261: Warning: unable to resolve reference to `logfunctions_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/memory.h:249: Warning: unable to resolve reference to `logfunctions_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/scopeguard.h:32: Warning: explicit link request to 'wxON_BLOCK_EXIT_OBJ' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/scopeguard.h:9: Warning: explicit link request to 'wxON_BLOCK_EXIT' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/tipdlg.h:73: Warning: explicit link request to 'wxShowTip' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/utils.h:169: Warning: explicit link request to 'Log' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/utils.h:147: Warning: explicit link request to 'wxBeginBusyCursor' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/utils.h:149: Warning: explicit link request to 'wxIsBusy' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/utils.h:114: Warning: explicit link request to 'wxError' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/utils.h:211: Warning: explicit link request to 'wxGetUserHome' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/utils.h:103: Warning: explicit link request to 'wxGetUserName' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:71: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:95: Warning: unable to resolve reference to `commondialogsoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:146: Warning: Found unknown command `\it'
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:146: Warning: expected whitespace after c command
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:183: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:198: Warning: unable to resolve reference to `sizeroverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:210: Warning: unable to resolve reference to `constraintsoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:223: Warning: unable to resolve reference to `dcoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:229: Warning: Found unknown command `\textbf'
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:231: Warning: Found unknown command `\textbf'
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:232: Warning: Found unknown command `\bf'
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:233: Warning: Found unknown command `\bf'
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:245: Warning: unable to resolve reference to `wxbitmapoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:269: Warning: unable to resolve reference to `eventhandlingoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:275: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:282: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:283: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:287: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:312: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:313: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:325: Warning: unable to resolve reference to `validatoroverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:358: Warning: unable to resolve reference to `wxcontaineroverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:364: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:382: Warning: unable to resolve reference to `runtimeclassoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:393: Warning: unable to resolve reference to `wxlogoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:396: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:401: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:408: Warning: Found unknown command `\twocolitem'
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:408: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:409: Warning: Found unknown command `\tt'
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:409: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:414: Warning: unable to resolve reference to `debuggingoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:421: Warning: Found unknown command `\_NEW'
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:445: Warning: unable to resolve reference to `ipcoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:456: Warning: unable to resolve reference to `docviewoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:472: Warning: unable to resolve reference to `printingoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:493: Warning: unable to resolve reference to `wxdndoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:560: Warning: unable to resolve reference to `wxthreadoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:637: Warning: unable to resolve reference to `xrcoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:685: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/copyright.h:112: Warning: found subsection command outside of section context!
+/home/frm/work/wxWidgets/docs/doxygen/copyright.h:256: Warning: Found unknown command `\begin'
+/home/frm/work/wxWidgets/docs/doxygen/copyright.h:279: Warning: Found unknown command `\end'
+/home/frm/work/wxWidgets/docs/doxygen/copyright.h:377: Warning: Found unknown command `\begin'
+/home/frm/work/wxWidgets/docs/doxygen/copyright.h:401: Warning: Found unknown command `\end'
+/home/frm/work/wxWidgets/docs/doxygen/copyright.h:425: Warning: Found unknown command `\begin'
+/home/frm/work/wxWidgets/docs/doxygen/copyright.h:434: Warning: Found unknown command `\end'
+/home/frm/work/wxWidgets/docs/doxygen/copyright.h:522: Warning: Found unknown command `\begin'
+/home/frm/work/wxWidgets/docs/doxygen/copyright.h:524: Warning: Found unknown command `\end'
+/home/frm/work/wxWidgets/docs/doxygen/copyright.h:552: Warning: found subsection command outside of section context!
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:31: Warning: Found unknown command `\tt'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:54: Warning: Found unknown command `\tt'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:54: Warning: Found unknown command `\tt'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:67: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:74: Warning: Found unknown command `\rtfsp'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:74: Warning: Found unknown command `\tt'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:77: Warning: Found unknown command `\tt'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:140: Warning: Found unknown command `\normalbox'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:140: Warning: Found unknown command `\it'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:147: Warning: Found unknown command `\it'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:147: Warning: Found unknown command `\it'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:151: Warning: Found unknown command `\bf'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:151: Warning: Found unknown command `\bf'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:161: Warning: Found unknown command `\it'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:187: Warning: Found unknown command `\_ORDER'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:188: Warning: Found unknown command `\_ENDIAN'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:188: Warning: Found unknown command `\_ENDIAN'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:188: Warning: Found unknown command `\_ENDIAN'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:192: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:199: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:199: Warning: Found unknown command `\_'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:200: Warning: Found unknown command `\tt'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:224: Warning: Found unknown command `\small'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:237: Warning: Found unknown command `\tt'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:247: Warning: Found unknown command `\tt'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:254: Warning: Found unknown command `\tt'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:268: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:270: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:285: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:285: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:286: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:288: Warning: Found unknown command `\tt'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:288: Warning: Found unknown command `\tt'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:291: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:319: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:320: Warning: Found unknown command `\tt'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:323: Warning: Found unknown command `\urlref'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:325: Warning: Found unknown command `\begin'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:325: Warning: Found unknown command `\itemsep'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:326: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:326: Warning: Found unknown command `\bf'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:330: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:331: Warning: Found unknown command `\tt'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:332: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:332: Warning: Found unknown command `\bf'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:333: Warning: Found unknown command `\rtfsp'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:334: Warning: Found unknown command `\LaTeX'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:336: Warning: Found unknown command `\rtfsp'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:337: Warning: Found unknown command `\LaTeX'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:338: Warning: Found unknown command `\tt'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:339: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:339: Warning: Found unknown command `\bf'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:343: Warning: Found unknown command `\tt'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:344: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:344: Warning: Found unknown command `\bf'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:347: Warning: Found unknown command `\tt'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:348: Warning: Found unknown command `\end'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:378: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:382: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:385: Warning: Found unknown command `\tt'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:396: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:401: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:442: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:450: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:456: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:460: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:34: Warning: Found unknown command `\urlref'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:47: Warning: Found unknown command `\begin'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:47: Warning: Found unknown command `\itemsep'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:48: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:49: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:50: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:51: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:52: Warning: Found unknown command `\end'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:93: Warning: Found unknown command `\begin'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:93: Warning: Found unknown command `\itemsep'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:94: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:95: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:96: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:97: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:98: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:99: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:100: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:101: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:102: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:103: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:104: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:105: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:106: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:107: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:108: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:109: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:110: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:112: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:113: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:114: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:115: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:116: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:117: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:119: Warning: Found unknown command `\end'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:127: Warning: Found unknown command `\begin'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:127: Warning: Found unknown command `\itemsep'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:128: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:129: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:131: Warning: Found unknown command `\tt'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:133: Warning: Found unknown command `\end'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:137: Warning: Found unknown command `\begin'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:137: Warning: Found unknown command `\itemsep'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:138: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:140: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:144: Warning: Found unknown command `\end'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:148: Warning: Found unknown command `\begin'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:148: Warning: Found unknown command `\itemsep'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:149: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:150: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:152: Warning: Found unknown command `\end'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:161: Warning: Found unknown command `\winhelponly'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:163: Warning: Found unknown command `\winhelpignore'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:164: Warning: Found unknown command `\urlref'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:165: Warning: Found unknown command `\urlref'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:175: Warning: Found unknown command `\begin'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:175: Warning: Found unknown command `\itemsep'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:176: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:177: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:178: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:179: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:180: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:181: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:182: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:183: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:184: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:185: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:186: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:187: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:188: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:189: Warning: Found unknown command `\end'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:224: Warning: Found unknown command `\it'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:13: Warning: Found unknown command `\it'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:14: Warning: Found unknown command `\it'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:19: Warning: image file libs.gif is not found in IMAGE_PATH: assuming external image.
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:29: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:52: Warning: Found unknown command `\begin'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:53: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:53: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:54: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:55: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:55: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:56: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:57: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:57: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:58: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:59: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:60: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:60: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:61: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:61: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:62: Warning: Found unknown command `\end'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:82: Warning: Found unknown command `\begin'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:82: Warning: Found unknown command `\itemsep'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:83: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:83: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:84: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:84: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:85: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:85: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:86: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:86: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:87: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:87: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:88: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:88: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:89: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:89: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:90: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:90: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:91: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:91: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:92: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:92: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:93: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:94: Warning: Found unknown command `\end'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:101: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:108: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:116: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:118: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:119: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:120: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:127: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:134: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/app.h:13: Warning: explicit link request to 'OnInit' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/app.h:29: Warning: unable to resolve reference to `appshutdown_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/app.h:61: Warning: unable to resolve reference to `appshutdown_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/app.h:67: Warning: explicit link request to 'Close()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/app.h:77: Warning: explicit link request to 'OnExit' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:12: Warning: explicit link request to 'wxZip' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:13: Warning: explicit link request to 'wxTar' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:32: Warning: unable to resolve reference to `arcgeneric_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:37: Warning: unable to resolve reference to `arcnoseek_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:41: Warning: unable to resolve reference to `arccreate_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:42: Warning: unable to resolve reference to `arcextract_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:43: Warning: unable to resolve reference to `arcmodify_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:44: Warning: unable to resolve reference to `arcbyname_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:45: Warning: unable to resolve reference to `arcgeneric_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:46: Warning: unable to resolve reference to `arcnoseek_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:51: Warning: explicit link request to 'PutNextEntry()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:75: Warning: explicit link request to 'GetNextEntry()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:101: Warning: explicit link request to 'CopyEntry()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:147: Warning: explicit link request to 'GetNextEntry()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:155: Warning: explicit link request to 'GetName()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:186: Warning: explicit link request to 'OpenEntry()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:251: Warning: explicit link request to 'wxArchiveClassFactory' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:323: Warning: explicit link request to 'OpenEntry()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:333: Warning: explicit link request to 'PutNextEntry()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:344: Warning: explicit link request to 'GetNextEntry()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:357: Warning: explicit link request to 'GetSize()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:360: Warning: explicit link request to 'Eof()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:361: Warning: explicit link request to 'CloseEntry()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:363: Warning: explicit link request to 'IsReadOnly()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:369: Warning: explicit link request to 'CopyEntry()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:380: Warning: explicit link request to 'CopyEntry()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:400: Warning: explicit link request to 'IsReadOnly()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:402: Warning: explicit link request to 'GetNextEntry()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:403: Warning: explicit link request to 'wxArchiveNotifier' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:414: Warning: explicit link request to 'OnEntryUpdated()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:415: Warning: explicit link request to 'SetNotifier()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/aui.h:11: Warning: explicit link request to 'wxAuiManager' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/aui.h:11: Warning: explicit link request to 'wxAuiPaneInfo' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/backwardcompatibility.h:19: Warning: unable to resolve reference to `versionnumbering_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/backwardcompatibility.h:20: Warning: unable to resolve reference to `sourcecompatibility_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/backwardcompatibility.h:21: Warning: unable to resolve reference to `libbincompatibility_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/backwardcompatibility.h:22: Warning: unable to resolve reference to `appbincompatibility_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/bitmap.h:71: Warning: explicit link request to 'ifdefs' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/bitmap.h:73: Warning: unable to resolve reference to `supportedbitmapformats_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/bitmap.h:74: Warning: unable to resolve reference to `bitmaphandlers_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/bookctrl.h:13: Warning: explicit link request to 'Introduction' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/bookctrl.h:14: Warning: unable to resolve reference to `bestbookctrl_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/bookctrl.h:27: Warning: unable to resolve reference to `samplenotebook_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/bufferclasses.h:14: Warning: unable to resolve reference to `cbov_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/commondialogs.h:27: Warning: unable to resolve reference to `colourdialog_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/commondialogs.h:28: Warning: unable to resolve reference to `fontdialog_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/commondialogs.h:29: Warning: unable to resolve reference to `printdialog_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/commondialogs.h:30: Warning: unable to resolve reference to `filedialog_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/commondialogs.h:31: Warning: unable to resolve reference to `dirdialog_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/commondialogs.h:32: Warning: unable to resolve reference to `textentrydialog_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/commondialogs.h:33: Warning: unable to resolve reference to `passwordentrydialog_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/commondialogs.h:34: Warning: unable to resolve reference to `messagedialog_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/commondialogs.h:35: Warning: unable to resolve reference to `singlechoicedialog_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/commondialogs.h:36: Warning: unable to resolve reference to `multichoicedialog_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/config.h:11: Warning: explicit link request to 'wxConfig' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/constraints.h:12: Warning: explicit link request to 'sizers' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/constraints.h:44: Warning: explicit link request to 'Layout' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/constraints.h:46: Warning: unable to resolve reference to `constraintlayoutdetails_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/constraints.h:47: Warning: unable to resolve reference to `layoutexamples_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/container.h:49: Warning: explicit link request to 'wxList' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/container.h:50: Warning: explicit link request to 'wxArray' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/dataobject.h:16: Warning: unable to resolve reference to `samplednd_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/dataobject.h:37: Warning: explicit link request to 'The' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/dataobject.h:38: Warning: explicit link request to 'The' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/dataobject.h:45: Warning: explicit link request to 'SetData' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/dataobject.h:47: Warning: explicit link request to 'DoDragDrop' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/dataobject.h:53: Warning: explicit link request to 'DoDragDrop' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/dataobject.h:60: Warning: explicit link request to 'DoDragDrop' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/datetime.h:12: Warning: explicit link request to 'Introduction' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/datetime.h:13: Warning: unable to resolve reference to `alldatetimeclasses_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/datetime.h:14: Warning: unable to resolve reference to `datetimecharacteristics_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/datetime.h:15: Warning: unable to resolve reference to `dateandtimespansdifference_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/datetime.h:16: Warning: unable to resolve reference to `tdatearithm_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/datetime.h:17: Warning: unable to resolve reference to `tdatetimezones_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/datetime.h:18: Warning: explicit link request to 'Daylight' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/datetime.h:19: Warning: unable to resolve reference to `tdateholidays_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/datetime.h:20: Warning: explicit link request to 'Compatibility' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/datetime.h:61: Warning: explicit link request to 'holidays' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/datetime.h:63: Warning: unable to resolve reference to `tdatecompatibility_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/datetime.h:81: Warning: explicit link request to 'timezones' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/datetime.h:172: Warning: explicit link request to 'ToTimezone' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/datetime.h:173: Warning: explicit link request to 'MakeTimezone' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/datetime.h:175: Warning: explicit link request to 'ToUTC' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/datetime.h:175: Warning: explicit link request to 'MakeUTC' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/datetime.h:209: Warning: explicit link request to 'methods' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/debugging.h:12: Warning: unable to resolve reference to `logfunctions_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/debugging.h:12: Warning: unable to resolve reference to `debugmacros_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/debugging.h:53: Warning: unable to resolve reference to `debugmacros_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/debugging.h:74: Warning: unable to resolve reference to `debugcontext_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/dialog.h:22: Warning: unable to resolve reference to `dialogfunctions_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/dialog.h:25: Warning: unable to resolve reference to `autoscrollingdialogs_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/dnd.h:19: Warning: unable to resolve reference to `samplednd_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/dnd.h:47: Warning: explicit link request to 'GiveFeedback' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/dnd.h:53: Warning: explicit link request to 'here' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/dnd.h:79: Warning: explicit link request to 'OnData' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/docview.h:61: Warning: unable to resolve reference to `predefinedids_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/docview.h:70: Warning: unable to resolve reference to `document_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/docview.h:71: Warning: unable to resolve reference to `view_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/docview.h:72: Warning: unable to resolve reference to `doctemplate_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/docview.h:73: Warning: unable to resolve reference to `docmanager_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/docview.h:74: Warning: unable to resolve reference to `command_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/docview.h:75: Warning: unable to resolve reference to `commandprocessor_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/docview.h:76: Warning: unable to resolve reference to `filehistory_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/docview.h:77: Warning: unable to resolve reference to `predefinedids_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/docview.h:231: Warning: explicit link request to 'AddFilesToMenu()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/eventhandling.h:12: Warning: explicit link request to 'Introduction' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/eventhandling.h:13: Warning: unable to resolve reference to `eventprocessing_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/eventhandling.h:14: Warning: unable to resolve reference to `progevent_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/eventhandling.h:15: Warning: unable to resolve reference to `pluggablehandlers_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/eventhandling.h:17: Warning: unable to resolve reference to `eventmacros_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/eventhandling.h:18: Warning: unable to resolve reference to `customevents_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/eventhandling.h:88: Warning: unable to resolve reference to `sampleevent_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/eventhandling.h:107: Warning: explicit link request to 'Skip' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/eventhandling.h:151: Warning: unable to resolve reference to `eventshouldpropagate_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/eventhandling.h:155: Warning: explicit link request to 'event.Skip()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/eventhandling.h:169: Warning: explicit link request to 'SetExtraStyle(wxWS_EX_BLOCK_EVENTS)' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/eventhandling.h:268: Warning: explicit link request to 'wxEvents' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/eventhandling.h:306: Warning: explicit link request to 'Replace' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/eventhandling.h:306: Warning: explicit link request to 'WriteText' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/eventhandling.h:554: Warning: unable to resolve reference to `sampleevent_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/exceptions.h:11: Warning: explicit link request to 'Introduction' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/exceptions.h:12: Warning: unable to resolve reference to `exceptionstrategies_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/exceptions.h:13: Warning: explicit link request to 'Technicalities' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/exceptions.h:39: Warning: explicit link request to 'OnUnhandledException()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/exceptions.h:42: Warning: explicit link request to 'OnRun()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/exceptions.h:47: Warning: explicit link request to 'OnInit()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/exceptions.h:47: Warning: explicit link request to 'OnExit()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/exceptions.h:51: Warning: explicit link request to 'ProcessEvent' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/exceptions.h:66: Warning: explicit link request to 'sample' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/file.h:13: Warning: unable to resolve reference to `filefunctions_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/file.h:24: Warning: explicit link request to 'documentation' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/font.h:68: Warning: unable to resolve reference to `nativefontinformation_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/fontencoding.h:18: Warning: explicit link request to 'Unicode' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/fontencoding.h:87: Warning: explicit link request to 'wxConfig' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/fontencoding.h:91: Warning: unable to resolve reference to `samplefont_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/fs.h:76: Warning: unable to resolve reference to `memoryfshandler_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/grid.h:12: Warning: explicit link request to 'Introduction' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/grid.h:13: Warning: unable to resolve reference to `simplewxgridexample_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/grid.h:14: Warning: unable to resolve reference to `complexwxgridexample_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/grid.h:15: Warning: unable to resolve reference to `gridclassesrelations_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/grid.h:16: Warning: unable to resolve reference to `keyboardandmouseinwxgrid_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/helloworld.h:16: Warning: explicit link request to 'include' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/helloworld.h:17: Warning: explicit link request to 'include' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:13: Warning: explicit link request to 'http' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:24: Warning: unable to resolve reference to `htmlquickstart_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:26: Warning: unable to resolve reference to `helpformat_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:27: Warning: unable to resolve reference to `filters_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:28: Warning: unable to resolve reference to `cells_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:29: Warning: unable to resolve reference to `handlers_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:30: Warning: unable to resolve reference to `htmltagssupported_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:36: Warning: explicit link request to 'wxHtmlWindow' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:38: Warning: explicit link request to 'LoadPage' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:39: Warning: explicit link request to 'SetPage' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:52: Warning: explicit link request to 'wxHtmlHelpController' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:59: Warning: explicit link request to 'SetRelatedFrame' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:60: Warning: explicit link request to 'SetRelatedStatusBar' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:79: Warning: explicit link request to 'SetFonts' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:80: Warning: explicit link request to 'SetBorders' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:81: Warning: explicit link request to 'ReadCustomization' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:82: Warning: explicit link request to 'WriteCustomization' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:91: Warning: unable to resolve reference to `htmleasyprinting_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:93: Warning: explicit link request to 'wxHtmlPrintout' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:94: Warning: explicit link request to 'wxHtmlDCRenderer' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:103: Warning: explicit link request to 'wxHtmlHelpController' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:191: Warning: explicit link request to 'wxHtmlFilter' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:197: Warning: explicit link request to 'wxHtmlWinParser' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:198: Warning: explicit link request to 'wxHtmlWindow' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:204: Warning: explicit link request to 'wxHtmlCell' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:208: Warning: explicit link request to 'wxHtmlContainerCell' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:213: Warning: explicit link request to 'wxHtmlWinParser' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:215: Warning: explicit link request to 'OpenContainer' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:219: Warning: explicit link request to 'CloseContainer' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:248: Warning: explicit link request to 'HandleTag' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:258: Warning: explicit link request to 'wxHtmlWinParser' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:264: Warning: explicit link request to 'HandleTag' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:272: Warning: explicit link request to 'wxHtmlWinParser' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:286: Warning: explicit link request to 'wxHtmlWinTagHandler' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:287: Warning: explicit link request to 'wxHtmlTagHandler' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:298: Warning: explicit link request to 'GetSupportedTags' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:331: Warning: explicit link request to 'HandleTag' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:350: Warning: explicit link request to 'wxHtmlTagsModule' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/internationalization.h:54: Warning: explicit link request to 'AddCatalogLookupPathPrefix()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/internationalization.h:63: Warning: unable to resolve reference to `sampleinternat_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/ipc.h:23: Warning: explicit link request to 'wxProtocol' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/ipc.h:23: Warning: explicit link request to 'wxFTP' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/ipc.h:23: Warning: explicit link request to 'wxHTTP' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/ipc.h:105: Warning: explicit link request to 'OnMakeConnection' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/ipc.h:110: Warning: unable to resolve reference to `datatransfer_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/ipc.h:111: Warning: explicit link request to 'Examples' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/ipc.h:112: Warning: unable to resolve reference to `ddedetails_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/ipc.h:179: Warning: explicit link request to 'OnAdvise' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/log.h:70: Warning: explicit link request to 'DbgView' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/mbconvclasses.h:18: Warning: unable to resolve reference to `needforconversion_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/mbconvclasses.h:19: Warning: unable to resolve reference to `conversionandwxstring_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/mbconvclasses.h:21: Warning: unable to resolve reference to `mbconvobjects_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/mbconvclasses.h:23: Warning: unable to resolve reference to `convertingstrings_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/mbconvclasses.h:24: Warning: unable to resolve reference to `convertingbuffers_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/nonenglish.h:22: Warning: explicit link request to 'Internationalization' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/nonenglish.h:30: Warning: explicit link request to 'Internationalization' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/nonenglish.h:137: Warning: explicit link request to 'wxHtmlHelpController' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/printing.h:33: Warning: unable to resolve reference to `topic9_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/printing.h:34: Warning: unable to resolve reference to `topic10_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/printing.h:35: Warning: unable to resolve reference to `topic11_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/printing.h:36: Warning: unable to resolve reference to `topic12_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/printing.h:37: Warning: unable to resolve reference to `topic13_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/printing.h:38: Warning: unable to resolve reference to `topic14_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/printing.h:39: Warning: unable to resolve reference to `topic15_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/printing.h:40: Warning: unable to resolve reference to `topic16_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/printing.h:41: Warning: unable to resolve reference to `topic17_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/printing.h:42: Warning: unable to resolve reference to `topic18_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:12: Warning: unable to resolve reference to `pwhat_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:13: Warning: unable to resolve reference to `pwhy_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:14: Warning: unable to resolve reference to `pother_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:15: Warning: unable to resolve reference to `pusing_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:16: Warning: unable to resolve reference to `pclasses_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:17: Warning: unable to resolve reference to `phelp_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:22: Warning: explicit link request to 'Python' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:25: Warning: explicit link request to 'http' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:51: Warning: explicit link request to 'http' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:105: Warning: unable to resolve reference to `Graphics_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:281: Warning: explicit link request to 'wxConfig' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:316: Warning: explicit link request to 'wxHtmlCell' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:317: Warning: explicit link request to 'wxHtmlContainerCell' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:318: Warning: explicit link request to 'wxHtmlDCRenderer' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:319: Warning: explicit link request to 'wxHtmlEasyPrinting' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:320: Warning: explicit link request to 'wxHtmlParser' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:321: Warning: explicit link request to 'wxHtmlTagHandler' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:322: Warning: explicit link request to 'wxHtmlTag' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:323: Warning: explicit link request to 'wxHtmlWinParser' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:324: Warning: explicit link request to 'wxHtmlPrintout' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:325: Warning: explicit link request to 'wxHtmlWinTagHandler' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:326: Warning: explicit link request to 'wxHtmlWindow' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:336: Warning: explicit link request to 'wxInternetFSHandler' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:358: Warning: explicit link request to 'wxMetaFileDC' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:435: Warning: explicit link request to 'wxZipFSHandler' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:441: Warning: explicit link request to 'http' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:445: Warning: explicit link request to 'http' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:15: Warning: unable to resolve reference to `differentflavors_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:16: Warning: unable to resolve reference to `resyntax_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:17: Warning: unable to resolve reference to `resynbracket_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:18: Warning: explicit link request to 'Escapes' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:19: Warning: explicit link request to 'Metasyntax' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:20: Warning: explicit link request to 'Matching' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:21: Warning: unable to resolve reference to `relimits_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:22: Warning: unable to resolve reference to `resynbre_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:23: Warning: unable to resolve reference to `resynchars_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:35: Warning: explicit link request to 'end' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:83: Warning: explicit link request to 'Matching' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:111: Warning: unable to resolve reference to `resynbracket_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:117: Warning: Illegal command \k as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:125: Warning: expected whitespace after c command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:126: Warning: explicit link request to 'Escapes' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:141: Warning: explicit link request to 'Escapes' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:198: Warning: unable to resolve reference to `resynchars_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:206: Warning: unable to resolve reference to `resynchars_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:271: Warning: explicit link request to 'Escapes' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:291: Warning: expected whitespace after a command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:295: Warning: expected whitespace after b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:297: Warning: Illegal command \B as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:303: Warning: expected whitespace after c command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:311: Warning: expected whitespace after e command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:314: Warning: Illegal command \f as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:318: Warning: Illegal command \n as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:322: Warning: Illegal command \r as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:326: Warning: Illegal command \t as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:330: Warning: Illegal command \u as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:336: Warning: Illegal command \U as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:342: Warning: Illegal command \v as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:346: Warning: Illegal command \x as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:353: Warning: Illegal command \0 as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:372: Warning: Illegal command \135 as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:373: Warning: Illegal command \135 as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:380: Warning: Illegal command \d as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:384: Warning: Illegal command \s as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:388: Warning: Illegal command \w as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:392: Warning: Illegal command \D as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:396: Warning: Illegal command \S as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:400: Warning: Illegal command \W as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:404: Warning: Illegal command \d as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:404: Warning: Illegal command \s as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:405: Warning: Illegal command \w as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:405: Warning: Illegal command \D as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:406: Warning: Illegal command \S as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:406: Warning: Illegal command \W as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:407: Warning: Found unknown command `\d'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:408: Warning: Found unknown command `\D'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:414: Warning: Illegal command \A as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:417: Warning: explicit link request to 'Matching' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:420: Warning: Illegal command \m as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:424: Warning: Illegal command \M as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:428: Warning: Illegal command \y as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:432: Warning: Illegal command \Y as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:437: Warning: Illegal command \Z as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:440: Warning: explicit link request to 'Matching' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:459: Warning: Found unknown command `\1'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:503: Warning: explicit link request to 'Matching' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:511: Warning: explicit link request to 'Matching' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:515: Warning: explicit link request to 'Matching' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:533: Warning: explicit link request to 'Matching' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:558: Warning: explicit link request to 'ttt' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:613: Warning: Illegal command \A as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:613: Warning: Illegal command \Z as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:636: Warning: expected whitespace after b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:637: Warning: Illegal command \B as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:698: Warning: Found unknown command `\0'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:702: Warning: Found unknown command `\001'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:706: Warning: Found unknown command `\002'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:710: Warning: Found unknown command `\003'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:714: Warning: Found unknown command `\004'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:718: Warning: Found unknown command `\005'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:722: Warning: Found unknown command `\006'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:726: Warning: Found unknown command `\007'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:730: Warning: Found unknown command `\007'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:734: Warning: Found unknown command `\010'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:738: Warning: expected whitespace after b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:742: Warning: Found unknown command `\011'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:746: Warning: Found unknown command `\t'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:750: Warning: Found unknown command `\012'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:758: Warning: Found unknown command `\013'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:762: Warning: Found unknown command `\v'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:766: Warning: Found unknown command `\014'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:770: Warning: Found unknown command `\f'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:774: Warning: Found unknown command `\015'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:778: Warning: Found unknown command `\r'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:782: Warning: Found unknown command `\016'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:786: Warning: Found unknown command `\017'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:790: Warning: Found unknown command `\020'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:794: Warning: Found unknown command `\021'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:798: Warning: Found unknown command `\022'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:802: Warning: Found unknown command `\023'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:806: Warning: Found unknown command `\024'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:810: Warning: Found unknown command `\025'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:814: Warning: Found unknown command `\026'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:818: Warning: Found unknown command `\027'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:822: Warning: Found unknown command `\030'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:826: Warning: Found unknown command `\031'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:830: Warning: Found unknown command `\032'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:834: Warning: Found unknown command `\033'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:838: Warning: Found unknown command `\034'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:842: Warning: Found unknown command `\034'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:846: Warning: Found unknown command `\035'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:850: Warning: Found unknown command `\035'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:854: Warning: Found unknown command `\036'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:858: Warning: Found unknown command `\036'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:862: Warning: Found unknown command `\037'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:866: Warning: Found unknown command `\037'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:1074: Warning: Found unknown command `\177'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:11: Warning: explicit link request to 'wxRichTextCtrl' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:11: Warning: explicit link request to 'wxRichTextBuffer' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:11: Warning: explicit link request to 'wxRichTextEvent' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:12: Warning: explicit link request to 'wxRichTextRange' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:13: Warning: explicit link request to 'wxRichTextFileHandler' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:13: Warning: explicit link request to 'wxRichTextHTMLHandler' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:14: Warning: explicit link request to 'wxRichTextXMLHandler' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:15: Warning: explicit link request to 'wxRichTextCharacterStyleDefinition' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:16: Warning: explicit link request to 'wxRichTextParagraphStyleDefinition' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:17: Warning: explicit link request to 'wxRichTextListStyleDefinition' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:18: Warning: explicit link request to 'wxRichTextStyleSheet' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:19: Warning: explicit link request to 'wxRichTextStyleComboCtrl' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:20: Warning: explicit link request to 'wxRichTextStyleListBox' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:21: Warning: explicit link request to 'wxRichTextStyleListCtrl' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:22: Warning: explicit link request to 'wxRichTextPrinting' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:23: Warning: explicit link request to 'wxRichTextPrintout' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:24: Warning: explicit link request to 'wxRichTextHeaderFooterData' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:25: Warning: explicit link request to 'wxRichTextStyleOrganiserDialog' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:26: Warning: explicit link request to 'wxRichTextFormattingDialog' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:27: Warning: explicit link request to 'wxSymbolPickerDialog' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:42: Warning: explicit link request to 'wxRichTextPrinting' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:44: Warning: explicit link request to 'wxRichTextFormattingDialog' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:46: Warning: explicit link request to 'wxRichTextStyleOrganiserDialog' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:200: Warning: unable to resolve reference to `topic19_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:201: Warning: unable to resolve reference to `richtextctrldialogs_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:202: Warning: unable to resolve reference to `topic22_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:203: Warning: unable to resolve reference to `topic23_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:281: Warning: explicit link request to 'wxRichTextStyleSheet' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:282: Warning: explicit link request to 'wxRichTextParagraphStyleDefinition' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:282: Warning: explicit link request to 'wxRichTextListStyleDefinition' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:282: Warning: explicit link request to 'wxRichTextCharacterStyleDefinition' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:284: Warning: explicit link request to 'wxRichTextStyleComboCtrl' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:285: Warning: explicit link request to 'wxRichTextStyleListBox' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:297: Warning: explicit link request to 'wxRichTextFormattingDialog' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:307: Warning: explicit link request to 'wxRichTextStyleOrganiserDialog' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:311: Warning: explicit link request to 'wxSymbolPickerDialog' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/roughguide.h:44: Warning: explicit link request to 'wxList' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/roughguide.h:45: Warning: unable to resolve reference to `filefunctions_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/roughguide.h:47: Warning: explicit link request to 'miscellany' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/roughguide.h:48: Warning: unable to resolve reference to `classesbycat_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/runtimeclass.h:34: Warning: explicit link request to 'macros' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/runtimeclass.h:54: Warning: explicit link request to 'Example' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/runtimeclass.h:58: Warning: explicit link request to 'Runtime' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:20: Warning: unable to resolve reference to `sampleminimal_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:23: Warning: explicit link request to 'widgets' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:24: Warning: explicit link request to 'controls' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:49: Warning: unable to resolve reference to `sampleminimal_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:50: Warning: unable to resolve reference to `sampleanimate_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:51: Warning: unable to resolve reference to `sampleartprovider_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:52: Warning: unable to resolve reference to `samplecalendar_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:53: Warning: unable to resolve reference to `sampleconfig_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:54: Warning: unable to resolve reference to `samplecontrols_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:55: Warning: unable to resolve reference to `sampledebugrpt_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:56: Warning: unable to resolve reference to `sampledialogs_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:57: Warning: unable to resolve reference to `sampledialup_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:58: Warning: unable to resolve reference to `samplednd_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:59: Warning: unable to resolve reference to `sampleevent_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:60: Warning: explicit link request to 'Except(ions)' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:61: Warning: unable to resolve reference to `sampleexec_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:62: Warning: unable to resolve reference to `samplefont_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:63: Warning: unable to resolve reference to `samplegrid_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:64: Warning: unable to resolve reference to `samplehtml_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:65: Warning: unable to resolve reference to `sampleimage_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:66: Warning: explicit link request to 'Internat(ionalization)' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:67: Warning: unable to resolve reference to `samplelayout_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:68: Warning: unable to resolve reference to `samplelistctrl_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:69: Warning: unable to resolve reference to `samplemediaplayer_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:70: Warning: unable to resolve reference to `samplenotebook_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:71: Warning: unable to resolve reference to `samplerender_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:72: Warning: unable to resolve reference to `samplescrollsub_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:73: Warning: unable to resolve reference to `samplesockets_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:74: Warning: unable to resolve reference to `samplesound_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:75: Warning: unable to resolve reference to `samplestatbar_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:76: Warning: unable to resolve reference to `sampletaborder_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:77: Warning: unable to resolve reference to `sampletext_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:78: Warning: unable to resolve reference to `samplethread_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:79: Warning: unable to resolve reference to `sampletoolbar_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:80: Warning: unable to resolve reference to `sampletreectrl_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:81: Warning: unable to resolve reference to `samplewidgets_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:82: Warning: unable to resolve reference to `samplewizard_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:106: Warning: unable to resolve reference to `calendarctrl_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:112: Warning: explicit link request to 'wxConfig' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:126: Warning: explicit link request to 'wxSizers' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:126: Warning: explicit link request to 'constraints' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:259: Warning: explicit link request to 'PushEventHandler()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:260: Warning: explicit link request to 'PopEventHandler()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:274: Warning: explicit link request to 'wxExecute' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:275: Warning: explicit link request to 'wxShell' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:299: Warning: explicit link request to 'wxHtmlWindow' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:310: Warning: explicit link request to 'wxHtmlEasyPrinting' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:315: Warning: explicit link request to 'wxHtmlHelpController' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:355: Warning: explicit link request to 'overview' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:381: Warning: explicit link request to 'wxBookCtrl' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:390: Warning: explicit link request to 'renderer' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:397: Warning: explicit link request to 'SetTargetWindow' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:407: Warning: explicit link request to 'wxSocket' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:421: Warning: explicit link request to 'GetSocket' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:433: Warning: explicit link request to 'Read' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:433: Warning: explicit link request to 'Write' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:434: Warning: explicit link request to 'ReadMsg' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:434: Warning: explicit link request to 'WriteMsg' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:469: Warning: explicit link request to 'MoveAfterInTabOrder()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:506: Warning: explicit link request to 'wxMutexGuiLeave' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:562: Warning: explicit link request to 'TransferDataFromWindow' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/sizer.h:14: Warning: explicit link request to 'CreateButtonSizer' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/sizer.h:27: Warning: unable to resolve reference to `ideabehindsizers_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/sizer.h:28: Warning: unable to resolve reference to `boxsizerprogramming_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/sizer.h:29: Warning: unable to resolve reference to `gridsizerprogramming_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/sizer.h:30: Warning: unable to resolve reference to `flexgridsizerprogramming_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/sizer.h:31: Warning: unable to resolve reference to `staticboxsizerprogramming_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/sizer.h:32: Warning: explicit link request to 'CreateButtonSizer' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/sizer.h:56: Warning: unable to resolve reference to `boxsizerprogramming_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/sizer.h:125: Warning: explicit link request to 'wxStaticBoxSixer' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/splitterwindow.h:15: Warning: explicit link request to 'Example' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:12: Warning: explicit link request to 'Introduction' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:13: Warning: unable to resolve reference to `otherstringclasses_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:14: Warning: unable to resolve reference to `stringadvices_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:15: Warning: unable to resolve reference to `relatedtostring_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:16: Warning: unable to resolve reference to `stringrefcount_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:17: Warning: unable to resolve reference to `stringtuning_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:33: Warning: explicit link request to 'Printf()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:48: Warning: unable to resolve reference to `stringrefcount_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:49: Warning: unable to resolve reference to `stringtuning_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:57: Warning: explicit link request to 'AfterFirst' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:58: Warning: explicit link request to 'BeforeLast' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:58: Warning: explicit link request to 'operator' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:59: Warning: explicit link request to 'Printf' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:73: Warning: explicit link request to 'Len()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:74: Warning: explicit link request to 'Length()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:91: Warning: explicit link request to 'c_str()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:121: Warning: explicit link request to 'c_str()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:135: Warning: unable to resolve reference to `stringrefcount_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:150: Warning: Found unknown command `\NULLs'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:176: Warning: explicit link request to 'GetChar()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:178: Warning: explicit link request to 'GetWritableChar()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:182: Warning: explicit link request to 'GetChar()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:184: Warning: explicit link request to 'at()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:187: Warning: unable to resolve reference to `stringadvices_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:196: Warning: unable to resolve reference to `stringrefcount_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:228: Warning: explicit link request to 'Alloc()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/thread.h:15: Warning: explicit link request to 'thread' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/thread.h:16: Warning: explicit link request to 'mutexes' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/thread.h:17: Warning: unable to resolve reference to `criticalsection_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/thread.h:18: Warning: explicit link request to 'conditions' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/thread.h:33: Warning: unable to resolve reference to `idleevent_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/tipprovider.h:11: Warning: explicit link request to 'wxShowTip' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/tipprovider.h:12: Warning: explicit link request to 'GetTip' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/tipprovider.h:23: Warning: explicit link request to 'wxAdv' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/tipprovider.h:61: Warning: explicit link request to 'wxShowTip' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/tips.h:16: Warning: explicit link request to 'wxShowTip' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/tips.h:32: Warning: explicit link request to 'GetTip' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/toolbar.h:62: Warning: unable to resolve reference to `usingtoolbarlibrary_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/treectrl.h:19: Warning: explicit link request to 'GetItemText' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/treectrl.h:19: Warning: explicit link request to 'SetItemText' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/treectrl.h:21: Warning: explicit link request to 'GetItemImage' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/treectrl.h:21: Warning: explicit link request to 'SetItemImage' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/treectrl.h:24: Warning: explicit link request to 'SetItemSelectedImage' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/treectrl.h:24: Warning: explicit link request to 'GetItemSelectedImage' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/treectrl.h:29: Warning: explicit link request to 'IsSelected' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/treectrl.h:30: Warning: explicit link request to 'IsVisible' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/treectrl.h:30: Warning: explicit link request to 'IsBold' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/treectrl.h:31: Warning: explicit link request to 'IsExpanded' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/treectrl.h:33: Warning: explicit link request to 'SelectItem' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/treectrl.h:40: Warning: explicit link request to 'SetItemData' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/treectrl.h:42: Warning: explicit link request to 'GetItemData()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/treectrl.h:48: Warning: explicit link request to 'AddRoot' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/treectrl.h:62: Warning: explicit link request to 'GetFirstChild' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/treectrl.h:63: Warning: explicit link request to 'GetNextChild' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/treectrl.h:66: Warning: explicit link request to 'SortChildren' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/treectrl.h:67: Warning: explicit link request to 'OnCompareItems' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/treectrl.h:71: Warning: explicit link request to 'HitTest' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/treectrl.h:72: Warning: explicit link request to 'EditLabel' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/trefcount.h:11: Warning: unable to resolve reference to `refcount_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/trefcount.h:12: Warning: unable to resolve reference to `refcountequality_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/trefcount.h:13: Warning: unable to resolve reference to `refcountdestruct_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/trefcount.h:14: Warning: unable to resolve reference to `refcountlist_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/trefcount.h:15: Warning: unable to resolve reference to `object_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/trefcount.h:35: Warning: unable to resolve reference to `refcountlist_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/unicode.h:14: Warning: unable to resolve reference to `whatisunicode_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/unicode.h:15: Warning: unable to resolve reference to `unicodeandansi_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/unicode.h:16: Warning: unable to resolve reference to `unicodeinsidewxw_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/unicode.h:17: Warning: unable to resolve reference to `unicodeoutsidewxw_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/unicode.h:18: Warning: unable to resolve reference to `unicodesettings_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/unicode.h:19: Warning: unable to resolve reference to `topic8_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/unicode.h:30: Warning: explicit link request to 'http' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/unicode.h:100: Warning: explicit link request to 'ifdef' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/unicode.h:114: Warning: explicit link request to 'ifdefs' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/unicode.h:153: Warning: explicit link request to 'c_str()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/windowids.h:15: Warning: explicit link request to 'Introduction' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/windowids.h:16: Warning: unable to resolve reference to `windowidstypes_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/windowids.h:17: Warning: unable to resolve reference to `windowidsusing_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/xrc.h:11: Warning: explicit link request to 'wxXmlResource' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/xrc.h:11: Warning: explicit link request to 'wxXmlResourceHandler' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/xrc.h:32: Warning: unable to resolve reference to `xrcconcepts_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/xrc.h:33: Warning: unable to resolve reference to `binaryresourcefiles_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/xrc.h:34: Warning: unable to resolve reference to `embeddedresource_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/xrc.h:35: Warning: unable to resolve reference to `xrccppsample_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/xrc.h:36: Warning: unable to resolve reference to `xrcsample_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/xrc.h:37: Warning: unable to resolve reference to `xrcfileformat_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/xrc.h:38: Warning: unable to resolve reference to `xrccppheader_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/xrc.h:39: Warning: unable to resolve reference to `newresourcehandlers_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/xrc.h:46: Warning: unable to resolve reference to `binaryresourcefiles_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/xrc.h:58: Warning: explicit link request to 'wxDesigner' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/xrc.h:59: Warning: explicit link request to 'DialogBlocks' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/xrc.h:60: Warning: explicit link request to 'XRCed' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/xrc.h:63: Warning: explicit link request to 'wxGlade' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/xrc.h:65: Warning: explicit link request to 'www.wxwidgets.org' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/xrc.h:70: Warning: unable to resolve reference to `binaryresourcefiles_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/xrc.h:71: Warning: unable to resolve reference to `embeddedresource_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/xrc.h:624: Warning: explicit link request to 'wxXmlResourceHandler' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/platdetails.h:23: Warning: Found unknown command `\input'
+/home/frm/work/wxWidgets/docs/doxygen/platdetails.h:24: Warning: Found unknown command `\input'
+/home/frm/work/wxWidgets/docs/doxygen/platdetails.h:25: Warning: Found unknown command `\input'
+/home/frm/work/wxWidgets/docs/doxygen/platdetails.h:26: Warning: Found unknown command `\input'
+/home/frm/work/wxWidgets/docs/doxygen/platdetails.h:27: Warning: Found unknown command `\input'
+/home/frm/work/wxWidgets/docs/doxygen/platdetails.h:28: Warning: Found unknown command `\input'
+/home/frm/work/wxWidgets/docs/doxygen/platdetails.h:29: Warning: Found unknown command `\input'
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:16: Warning: unable to resolve reference to `referencenotes' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:17: Warning: unable to resolve reference to `roughguide' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:18: Warning: unable to resolve reference to `helloworld' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:19: Warning: unable to resolve reference to `samples' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:20: Warning: unable to resolve reference to `wxpython' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:24: Warning: unable to resolve reference to `backwardcompatibility' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:25: Warning: unable to resolve reference to `runtimeclassoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:26: Warning: unable to resolve reference to `trefcount' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:27: Warning: unable to resolve reference to `wxappoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:28: Warning: unable to resolve reference to `unicode' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:29: Warning: unable to resolve reference to `mbconvclasses' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:30: Warning: unable to resolve reference to `internationalization' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:31: Warning: unable to resolve reference to `nonenglishoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:32: Warning: unable to resolve reference to `debuggingoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:33: Warning: unable to resolve reference to `wxlogoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:34: Warning: unable to resolve reference to `eventhandlingoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:35: Warning: unable to resolve reference to `exceptionsoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:36: Warning: unable to resolve reference to `windowstyles' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:37: Warning: unable to resolve reference to `windowdeletionoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:38: Warning: unable to resolve reference to `windowidsoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:39: Warning: unable to resolve reference to `envvars' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:43: Warning: unable to resolve reference to `wxstringoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:44: Warning: unable to resolve reference to `bufferclasses' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:45: Warning: unable to resolve reference to `wxdatetimeoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:46: Warning: unable to resolve reference to `wxcontaineroverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:47: Warning: unable to resolve reference to `wxfileoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:48: Warning: unable to resolve reference to `wxstreamoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:49: Warning: unable to resolve reference to `wxthreadoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:50: Warning: unable to resolve reference to `wxconfigoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:51: Warning: unable to resolve reference to `fs' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:52: Warning: unable to resolve reference to `wxresyn' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:53: Warning: unable to resolve reference to `wxarc' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:54: Warning: unable to resolve reference to `ipcoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:58: Warning: unable to resolve reference to `dcoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:59: Warning: unable to resolve reference to `wxbitmapoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:60: Warning: unable to resolve reference to `wxfontoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:61: Warning: unable to resolve reference to `wxfontencodingoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:62: Warning: unable to resolve reference to `printingoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:63: Warning: unable to resolve reference to `unixprinting' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:67: Warning: unable to resolve reference to `sizeroverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:68: Warning: unable to resolve reference to `xrcoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:69: Warning: unable to resolve reference to `windowsizingoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:70: Warning: unable to resolve reference to `scrollingoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:71: Warning: unable to resolve reference to `wxdialogoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:72: Warning: unable to resolve reference to `validatoroverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:73: Warning: unable to resolve reference to `wxdataobjectoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:74: Warning: unable to resolve reference to `wxdndoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:75: Warning: unable to resolve reference to `constraintsoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:79: Warning: unable to resolve reference to `wxhtml' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:80: Warning: unable to resolve reference to `wxrichtextctrloverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:81: Warning: unable to resolve reference to `wxauioverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:82: Warning: unable to resolve reference to `commondialogsoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:83: Warning: unable to resolve reference to `wxtoolbaroverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:84: Warning: unable to resolve reference to `gridoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:85: Warning: unable to resolve reference to `wxtreectrloverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:86: Warning: unable to resolve reference to `wxlistctrloverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:87: Warning: unable to resolve reference to `wxsplitterwindowoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:88: Warning: unable to resolve reference to `wximagelistoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:89: Warning: unable to resolve reference to `wxbookctrloverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:90: Warning: unable to resolve reference to `wxtipprovider' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:91: Warning: unable to resolve reference to `docviewoverview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/accel.h:10: Warning: unable to resolve reference to `acceleratortable_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/accel.h:24: Warning: argument `flags' of command @param is not found in the argument list of wxAcceleratorEntry::wxAcceleratorEntry()
+/home/frm/work/wxWidgets/include/interface/wx/accel.h:24: Warning: argument `keyCode' of command @param is not found in the argument list of wxAcceleratorEntry::wxAcceleratorEntry()
+/home/frm/work/wxWidgets/include/interface/wx/accel.h:24: Warning: argument `cmd' of command @param is not found in the argument list of wxAcceleratorEntry::wxAcceleratorEntry()
+/home/frm/work/wxWidgets/include/interface/wx/accel.h:98: Warning: argument `n' of command @param is not found in the argument list of wxAcceleratorTable::wxAcceleratorTable()
+/home/frm/work/wxWidgets/include/interface/wx/accel.h:98: Warning: argument `entries' of command @param is not found in the argument list of wxAcceleratorTable::wxAcceleratorTable()
+/home/frm/work/wxWidgets/include/interface/wx/accel.h:98: Warning: argument `resource' of command @param is not found in the argument list of wxAcceleratorTable::wxAcceleratorTable()
+/home/frm/work/wxWidgets/include/interface/wx/accel.h:116: Warning: unable to resolve reference to `refcountdestruct_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/animate.h:179: Warning: argument `name' of command @param is not found in the argument list of wxAnimation::wxAnimation()
+/home/frm/work/wxWidgets/include/interface/wx/animate.h:179: Warning: argument `type' of command @param is not found in the argument list of wxAnimation::wxAnimation()
+/home/frm/work/wxWidgets/include/interface/wx/animate.h:194: Warning: unable to resolve reference to `refcountdestruct_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/animate.h:114: Warning: explicit link request to 'stopped' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/animate.h:121: Warning: explicit link request to 'Stopped' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/app.h:128: Warning: unable to resolve reference to `appshutdown_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/app.h:485: Warning: unable to resolve reference to `appshutdown_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/app.h:520: Warning: The following parameters of wxApp::SetUseBestVisual(bool flag, bool forceTrueColour=false) are not documented:
+ parameter forceTrueColour
+/home/frm/work/wxWidgets/include/interface/wx/apptrait.h:17: Warning: unable to resolve reference to `librarieslist_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/apptrait.h:34: Warning: explicit link request to 'wxRegConfig' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/apptrait.h:36: Warning: explicit link request to 'GetAppName()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/apptrait.h:37: Warning: explicit link request to 'GetVendorName()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/archive.h:166: Warning: unable to resolve reference to `arcgeneric_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/archive.h:167: Warning: explicit link request to 'wxArchiveNotifier' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dynarray.h:252: Warning: unable to resolve reference to `arrayctordef_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dynarray.h:254: Warning: unable to resolve reference to `arrayctorcopy_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dynarray.h:510: Warning: explicit link request to 'WX_DEFINE_ARRAY_INT' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dynarray.h:512: Warning: explicit link request to 'WX_DEFINE_EXPORTED_ARRAY_INT' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dynarray.h:514: Warning: explicit link request to 'WX_DEFINE_USER_EXPORTED_ARRAY_INT' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dynarray.h:516: Warning: explicit link request to 'WX_DEFINE_SORTED_ARRAY_INT' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dynarray.h:518: Warning: explicit link request to 'WX_DEFINE_SORTED_EXPORTED_ARRAY_INT' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dynarray.h:520: Warning: explicit link request to 'WX_DEFINE_SORTED_USER_EXPORTED_ARRAY_INT' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/arrstr.h:11: Warning: explicit link request to 'wxArray' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/arrstr.h:18: Warning: explicit link request to 'arrays' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/arrstr.h:53: Warning: explicit link request to 'wxArray' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/arrstr.h:92: Warning: unable to resolve reference to `arraymemorymanagement_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/arrstr.h:186: Warning: unable to resolve reference to `arraymemorymanagement_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dynarray.h:29: Warning: explicit link request to 'wxList' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dynarray.h:32: Warning: unable to resolve reference to `arraymemorymanagement_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dynarray.h:66: Warning: explicit link request to 'Index()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dynarray.h:67: Warning: explicit link request to 'Add()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/artprov.h:49: Warning: unable to resolve reference to `artprovideridentifying_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/artprov.h:50: Warning: explicit link request to 'Clients' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/artprov.h:69: Warning: explicit link request to 'artprov' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/artprov.h:128: Warning: explicit link request to 'artprov' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/artprov.h:192: Warning: explicit link request to 'artprov' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/artprov.h:318: Warning: explicit link request to 'artprov' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/bitmap.h:170: Warning: unable to resolve reference to `supportedbitmapformats_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/bitmap.h:177: Warning: argument `bits' of command @param is not found in the argument list of wxBitmap::wxBitmap()
+/home/frm/work/wxWidgets/include/interface/wx/bitmap.h:177: Warning: argument `width' of command @param is not found in the argument list of wxBitmap::wxBitmap()
+/home/frm/work/wxWidgets/include/interface/wx/bitmap.h:177: Warning: argument `height' of command @param is not found in the argument list of wxBitmap::wxBitmap()
+/home/frm/work/wxWidgets/include/interface/wx/bitmap.h:177: Warning: argument `depth' of command @param is not found in the argument list of wxBitmap::wxBitmap()
+/home/frm/work/wxWidgets/include/interface/wx/bitmap.h:177: Warning: argument `name' of command @param is not found in the argument list of wxBitmap::wxBitmap()
+/home/frm/work/wxWidgets/include/interface/wx/bitmap.h:177: Warning: argument `type' of command @param is not found in the argument list of wxBitmap::wxBitmap()
+/home/frm/work/wxWidgets/include/interface/wx/bitmap.h:177: Warning: argument `img' of command @param is not found in the argument list of wxBitmap::wxBitmap()
+/home/frm/work/wxWidgets/include/interface/wx/bitmap.h:282: Warning: unable to resolve reference to `refcountdestruct_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/bitmap.h:322: Warning: argument `data' of command @param is not found in the argument list of wxBitmap::Create(int width, int height, int depth=-1)
+/home/frm/work/wxWidgets/include/interface/wx/bitmap.h:322: Warning: argument `type' of command @param is not found in the argument list of wxBitmap::Create(int width, int height, int depth=-1)
+/home/frm/work/wxWidgets/include/interface/wx/bitmap.h:353: Warning: argument `extension' of command @param is not found in the argument list of wxBitmap::FindHandler(const wxString &name)
+/home/frm/work/wxWidgets/include/interface/wx/bitmap.h:353: Warning: argument `bitmapType' of command @param is not found in the argument list of wxBitmap::FindHandler(const wxString &name)
+/home/frm/work/wxWidgets/include/interface/wx/bmpbuttn.h:10: Warning: explicit link request to 'panel' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/bmpbuttn.h:47: Warning: argument `parent' of command @param is not found in the argument list of wxBitmapButton::wxBitmapButton()
+/home/frm/work/wxWidgets/include/interface/wx/bmpbuttn.h:47: Warning: argument `id' of command @param is not found in the argument list of wxBitmapButton::wxBitmapButton()
+/home/frm/work/wxWidgets/include/interface/wx/bmpbuttn.h:47: Warning: argument `bitmap' of command @param is not found in the argument list of wxBitmapButton::wxBitmapButton()
+/home/frm/work/wxWidgets/include/interface/wx/bmpbuttn.h:47: Warning: argument `pos' of command @param is not found in the argument list of wxBitmapButton::wxBitmapButton()
+/home/frm/work/wxWidgets/include/interface/wx/bmpbuttn.h:47: Warning: argument `size' of command @param is not found in the argument list of wxBitmapButton::wxBitmapButton()
+/home/frm/work/wxWidgets/include/interface/wx/bmpbuttn.h:47: Warning: argument `style' of command @param is not found in the argument list of wxBitmapButton::wxBitmapButton()
+/home/frm/work/wxWidgets/include/interface/wx/bmpbuttn.h:47: Warning: argument `validator' of command @param is not found in the argument list of wxBitmapButton::wxBitmapButton()
+/home/frm/work/wxWidgets/include/interface/wx/bmpbuttn.h:47: Warning: argument `name' of command @param is not found in the argument list of wxBitmapButton::wxBitmapButton()
+/home/frm/work/wxWidgets/include/interface/wx/bmpcbox.h:50: Warning: argument `parent' of command @param is not found in the argument list of wxBitmapComboBox::wxBitmapComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/bmpcbox.h:50: Warning: argument `id' of command @param is not found in the argument list of wxBitmapComboBox::wxBitmapComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/bmpcbox.h:50: Warning: argument `value' of command @param is not found in the argument list of wxBitmapComboBox::wxBitmapComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/bmpcbox.h:50: Warning: argument `pos' of command @param is not found in the argument list of wxBitmapComboBox::wxBitmapComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/bmpcbox.h:50: Warning: argument `size' of command @param is not found in the argument list of wxBitmapComboBox::wxBitmapComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/bmpcbox.h:50: Warning: argument `n' of command @param is not found in the argument list of wxBitmapComboBox::wxBitmapComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/bmpcbox.h:50: Warning: argument `choices' of command @param is not found in the argument list of wxBitmapComboBox::wxBitmapComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/bmpcbox.h:50: Warning: argument `style' of command @param is not found in the argument list of wxBitmapComboBox::wxBitmapComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/bmpcbox.h:50: Warning: argument `validator' of command @param is not found in the argument list of wxBitmapComboBox::wxBitmapComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/bmpcbox.h:50: Warning: argument `name' of command @param is not found in the argument list of wxBitmapComboBox::wxBitmapComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/bitmap.h:9: Warning: explicit link request to 'Overview' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/bitmap.h:147: Warning: argument `name' of command @param is not found in the argument list of wxBitmapHandler::SetType(long type)
+/home/frm/work/wxWidgets/include/interface/wx/bitmap.h:147: Warning: The following parameters of wxBitmapHandler::SetType(long type) are not documented:
+ parameter type
+/home/frm/work/wxWidgets/include/interface/wx/sizer.h:1265: Warning: unable to resolve reference to `boxsizerprogramming_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/brush.h:49: Warning: argument `colour' of command @param is not found in the argument list of wxBrush::wxBrush()
+/home/frm/work/wxWidgets/include/interface/wx/brush.h:49: Warning: argument `colourName' of command @param is not found in the argument list of wxBrush::wxBrush()
+/home/frm/work/wxWidgets/include/interface/wx/brush.h:49: Warning: argument `style' of command @param is not found in the argument list of wxBrush::wxBrush()
+/home/frm/work/wxWidgets/include/interface/wx/brush.h:49: Warning: argument `brush' of command @param is not found in the argument list of wxBrush::wxBrush()
+/home/frm/work/wxWidgets/include/interface/wx/brush.h:49: Warning: argument `stippleBitmap' of command @param is not found in the argument list of wxBrush::wxBrush()
+/home/frm/work/wxWidgets/include/interface/wx/brush.h:124: Warning: unable to resolve reference to `refcountdestruct_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/brush.h:309: Warning: unable to resolve reference to `refcountequality_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/brush.h:320: Warning: unable to resolve reference to `refcountequality_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dcbuffer.h:46: Warning: argument `dc' of command @param is not found in the argument list of wxBufferedDC::wxBufferedDC()
+/home/frm/work/wxWidgets/include/interface/wx/dcbuffer.h:46: Warning: argument `area' of command @param is not found in the argument list of wxBufferedDC::wxBufferedDC()
+/home/frm/work/wxWidgets/include/interface/wx/dcbuffer.h:46: Warning: argument `buffer' of command @param is not found in the argument list of wxBufferedDC::wxBufferedDC()
+/home/frm/work/wxWidgets/include/interface/wx/dcbuffer.h:46: Warning: argument `style' of command @param is not found in the argument list of wxBufferedDC::wxBufferedDC()
+/home/frm/work/wxWidgets/include/interface/wx/dcbuffer.h:91: Warning: unable to resolve reference to `buffereddcctor_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dcbuffer.h:141: Warning: explicit link request to 'PrepareDC' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/utils.h:52: Warning: explicit link request to 'wxBeginBusyCursor' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/utils.h:60: Warning: explicit link request to 'wxBeginBusyCursor' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/utils.h:67: Warning: explicit link request to 'wxBeginBusyCursor' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/button.h:11: Warning: explicit link request to 'panel' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/button.h:52: Warning: unable to resolve reference to `stockitems_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/button.h:48: Warning: argument `parent' of command @param is not found in the argument list of wxButton::wxButton()
+/home/frm/work/wxWidgets/include/interface/wx/button.h:48: Warning: argument `id' of command @param is not found in the argument list of wxButton::wxButton()
+/home/frm/work/wxWidgets/include/interface/wx/button.h:48: Warning: argument `label' of command @param is not found in the argument list of wxButton::wxButton()
+/home/frm/work/wxWidgets/include/interface/wx/button.h:48: Warning: argument `pos' of command @param is not found in the argument list of wxButton::wxButton()
+/home/frm/work/wxWidgets/include/interface/wx/button.h:48: Warning: argument `size' of command @param is not found in the argument list of wxButton::wxButton()
+/home/frm/work/wxWidgets/include/interface/wx/button.h:48: Warning: argument `style' of command @param is not found in the argument list of wxButton::wxButton()
+/home/frm/work/wxWidgets/include/interface/wx/button.h:48: Warning: argument `validator' of command @param is not found in the argument list of wxButton::wxButton()
+/home/frm/work/wxWidgets/include/interface/wx/button.h:48: Warning: argument `name' of command @param is not found in the argument list of wxButton::wxButton()
+/home/frm/work/wxWidgets/include/interface/wx/calctrl.h:204: Warning: unable to resolve reference to `samplecalendar_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/calctrl.h:315: Warning: explicit link request to 'constants' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/calctrl.h:71: Warning: explicit link request to 'border' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/calctrl.h:128: Warning: unable to resolve reference to `calendardateattr_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/checkbox.h:46: Warning: argument `parent' of command @param is not found in the argument list of wxCheckBox::wxCheckBox()
+/home/frm/work/wxWidgets/include/interface/wx/checkbox.h:46: Warning: argument `id' of command @param is not found in the argument list of wxCheckBox::wxCheckBox()
+/home/frm/work/wxWidgets/include/interface/wx/checkbox.h:46: Warning: argument `label' of command @param is not found in the argument list of wxCheckBox::wxCheckBox()
+/home/frm/work/wxWidgets/include/interface/wx/checkbox.h:46: Warning: argument `pos' of command @param is not found in the argument list of wxCheckBox::wxCheckBox()
+/home/frm/work/wxWidgets/include/interface/wx/checkbox.h:46: Warning: argument `size' of command @param is not found in the argument list of wxCheckBox::wxCheckBox()
+/home/frm/work/wxWidgets/include/interface/wx/checkbox.h:46: Warning: argument `style' of command @param is not found in the argument list of wxCheckBox::wxCheckBox()
+/home/frm/work/wxWidgets/include/interface/wx/checkbox.h:46: Warning: argument `validator' of command @param is not found in the argument list of wxCheckBox::wxCheckBox()
+/home/frm/work/wxWidgets/include/interface/wx/checkbox.h:46: Warning: argument `name' of command @param is not found in the argument list of wxCheckBox::wxCheckBox()
+/home/frm/work/wxWidgets/include/interface/wx/checklst.h:37: Warning: argument `parent' of command @param is not found in the argument list of wxCheckListBox::wxCheckListBox()
+/home/frm/work/wxWidgets/include/interface/wx/checklst.h:37: Warning: argument `id' of command @param is not found in the argument list of wxCheckListBox::wxCheckListBox()
+/home/frm/work/wxWidgets/include/interface/wx/checklst.h:37: Warning: argument `pos' of command @param is not found in the argument list of wxCheckListBox::wxCheckListBox()
+/home/frm/work/wxWidgets/include/interface/wx/checklst.h:37: Warning: argument `size' of command @param is not found in the argument list of wxCheckListBox::wxCheckListBox()
+/home/frm/work/wxWidgets/include/interface/wx/checklst.h:37: Warning: argument `n' of command @param is not found in the argument list of wxCheckListBox::wxCheckListBox()
+/home/frm/work/wxWidgets/include/interface/wx/checklst.h:37: Warning: argument `choices' of command @param is not found in the argument list of wxCheckListBox::wxCheckListBox()
+/home/frm/work/wxWidgets/include/interface/wx/checklst.h:37: Warning: argument `style' of command @param is not found in the argument list of wxCheckListBox::wxCheckListBox()
+/home/frm/work/wxWidgets/include/interface/wx/checklst.h:37: Warning: argument `validator' of command @param is not found in the argument list of wxCheckListBox::wxCheckListBox()
+/home/frm/work/wxWidgets/include/interface/wx/checklst.h:37: Warning: argument `name' of command @param is not found in the argument list of wxCheckListBox::wxCheckListBox()
+/home/frm/work/wxWidgets/include/interface/wx/event.h:1520: Warning: explicit link request to 'FindFocus' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/choice.h:36: Warning: argument `parent' of command @param is not found in the argument list of wxChoice::wxChoice()
+/home/frm/work/wxWidgets/include/interface/wx/choice.h:36: Warning: argument `id' of command @param is not found in the argument list of wxChoice::wxChoice()
+/home/frm/work/wxWidgets/include/interface/wx/choice.h:36: Warning: argument `pos' of command @param is not found in the argument list of wxChoice::wxChoice()
+/home/frm/work/wxWidgets/include/interface/wx/choice.h:36: Warning: argument `size' of command @param is not found in the argument list of wxChoice::wxChoice()
+/home/frm/work/wxWidgets/include/interface/wx/choice.h:36: Warning: argument `n' of command @param is not found in the argument list of wxChoice::wxChoice()
+/home/frm/work/wxWidgets/include/interface/wx/choice.h:36: Warning: argument `choices' of command @param is not found in the argument list of wxChoice::wxChoice()
+/home/frm/work/wxWidgets/include/interface/wx/choice.h:36: Warning: argument `style' of command @param is not found in the argument list of wxChoice::wxChoice()
+/home/frm/work/wxWidgets/include/interface/wx/choice.h:36: Warning: argument `validator' of command @param is not found in the argument list of wxChoice::wxChoice()
+/home/frm/work/wxWidgets/include/interface/wx/choice.h:36: Warning: argument `name' of command @param is not found in the argument list of wxChoice::wxChoice()
+/home/frm/work/wxWidgets/include/interface/wx/choicebk.h:16: Warning: unable to resolve reference to `samplenotebook_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/choicebk.h:42: Warning: explicit link request to 'wxBookCtrl' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/choicebk.h:42: Warning: unable to resolve reference to `samplenotebook_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/object.h:236: Warning: explicit link request to 'Overview' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/cmdline.h:20: Warning: explicit link request to 'construct' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/cmdline.h:67: Warning: unable to resolve reference to `cmdlineparsersetdesc_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/cmdline.h:169: Warning: explicit link request to 'constructor' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/cmdline.h:195: Warning: explicit link request to 'Customization' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/colour.h:49: Warning: argument `red' of command @param is not found in the argument list of wxColour::wxColour()
+/home/frm/work/wxWidgets/include/interface/wx/colour.h:49: Warning: argument `green' of command @param is not found in the argument list of wxColour::wxColour()
+/home/frm/work/wxWidgets/include/interface/wx/colour.h:49: Warning: argument `blue' of command @param is not found in the argument list of wxColour::wxColour()
+/home/frm/work/wxWidgets/include/interface/wx/colour.h:49: Warning: argument `alpha' of command @param is not found in the argument list of wxColour::wxColour()
+/home/frm/work/wxWidgets/include/interface/wx/colour.h:49: Warning: argument `colourName' of command @param is not found in the argument list of wxColour::wxColour()
+/home/frm/work/wxWidgets/include/interface/wx/colour.h:49: Warning: argument `colour' of command @param is not found in the argument list of wxColour::wxColour()
+/home/frm/work/wxWidgets/include/interface/wx/colour.h:136: Warning: explicit link request to 'wxTheColourDatabase' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/cmndata.h:346: Warning: unable to resolve reference to `colourdialog_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/gdicmn.h:450: Warning: explicit link request to 'Ok()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/colordlg.h:16: Warning: unable to resolve reference to `colourdialog_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/colordlg.h:40: Warning: explicit link request to 'constructor' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/colordlg.h:45: Warning: unable to resolve reference to `colourdata_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/combobox.h:65: Warning: argument `parent' of command @param is not found in the argument list of wxComboBox::wxComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/combobox.h:65: Warning: argument `id' of command @param is not found in the argument list of wxComboBox::wxComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/combobox.h:65: Warning: argument `value' of command @param is not found in the argument list of wxComboBox::wxComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/combobox.h:65: Warning: argument `pos' of command @param is not found in the argument list of wxComboBox::wxComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/combobox.h:65: Warning: argument `size' of command @param is not found in the argument list of wxComboBox::wxComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/combobox.h:65: Warning: argument `n' of command @param is not found in the argument list of wxComboBox::wxComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/combobox.h:65: Warning: argument `choices' of command @param is not found in the argument list of wxComboBox::wxComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/combobox.h:65: Warning: argument `style' of command @param is not found in the argument list of wxComboBox::wxComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/combobox.h:65: Warning: argument `validator' of command @param is not found in the argument list of wxComboBox::wxComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/combobox.h:65: Warning: argument `name' of command @param is not found in the argument list of wxComboBox::wxComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/combo.h:195: Warning: argument `parent' of command @param is not found in the argument list of wxComboCtrl::wxComboCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/combo.h:195: Warning: argument `id' of command @param is not found in the argument list of wxComboCtrl::wxComboCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/combo.h:195: Warning: argument `value' of command @param is not found in the argument list of wxComboCtrl::wxComboCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/combo.h:195: Warning: argument `pos' of command @param is not found in the argument list of wxComboCtrl::wxComboCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/combo.h:195: Warning: argument `size' of command @param is not found in the argument list of wxComboCtrl::wxComboCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/combo.h:195: Warning: argument `style' of command @param is not found in the argument list of wxComboCtrl::wxComboCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/combo.h:195: Warning: argument `validator' of command @param is not found in the argument list of wxComboCtrl::wxComboCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/combo.h:195: Warning: argument `name' of command @param is not found in the argument list of wxComboCtrl::wxComboCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/combo.h:465: Warning: argument `text' of command @param is not found in the argument list of wxComboCtrl::Replace(long from, long to, const wxString &value)
+/home/frm/work/wxWidgets/include/interface/wx/combo.h:465: Warning: The following parameters of wxComboCtrl::Replace(long from, long to, const wxString &value) are not documented:
+ parameter value
+/home/frm/work/wxWidgets/include/interface/wx/combo.h:11: Warning: unable to resolve reference to `comboctrl_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/combo.h:27: Warning: explicit link request to 'm_combo' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/combo.h:44: Warning: argument `maxWidth' of command @param is not found in the argument list of wxComboPopup::GetAdjustedSize(int minWidth, int prefHeight, int maxHeight)
+/home/frm/work/wxWidgets/include/interface/wx/combo.h:44: Warning: The following parameters of wxComboPopup::GetAdjustedSize(int minWidth, int prefHeight, int maxHeight) are not documented:
+ parameter maxHeight
+/home/frm/work/wxWidgets/include/interface/wx/combo.h:78: Warning: explicit link request to 'm_combo' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/cmdproc.h:19: Warning: explicit link request to 'Overview' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/cmdproc.h:97: Warning: unable to resolve reference to `commandprocessor_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/config.h:28: Warning: unable to resolve reference to `configstaticfunctions_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/config.h:92: Warning: Found unknown command `\mydir'
+/home/frm/work/wxWidgets/include/interface/wx/config.h:39: Warning: argument `conv' of command @param is not found in the argument list of wxConfigBase::wxConfigBase(const wxString &appName=wxEmptyString, const wxString &vendorName=wxEmptyString, const wxString &localFilename=wxEmptyString, const wxString &globalFilename=wxEmptyString, long style=0)
+/home/frm/work/wxWidgets/include/interface/wx/config.h:415: Warning: explicit link request to 'SetUmask' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/cshelp.h:241: Warning: argument `parent' of command @param is not found in the argument list of wxContextHelpButton::wxContextHelpButton()
+/home/frm/work/wxWidgets/include/interface/wx/cshelp.h:241: Warning: argument `id' of command @param is not found in the argument list of wxContextHelpButton::wxContextHelpButton()
+/home/frm/work/wxWidgets/include/interface/wx/cshelp.h:241: Warning: argument `pos' of command @param is not found in the argument list of wxContextHelpButton::wxContextHelpButton()
+/home/frm/work/wxWidgets/include/interface/wx/cshelp.h:241: Warning: argument `size' of command @param is not found in the argument list of wxContextHelpButton::wxContextHelpButton()
+/home/frm/work/wxWidgets/include/interface/wx/cshelp.h:241: Warning: argument `style' of command @param is not found in the argument list of wxContextHelpButton::wxContextHelpButton()
+/home/frm/work/wxWidgets/include/interface/wx/event.h:1395: Warning: explicit link request to 'wxGetMousePosition' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/event.h:1408: Warning: unable to resolve reference to `commandevent_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/ctrlsub.h:24: Warning: explicit link request to 'deleted' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/ctrlsub.h:25: Warning: explicit link request to 'cleared' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/ctrlsub.h:43: Warning: argument `stringsArray' of command @param is not found in the argument list of wxControlWithItems::Append(const wxString &item)
+/home/frm/work/wxWidgets/include/interface/wx/ctrlsub.h:43: Warning: argument `strings' of command @param is not found in the argument list of wxControlWithItems::Append(const wxString &item)
+/home/frm/work/wxWidgets/include/interface/wx/ctrlsub.h:43: Warning: argument `n' of command @param is not found in the argument list of wxControlWithItems::Append(const wxString &item)
+/home/frm/work/wxWidgets/include/interface/wx/ctrlsub.h:43: Warning: argument `clientData' of command @param is not found in the argument list of wxControlWithItems::Append(const wxString &item)
+/home/frm/work/wxWidgets/include/interface/wx/ctrlsub.h:187: Warning: argument `stringsArray' of command @param is not found in the argument list of wxControlWithItems::Insert(const wxString &item, unsigned int pos)
+/home/frm/work/wxWidgets/include/interface/wx/ctrlsub.h:187: Warning: argument `strings' of command @param is not found in the argument list of wxControlWithItems::Insert(const wxString &item, unsigned int pos)
+/home/frm/work/wxWidgets/include/interface/wx/ctrlsub.h:187: Warning: argument `n' of command @param is not found in the argument list of wxControlWithItems::Insert(const wxString &item, unsigned int pos)
+/home/frm/work/wxWidgets/include/interface/wx/ctrlsub.h:187: Warning: argument `clientData' of command @param is not found in the argument list of wxControlWithItems::Insert(const wxString &item, unsigned int pos)
+/home/frm/work/wxWidgets/include/interface/wx/ctrlsub.h:244: Warning: argument `stringsArray' of command @param is not found in the argument list of wxControlWithItems::Set(const wxString &item)
+/home/frm/work/wxWidgets/include/interface/wx/ctrlsub.h:244: Warning: argument `strings' of command @param is not found in the argument list of wxControlWithItems::Set(const wxString &item)
+/home/frm/work/wxWidgets/include/interface/wx/ctrlsub.h:244: Warning: argument `n' of command @param is not found in the argument list of wxControlWithItems::Set(const wxString &item)
+/home/frm/work/wxWidgets/include/interface/wx/ctrlsub.h:244: Warning: argument `clientData' of command @param is not found in the argument list of wxControlWithItems::Set(const wxString &item)
+/home/frm/work/wxWidgets/include/interface/wx/ctrlsub.h:297: Warning: explicit link request to 'Deletes' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/thread.h:264: Warning: explicit link request to 'mutexes' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/cursor.h:45: Warning: argument `bits' of command @param is not found in the argument list of wxCursor::wxCursor()
+/home/frm/work/wxWidgets/include/interface/wx/cursor.h:45: Warning: argument `maskBits' of command @param is not found in the argument list of wxCursor::wxCursor()
+/home/frm/work/wxWidgets/include/interface/wx/cursor.h:45: Warning: argument `width' of command @param is not found in the argument list of wxCursor::wxCursor()
+/home/frm/work/wxWidgets/include/interface/wx/cursor.h:45: Warning: argument `height' of command @param is not found in the argument list of wxCursor::wxCursor()
+/home/frm/work/wxWidgets/include/interface/wx/cursor.h:45: Warning: argument `hotSpotX' of command @param is not found in the argument list of wxCursor::wxCursor()
+/home/frm/work/wxWidgets/include/interface/wx/cursor.h:45: Warning: argument `hotSpotY' of command @param is not found in the argument list of wxCursor::wxCursor()
+/home/frm/work/wxWidgets/include/interface/wx/cursor.h:45: Warning: argument `type' of command @param is not found in the argument list of wxCursor::wxCursor()
+/home/frm/work/wxWidgets/include/interface/wx/cursor.h:45: Warning: argument `cursorId' of command @param is not found in the argument list of wxCursor::wxCursor()
+/home/frm/work/wxWidgets/include/interface/wx/cursor.h:45: Warning: argument `cursor' of command @param is not found in the argument list of wxCursor::wxCursor()
+/home/frm/work/wxWidgets/include/interface/wx/cursor.h:259: Warning: unable to resolve reference to `refcountdestruct_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dataobj.h:315: Warning: unable to resolve reference to `samplednd_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/datstrm.h:155: Warning: argument `conv' of command @param is not found in the argument list of wxDataInputStream::wxDataInputStream(wxInputStream &stream)
+/home/frm/work/wxWidgets/include/interface/wx/dataobj.h:513: Warning: explicit link request to 'wxPyDataObjectSimple' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dataobj.h:524: Warning: unable to resolve reference to `samplednd_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dataobj.h:162: Warning: unable to resolve reference to `samplednd_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/datstrm.h:31: Warning: argument `conv' of command @param is not found in the argument list of wxDataOutputStream::wxDataOutputStream(wxOutputStream &stream)
+/home/frm/work/wxWidgets/include/interface/wx/dataview.h:762: Warning: explicit link request to 'wxDataViewTreeCtrl' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dataview.h:773: Warning: explicit link request to 'wxDataViewColumn' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dataview.h:843: Warning: explicit link request to 'wxDataViewColumn' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dataview.h:847: Warning: explicit link request to 'wxDataViewColumn' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dataview.h:192: Warning: explicit link request to 'wxDataViewTextRendererText' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dataview.h:676: Warning: explicit link request to 'Item' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dataview.h:681: Warning: explicit link request to 'wxDataViewTextRendererText' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dataview.h:330: Warning: explicit link request to 'wxDataViewTreeStore' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dataview.h:392: Warning: explicit link request to 'wxDataViewTextRendererText' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dataview.h:1179: Warning: explicit link request to 'wxDataViewColumn' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dataview.h:1182: Warning: explicit link request to 'wxDataViewTextRendererAttr' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dataview.h:1184: Warning: explicit link request to 'wxDataViewToggleRenderer' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dataview.h:1187: Warning: explicit link request to 'wxDataViewDateRenderer' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dataview.h:1188: Warning: explicit link request to 'wxDataViewSpinRenderer' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dataview.h:1249: Warning: explicit link request to 'wxDataViewColumn' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dataview.h:1267: Warning: explicit link request to 'wxDataViewColumn' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:77: Warning: unable to resolve reference to `datetimecalculations_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:201: Warning: explicit link request to 'JDN' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:202: Warning: explicit link request to 'MJD' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:203: Warning: unable to resolve reference to `datetimegetratadie_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:205: Warning: explicit link request to 'wxDateTime(double jdn)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:207: Warning: explicit link request to 'Set(double jdn)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:261: Warning: explicit link request to 'wxDateTime(time_t)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:263: Warning: explicit link request to 'wxDateTime(struct tm)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:265: Warning: explicit link request to 'wxDateTime(double jdn)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:267: Warning: explicit link request to 'wxDateTime(h, m, s, ms)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:269: Warning: explicit link request to 'wxDateTime(day, mon, year, h, m, s, ms)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:273: Warning: explicit link request to 'Set(time_t)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:275: Warning: explicit link request to 'Set(struct tm)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:277: Warning: explicit link request to 'Set(double jdn)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:279: Warning: explicit link request to 'Set(h, m, s, ms)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:281: Warning: explicit link request to 'Set(day, mon, year, h, m, s, ms)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:283: Warning: explicit link request to 'SetFromDOS(unsigned long ddt)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:301: Warning: explicit link request to 'operator=(time_t)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:303: Warning: explicit link request to 'operator=(struct tm)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:263: Warning: explicit link request to 'arithmetics' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:274: Warning: explicit link request to 'Add(wxTimeSpan)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:276: Warning: explicit link request to 'Add(wxDateSpan)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:278: Warning: explicit link request to 'Subtract(wxTimeSpan)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:280: Warning: explicit link request to 'Subtract(wxDateSpan)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:282: Warning: explicit link request to 'Subtract(wxDateTime)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:284: Warning: explicit link request to 'oparator' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:286: Warning: explicit link request to 'oparator' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:288: Warning: explicit link request to 'oparator' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:290: Warning: explicit link request to 'oparator' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:328: Warning: explicit link request to 'DOS' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:336: Warning: unable to resolve reference to `tdatedst_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:407: Warning: explicit link request to 'JDN' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:940: Warning: explicit link request to 'DOS' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:1145: Warning: unable to resolve reference to `tdatetimezones_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dc.h:31: Warning: explicit link request to 'Overview' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dc.h:412: Warning: unable to resolve reference to `dcgetlogicalfunction_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/memory.h:45: Warning: explicit link request to 'Overview' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/debugrpt.h:77: Warning: explicit link request to 'sample' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/debugrpt.h:132: Warning: explicit link request to 'AddContext(Context_Current)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/debugrpt.h:137: Warning: explicit link request to 'AddDump(Context_Current)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/debugrpt.h:150: Warning: explicit link request to 'AddContext(Context_Exception)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/debugrpt.h:155: Warning: explicit link request to 'AddDump(Context_Exception)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/memory.h:22: Warning: explicit link request to 'Overview' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/renderer.h:78: Warning: unable to resolve reference to `renderernativegetgeneric_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:14: Warning: unable to resolve reference to `autoscrollingdialogs_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:68: Warning: argument `parent' of command @param is not found in the argument list of wxDialog::wxDialog()
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:68: Warning: argument `id' of command @param is not found in the argument list of wxDialog::wxDialog()
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:68: Warning: argument `title' of command @param is not found in the argument list of wxDialog::wxDialog()
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:68: Warning: argument `pos' of command @param is not found in the argument list of wxDialog::wxDialog()
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:68: Warning: argument `size' of command @param is not found in the argument list of wxDialog::wxDialog()
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:68: Warning: argument `style' of command @param is not found in the argument list of wxDialog::wxDialog()
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:68: Warning: argument `name' of command @param is not found in the argument list of wxDialog::wxDialog()
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:114: Warning: unable to resolve reference to `autoscrollingdialogs_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:120: Warning: explicit link request to 'DoLayoutAdaptation' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:123: Warning: unable to resolve reference to `autoscrollingdialogs_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:185: Warning: unable to resolve reference to `autoscrollingdialogs_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:201: Warning: unable to resolve reference to `autoscrollingdialogs_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:246: Warning: unable to resolve reference to `autoscrollingdialogs_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:256: Warning: unable to resolve reference to `autoscrollingdialogs_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:263: Warning: unable to resolve reference to `autoscrollingdialogs_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:270: Warning: unable to resolve reference to `autoscrollingdialogs_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:278: Warning: unable to resolve reference to `autoscrollingdialogs_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:329: Warning: unable to resolve reference to `autoscrollingdialogs_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:337: Warning: unable to resolve reference to `autoscrollingdialogs_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:417: Warning: unable to resolve reference to `autoscrollingdialogs_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:427: Warning: unable to resolve reference to `autoscrollingdialogs_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:434: Warning: unable to resolve reference to `autoscrollingdialogs_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:443: Warning: unable to resolve reference to `autoscrollingdialogs_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:516: Warning: unable to resolve reference to `autoscrollingdialogs_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dialup.h:30: Warning: unable to resolve reference to `sampledialup_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dir.h:251: Warning: explicit link request to 'sink.OnDir()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dir.h:252: Warning: explicit link request to 'sink.OnFile()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dirdlg.h:30: Warning: unable to resolve reference to `dirdialog_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dir.h:10: Warning: explicit link request to 'Traverse' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dir.h:12: Warning: explicit link request to 'GetAllFiles' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/docview.h:296: Warning: unable to resolve reference to `docmanager_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/docview.h:396: Warning: explicit link request to 'wxConfig' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/docview.h:410: Warning: explicit link request to 'wxConfig' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/docmdi.h:14: Warning: explicit link request to 'wxDocTemplates' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/docview.h:957: Warning: explicit link request to 'wxDocTemplates' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/docview.h:1000: Warning: unable to resolve reference to `docmanager_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/docview.h:17: Warning: unable to resolve reference to `doctemplate_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/docview.h:1026: Warning: unable to resolve reference to `document_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/docview.h:1081: Warning: explicit link request to 'documentTypeName' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/docview.h:1269: Warning: explicit link request to 'documentTypeName' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dragimag.h:49: Warning: argument `image' of command @param is not found in the argument list of wxDragImage::wxDragImage()
+/home/frm/work/wxWidgets/include/interface/wx/dragimag.h:49: Warning: argument `text' of command @param is not found in the argument list of wxDragImage::wxDragImage()
+/home/frm/work/wxWidgets/include/interface/wx/dragimag.h:49: Warning: argument `cursor' of command @param is not found in the argument list of wxDragImage::wxDragImage()
+/home/frm/work/wxWidgets/include/interface/wx/dragimag.h:49: Warning: argument `hotspot' of command @param is not found in the argument list of wxDragImage::wxDragImage()
+/home/frm/work/wxWidgets/include/interface/wx/dragimag.h:49: Warning: argument `treeCtrl' of command @param is not found in the argument list of wxDragImage::wxDragImage()
+/home/frm/work/wxWidgets/include/interface/wx/dragimag.h:49: Warning: argument `listCtrl' of command @param is not found in the argument list of wxDragImage::wxDragImage()
+/home/frm/work/wxWidgets/include/interface/wx/dragimag.h:49: Warning: argument `id' of command @param is not found in the argument list of wxDragImage::wxDragImage()
+/home/frm/work/wxWidgets/include/interface/wx/dragimag.h:91: Warning: argument `boundingWindow' of command @param is not found in the argument list of wxDragImage::BeginDrag(const wxPoint &hotspot, wxWindow *window, bool fullScreen=false, wxRect *rect=NULL)
+/home/frm/work/wxWidgets/include/interface/wx/event.h:1186: Warning: explicit link request to 'here' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dnd.h:252: Warning: argument `scrolling' of command @param is not found in the argument list of wxDropSource::GiveFeedback(wxDragResult effect)
+/home/frm/work/wxWidgets/include/interface/wx/dynlib.h:316: Warning: explicit link request to 'array' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dynlib.h:47: Warning: Illegal command \windows as the argument of a \c command
+/home/frm/work/wxWidgets/include/interface/wx/dynlib.h:47: Warning: Found unknown command `\system32'
+/home/frm/work/wxWidgets/include/interface/wx/dynlib.h:47: Warning: Found unknown command `\kernel32'
+/home/frm/work/wxWidgets/include/interface/wx/editlbox.h:37: Warning: argument `parent' of command @param is not found in the argument list of wxEditableListBox::wxEditableListBox()
+/home/frm/work/wxWidgets/include/interface/wx/editlbox.h:37: Warning: argument `id' of command @param is not found in the argument list of wxEditableListBox::wxEditableListBox()
+/home/frm/work/wxWidgets/include/interface/wx/editlbox.h:37: Warning: argument `label' of command @param is not found in the argument list of wxEditableListBox::wxEditableListBox()
+/home/frm/work/wxWidgets/include/interface/wx/editlbox.h:37: Warning: argument `pos' of command @param is not found in the argument list of wxEditableListBox::wxEditableListBox()
+/home/frm/work/wxWidgets/include/interface/wx/editlbox.h:37: Warning: argument `size' of command @param is not found in the argument list of wxEditableListBox::wxEditableListBox()
+/home/frm/work/wxWidgets/include/interface/wx/editlbox.h:37: Warning: argument `style' of command @param is not found in the argument list of wxEditableListBox::wxEditableListBox()
+/home/frm/work/wxWidgets/include/interface/wx/editlbox.h:37: Warning: argument `name' of command @param is not found in the argument list of wxEditableListBox::wxEditableListBox()
+/home/frm/work/wxWidgets/include/interface/wx/event.h:2295: Warning: argument `id' of command @param is not found in the argument list of wxEvtHandler::Disconnect(wxEventType eventType=wxEVT_NULL, wxObjectEventFunction function=NULL, wxObject *userData=NULL, wxEvtHandler *eventSink=NULL)
+/home/frm/work/wxWidgets/include/interface/wx/event.h:2295: Warning: argument `lastId' of command @param is not found in the argument list of wxEvtHandler::Disconnect(wxEventType eventType=wxEVT_NULL, wxObjectEventFunction function=NULL, wxObject *userData=NULL, wxEvtHandler *eventSink=NULL)
+/home/frm/work/wxWidgets/include/interface/wx/ffile.h:27: Warning: argument `filename' of command @param is not found in the argument list of wxFFile::wxFFile()
+/home/frm/work/wxWidgets/include/interface/wx/ffile.h:27: Warning: argument `mode' of command @param is not found in the argument list of wxFFile::wxFFile()
+/home/frm/work/wxWidgets/include/interface/wx/ffile.h:27: Warning: argument `fp' of command @param is not found in the argument list of wxFFile::wxFFile()
+/home/frm/work/wxWidgets/include/interface/wx/ffile.h:147: Warning: argument `conv' of command @param is not found in the argument list of wxFFile::ReadAll(wxString *str)
+/home/frm/work/wxWidgets/include/interface/wx/file.h:145: Warning: argument `filename' of command @param is not found in the argument list of wxFile::wxFile()
+/home/frm/work/wxWidgets/include/interface/wx/file.h:145: Warning: argument `mode' of command @param is not found in the argument list of wxFile::wxFile()
+/home/frm/work/wxWidgets/include/interface/wx/file.h:145: Warning: argument `fd' of command @param is not found in the argument list of wxFile::wxFile()
+/home/frm/work/wxWidgets/include/interface/wx/fileconf.h:53: Warning: explicit link request to 'constructor' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/filectrl.h:41: Warning: argument `parent' of command @param is not found in the argument list of wxFileCtrl::wxFileCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/filectrl.h:41: Warning: argument `id' of command @param is not found in the argument list of wxFileCtrl::wxFileCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/filectrl.h:41: Warning: argument `defaultDirectory' of command @param is not found in the argument list of wxFileCtrl::wxFileCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/filectrl.h:41: Warning: argument `defaultFilename' of command @param is not found in the argument list of wxFileCtrl::wxFileCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/filectrl.h:41: Warning: argument `wildcard' of command @param is not found in the argument list of wxFileCtrl::wxFileCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/filectrl.h:41: Warning: argument `style' of command @param is not found in the argument list of wxFileCtrl::wxFileCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/filectrl.h:41: Warning: argument `pos' of command @param is not found in the argument list of wxFileCtrl::wxFileCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/filectrl.h:41: Warning: argument `size' of command @param is not found in the argument list of wxFileCtrl::wxFileCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/filectrl.h:41: Warning: argument `name' of command @param is not found in the argument list of wxFileCtrl::wxFileCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/dataobj.h:696: Warning: explicit link request to 'array' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/filedlg.h:42: Warning: unable to resolve reference to `filedialog_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/filedlg.h:49: Warning: argument `size' of command @param is not found in the argument list of wxFileDialog::wxFileDialog(wxWindow *parent, const wxString &message="Choose a file", const wxString &defaultDir="", const wxString &defaultFile="", const wxString &wildcard=".", long style=wxFD_DEFAULT_STYLE, const wxPoint &pos=wxDefaultPosition, const wxSize &sz=wxDefaultSize, const wxString &name="filedlg")
+/home/frm/work/wxWidgets/include/interface/wx/filedlg.h:49: Warning: The following parameters of wxFileDialog::wxFileDialog(wxWindow *parent, const wxString &message="Choose a file", const wxString &defaultDir="", const wxString &defaultFile="", const wxString &wildcard=".", long style=wxFD_DEFAULT_STYLE, const wxPoint &pos=wxDefaultPosition, const wxSize &sz=wxDefaultSize, const wxString &name="filedlg") are not documented:
+ parameter sz
+/home/frm/work/wxWidgets/include/interface/wx/filepicker.h:266: Warning: explicit link request to 'wxfilepickerctrl' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dnd.h:291: Warning: unable to resolve reference to `droptarget_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/docview.h:1374: Warning: unable to resolve reference to `filehistory_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/docview.h:1440: Warning: explicit link request to 'wxConfig' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/docview.h:1458: Warning: explicit link request to 'wxConfig' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/filename.h:12: Warning: unable to resolve reference to `filefunctions_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/filename.h:139: Warning: explicit link request to 'invalid' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/filename.h:353: Warning: explicit link request to 'ClearExt' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/filename.h:362: Warning: unable to resolve reference to `filenamewxfilename_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/filename.h:372: Warning: explicit link request to 'AssignHomeTempFileName' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/filename.h:378: Warning: unable to resolve reference to `filenameoperatorassign_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/filename.h:384: Warning: unable to resolve reference to `filenamegetpathseparators_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/filename.h:405: Warning: explicit link request to 'Normalize(wxPATH_NORM_DOTS)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/filename.h:417: Warning: unable to resolve reference to `filenameoperatorequal_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/filename.h:671: Warning: argument `pathBase.' of command @param is not found in the argument list of wxFileName::MakeRelativeTo(const wxString &pathBase=wxEmptyString, wxPathFormat format=wxPATH_NATIVE)
+/home/frm/work/wxWidgets/include/interface/wx/filename.h:671: Warning: The following parameters of wxFileName::MakeRelativeTo(const wxString &pathBase=wxEmptyString, wxPathFormat format=wxPATH_NATIVE) are not documented:
+ parameter pathBase
+/home/frm/work/wxWidgets/include/interface/wx/filename.h:695: Warning: argument `dir' of command @param is not found in the argument list of wxFileName::Mkdir(int perm=0777, int flags=0)
+/home/frm/work/wxWidgets/include/interface/wx/filename.h:695: Warning: argument `parm' of command @param is not found in the argument list of wxFileName::Mkdir(int perm=0777, int flags=0)
+/home/frm/work/wxWidgets/include/interface/wx/filename.h:695: Warning: The following parameters of wxFileName::Mkdir(int perm=0777, int flags=0) are not documented:
+ parameter perm
+/home/frm/work/wxWidgets/include/interface/wx/filename.h:840: Warning: explicit link request to 'ClearExt' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/filename.h:850: Warning: explicit link request to 'ClearExt' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/filesys.h:11: Warning: explicit link request to 'handlers' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/filesys.h:19: Warning: explicit link request to 'Overview' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/filesys.h:32: Warning: explicit link request to 'handlers' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/filesys.h:231: Warning: explicit link request to 'overview' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/filesys.h:244: Warning: explicit link request to 'Overview' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/mimetype.h:276: Warning: explicit link request to 'GetFileTypeFromExtension' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/mimetype.h:315: Warning: explicit link request to 'wxExecute' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/mimetype.h:317: Warning: explicit link request to 'MessageParameters' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/mimetype.h:331: Warning: explicit link request to 'wxExecute' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/mimetype.h:333: Warning: explicit link request to 'MessageParameters' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/stream.h:372: Warning: explicit link request to 'wxArchiveClassFactory' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/sizer.h:526: Warning: explicit link request to 'sizers' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/event.h:1485: Warning: explicit link request to 'SetFocus' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/font.h:49: Warning: argument `pointSize' of command @param is not found in the argument list of wxFont::wxFont()
+/home/frm/work/wxWidgets/include/interface/wx/font.h:49: Warning: argument `pixelSize' of command @param is not found in the argument list of wxFont::wxFont()
+/home/frm/work/wxWidgets/include/interface/wx/font.h:49: Warning: argument `family' of command @param is not found in the argument list of wxFont::wxFont()
+/home/frm/work/wxWidgets/include/interface/wx/font.h:49: Warning: argument `style' of command @param is not found in the argument list of wxFont::wxFont()
+/home/frm/work/wxWidgets/include/interface/wx/font.h:49: Warning: argument `weight' of command @param is not found in the argument list of wxFont::wxFont()
+/home/frm/work/wxWidgets/include/interface/wx/font.h:49: Warning: argument `underline' of command @param is not found in the argument list of wxFont::wxFont()
+/home/frm/work/wxWidgets/include/interface/wx/font.h:49: Warning: argument `faceName' of command @param is not found in the argument list of wxFont::wxFont()
+/home/frm/work/wxWidgets/include/interface/wx/font.h:49: Warning: argument `encoding' of command @param is not found in the argument list of wxFont::wxFont()
+/home/frm/work/wxWidgets/include/interface/wx/font.h:185: Warning: unable to resolve reference to `refcountdestruct_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/font.h:491: Warning: unable to resolve reference to `refcountequality_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/font.h:502: Warning: unable to resolve reference to `refcountequality_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/font.h:422: Warning: explicit link request to 'pango_font_description_from_string' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/font.h:454: Warning: argument `underlining' of command @param is not found in the argument list of wxFont::SetUnderlined(const bool underlined)
+/home/frm/work/wxWidgets/include/interface/wx/font.h:454: Warning: The following parameters of wxFont::SetUnderlined(const bool underlined) are not documented:
+ parameter underlined
+/home/frm/work/wxWidgets/include/interface/wx/cmndata.h:9: Warning: unable to resolve reference to `fontdialog_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/cmndata.h:18: Warning: explicit link request to 'Overview' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/fontdlg.h:16: Warning: explicit link request to 'Overview' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/fontdlg.h:24: Warning: unable to resolve reference to `fontdata_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/fontdlg.h:42: Warning: unable to resolve reference to `fontdata_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/fontenum.h:12: Warning: explicit link request to 'encoding' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/fontenum.h:27: Warning: unable to resolve reference to `samplefont_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/gdicmn.h:493: Warning: unable to resolve reference to `fontctor_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/frame.h:90: Warning: argument `parent' of command @param is not found in the argument list of wxFrame::wxFrame()
+/home/frm/work/wxWidgets/include/interface/wx/frame.h:90: Warning: argument `id' of command @param is not found in the argument list of wxFrame::wxFrame()
+/home/frm/work/wxWidgets/include/interface/wx/frame.h:90: Warning: argument `title' of command @param is not found in the argument list of wxFrame::wxFrame()
+/home/frm/work/wxWidgets/include/interface/wx/frame.h:90: Warning: argument `pos' of command @param is not found in the argument list of wxFrame::wxFrame()
+/home/frm/work/wxWidgets/include/interface/wx/frame.h:90: Warning: argument `size' of command @param is not found in the argument list of wxFrame::wxFrame()
+/home/frm/work/wxWidgets/include/interface/wx/frame.h:90: Warning: argument `style' of command @param is not found in the argument list of wxFrame::wxFrame()
+/home/frm/work/wxWidgets/include/interface/wx/frame.h:90: Warning: argument `name' of command @param is not found in the argument list of wxFrame::wxFrame()
+/home/frm/work/wxWidgets/include/interface/wx/frame.h:318: Warning: unable to resolve reference to `sizeevent_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/filesys.h:147: Warning: explicit link request to 'Overview' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/filesys.h:154: Warning: argument `location' of command @param is not found in the argument list of wxFSFile::wxFSFile(wxInputStream stream, const wxString &loc, const wxString &mimetype, const wxString &anchor, wxDateTime modif)
+/home/frm/work/wxWidgets/include/interface/wx/filesys.h:154: Warning: The following parameters of wxFSFile::wxFSFile(wxInputStream stream, const wxString &loc, const wxString &mimetype, const wxString &anchor, wxDateTime modif) are not documented:
+ parameter loc
+ parameter modif
+/home/frm/work/wxWidgets/include/interface/wx/gauge.h:47: Warning: argument `parent' of command @param is not found in the argument list of wxGauge::wxGauge()
+/home/frm/work/wxWidgets/include/interface/wx/gauge.h:47: Warning: argument `id' of command @param is not found in the argument list of wxGauge::wxGauge()
+/home/frm/work/wxWidgets/include/interface/wx/gauge.h:47: Warning: argument `range' of command @param is not found in the argument list of wxGauge::wxGauge()
+/home/frm/work/wxWidgets/include/interface/wx/gauge.h:47: Warning: argument `pos' of command @param is not found in the argument list of wxGauge::wxGauge()
+/home/frm/work/wxWidgets/include/interface/wx/gauge.h:47: Warning: argument `size' of command @param is not found in the argument list of wxGauge::wxGauge()
+/home/frm/work/wxWidgets/include/interface/wx/gauge.h:47: Warning: argument `style' of command @param is not found in the argument list of wxGauge::wxGauge()
+/home/frm/work/wxWidgets/include/interface/wx/gauge.h:47: Warning: argument `name' of command @param is not found in the argument list of wxGauge::wxGauge()
+/home/frm/work/wxWidgets/include/interface/wx/dirctrl.h:24: Warning: argument `parent' of command @param is not found in the argument list of wxGenericDirCtrl::wxGenericDirCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/dirctrl.h:24: Warning: argument `id' of command @param is not found in the argument list of wxGenericDirCtrl::wxGenericDirCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/dirctrl.h:24: Warning: argument `dir' of command @param is not found in the argument list of wxGenericDirCtrl::wxGenericDirCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/dirctrl.h:24: Warning: argument `pos' of command @param is not found in the argument list of wxGenericDirCtrl::wxGenericDirCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/dirctrl.h:24: Warning: argument `size' of command @param is not found in the argument list of wxGenericDirCtrl::wxGenericDirCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/dirctrl.h:24: Warning: argument `style' of command @param is not found in the argument list of wxGenericDirCtrl::wxGenericDirCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/dirctrl.h:24: Warning: argument `filter' of command @param is not found in the argument list of wxGenericDirCtrl::wxGenericDirCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/dirctrl.h:24: Warning: argument `defaultFilter' of command @param is not found in the argument list of wxGenericDirCtrl::wxGenericDirCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/dirctrl.h:24: Warning: argument `name' of command @param is not found in the argument list of wxGenericDirCtrl::wxGenericDirCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/valgen.h:36: Warning: argument `valPtr' of command @param is not found in the argument list of wxGenericValidator::wxGenericValidator(const wxGenericValidator &validator)
+/home/frm/work/wxWidgets/include/interface/wx/glcanvas.h:121: Warning: The following parameters of wxGLCanvas::wxGLCanvas(wxWindow *parent, wxWindowID id=wxID_ANY, const int *attribList=NULL, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxString &name="GLCanvas", const wxPalette &palette=wxNullPalette) are not documented:
+ parameter parent
+/home/frm/work/wxWidgets/include/interface/wx/graphics.h:183: Warning: unable to resolve reference to `graphicsrenderercreatecontext_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/graphics.h:203: Warning: unable to resolve reference to `graphicsrenderercreatecontext_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/graphics.h:226: Warning: unable to resolve reference to `graphicsrenderercreatecontextfromnativecontext_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/graphics.h:231: Warning: unable to resolve reference to `graphicsrenderercreatecontextfromnativewindow_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/grid.h:2628: Warning: argument `wxGrid' of command @param is not found in the argument list of wxGrid::SetSelectionMode(wxGrid::wxGridSelectionModes selmode)
+/home/frm/work/wxWidgets/include/interface/wx/grid.h:2628: Warning: argument `wxGridSelectCells' of command @param is not found in the argument list of wxGrid::SetSelectionMode(wxGrid::wxGridSelectionModes selmode)
+/home/frm/work/wxWidgets/include/interface/wx/grid.h:2628: Warning: argument `wxGrid' of command @param is not found in the argument list of wxGrid::SetSelectionMode(wxGrid::wxGridSelectionModes selmode)
+/home/frm/work/wxWidgets/include/interface/wx/grid.h:2628: Warning: argument `wxGridSelectRows' of command @param is not found in the argument list of wxGrid::SetSelectionMode(wxGrid::wxGridSelectionModes selmode)
+/home/frm/work/wxWidgets/include/interface/wx/grid.h:2628: Warning: argument `wxGrid' of command @param is not found in the argument list of wxGrid::SetSelectionMode(wxGrid::wxGridSelectionModes selmode)
+/home/frm/work/wxWidgets/include/interface/wx/grid.h:2628: Warning: argument `wxGridSelectColumns' of command @param is not found in the argument list of wxGrid::SetSelectionMode(wxGrid::wxGridSelectionModes selmode)
+/home/frm/work/wxWidgets/include/interface/wx/grid.h:2628: Warning: The following parameters of wxGrid::SetSelectionMode(wxGrid::wxGridSelectionModes selmode) are not documented:
+ parameter selmode
+/home/frm/work/wxWidgets/include/interface/wx/grid.h:2762: Warning: explicit link request to 'BeginBatch' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/grid.h:2762: Warning: explicit link request to 'EndBatch' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/hash.h:21: Warning: explicit link request to 'wxList' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/help.h:49: Warning: explicit link request to 'wxHtmlHelpController' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/help.h:55: Warning: explicit link request to 'wxHtmlHelpController' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/help.h:55: Warning: explicit link request to 'wxHTML' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/help.h:72: Warning: explicit link request to 'wxHtmlHelpController' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/help.h:72: Warning: explicit link request to 'wxHTML' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/help.h:107: Warning: unable to resolve reference to `helpformat_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/help.h:135: Warning: unable to resolve reference to `helpformat_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/help.h:152: Warning: argument `viewer' of command @param is not found in the argument list of wxHelpController::GetFrameParameters(const wxSize *size=NULL, const wxPoint *pos=NULL, bool *newFrameEachTime=NULL)
+/home/frm/work/wxWidgets/include/interface/wx/help.h:152: Warning: argument `flags' of command @param is not found in the argument list of wxHelpController::GetFrameParameters(const wxSize *size=NULL, const wxPoint *pos=NULL, bool *newFrameEachTime=NULL)
+/home/frm/work/wxWidgets/include/interface/wx/help.h:152: Warning: The following parameters of wxHelpController::GetFrameParameters(const wxSize *size=NULL, const wxPoint *pos=NULL, bool *newFrameEachTime=NULL) are not documented:
+ parameter size
+ parameter pos
+ parameter newFrameEachTime
+/home/frm/work/wxWidgets/include/interface/wx/event.h:1688: Warning: explicit link request to 'wxGetMousePosition()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:762: Warning: explicit link request to 'OnGetColumnWidth()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:763: Warning: explicit link request to 'SetColumnCount()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:767: Warning: explicit link request to 'GetVisibleColumnsBegin()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:768: Warning: explicit link request to 'GetVisibleColumnsEnd()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:785: Warning: argument `parent' of command @param is not found in the argument list of wxHScrolledWindow::wxHScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:785: Warning: argument `id' of command @param is not found in the argument list of wxHScrolledWindow::wxHScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:785: Warning: argument `pos' of command @param is not found in the argument list of wxHScrolledWindow::wxHScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:785: Warning: argument `size' of command @param is not found in the argument list of wxHScrolledWindow::wxHScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:785: Warning: argument `style' of command @param is not found in the argument list of wxHScrolledWindow::wxHScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:785: Warning: argument `name' of command @param is not found in the argument list of wxHScrolledWindow::wxHScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:818: Warning: unable to resolve reference to `hscrolledwindowwxhscrolledwindow_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/htmllbox.h:125: Warning: explicit link request to 'wxHtmlLinkInfo' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:550: Warning: explicit link request to 'OnGetRowHeight()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:551: Warning: explicit link request to 'OnGetColumnWidth()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:557: Warning: explicit link request to 'GetVisibleBegin()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:558: Warning: explicit link request to 'GetVisibleEnd()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:575: Warning: argument `parent' of command @param is not found in the argument list of wxHVScrolledWindow::wxHVScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:575: Warning: argument `id' of command @param is not found in the argument list of wxHVScrolledWindow::wxHVScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:575: Warning: argument `pos' of command @param is not found in the argument list of wxHVScrolledWindow::wxHVScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:575: Warning: argument `size' of command @param is not found in the argument list of wxHVScrolledWindow::wxHVScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:575: Warning: argument `style' of command @param is not found in the argument list of wxHVScrolledWindow::wxHVScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:575: Warning: argument `name' of command @param is not found in the argument list of wxHVScrolledWindow::wxHVScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:609: Warning: unable to resolve reference to `hvscrolledwindowwxhvscrolledwindow_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/hyperlink.h:44: Warning: explicit link request to 'wxLaunchDefaultBrowser' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/hyperlink.h:79: Warning: argument `validator' of command @param is not found in the argument list of wxHyperlinkCtrl::Create(wxWindow *parent, wxWindowID id, const wxString &label, const wxString &url, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style, const wxString &name="hyperlink")
+/home/frm/work/wxWidgets/include/interface/wx/icon.h:30: Warning: unable to resolve reference to `supportedbitmapformats_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/icon.h:37: Warning: explicit link request to 'location' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/icon.h:37: Warning: argument `bits' of command @param is not found in the argument list of wxIcon::wxIcon()
+/home/frm/work/wxWidgets/include/interface/wx/icon.h:37: Warning: argument `width' of command @param is not found in the argument list of wxIcon::wxIcon()
+/home/frm/work/wxWidgets/include/interface/wx/icon.h:37: Warning: argument `height' of command @param is not found in the argument list of wxIcon::wxIcon()
+/home/frm/work/wxWidgets/include/interface/wx/icon.h:37: Warning: argument `desiredWidth' of command @param is not found in the argument list of wxIcon::wxIcon()
+/home/frm/work/wxWidgets/include/interface/wx/icon.h:37: Warning: argument `desiredWidth' of command @param is not found in the argument list of wxIcon::wxIcon()
+/home/frm/work/wxWidgets/include/interface/wx/icon.h:37: Warning: argument `depth' of command @param is not found in the argument list of wxIcon::wxIcon()
+/home/frm/work/wxWidgets/include/interface/wx/icon.h:37: Warning: argument `name' of command @param is not found in the argument list of wxIcon::wxIcon()
+/home/frm/work/wxWidgets/include/interface/wx/icon.h:37: Warning: argument `loc' of command @param is not found in the argument list of wxIcon::wxIcon()
+/home/frm/work/wxWidgets/include/interface/wx/icon.h:37: Warning: argument `type' of command @param is not found in the argument list of wxIcon::wxIcon()
+/home/frm/work/wxWidgets/include/interface/wx/icon.h:128: Warning: unable to resolve reference to `refcountdestruct_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/event.h:1767: Warning: explicit link request to 'wxWakeUpIdle' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/windowid.h:28: Warning: explicit link request to 'wxWindowIDRef' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/windowid.h:29: Warning: explicit link request to 'UnreserveControlId' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/windowid.h:30: Warning: explicit link request to 'wxWindowIDRef' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/image.h:151: Warning: explicit link request to 'wxBitmap::wxBitmap(wxImage,int depth)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/image.h:171: Warning: argument `width' of command @param is not found in the argument list of wxImage::wxImage()
+/home/frm/work/wxWidgets/include/interface/wx/image.h:171: Warning: argument `height' of command @param is not found in the argument list of wxImage::wxImage()
+/home/frm/work/wxWidgets/include/interface/wx/image.h:171: Warning: argument `name' of command @param is not found in the argument list of wxImage::wxImage()
+/home/frm/work/wxWidgets/include/interface/wx/image.h:171: Warning: argument `stream' of command @param is not found in the argument list of wxImage::wxImage()
+/home/frm/work/wxWidgets/include/interface/wx/image.h:171: Warning: argument `type' of command @param is not found in the argument list of wxImage::wxImage()
+/home/frm/work/wxWidgets/include/interface/wx/image.h:171: Warning: argument `mimetype' of command @param is not found in the argument list of wxImage::wxImage()
+/home/frm/work/wxWidgets/include/interface/wx/image.h:171: Warning: argument `index' of command @param is not found in the argument list of wxImage::wxImage()
+/home/frm/work/wxWidgets/include/interface/wx/image.h:171: Warning: argument `xpmData' of command @param is not found in the argument list of wxImage::wxImage()
+/home/frm/work/wxWidgets/include/interface/wx/image.h:291: Warning: unable to resolve reference to `refcountdestruct_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/image.h:357: Warning: unable to resolve reference to `bitmapctor_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/image.h:385: Warning: The following parameters of wxImage::Create(int width, int height, bool clear=true) are not documented:
+ parameter clear
+/home/frm/work/wxWidgets/include/interface/wx/image.h:421: Warning: argument `extension' of command @param is not found in the argument list of wxImage::FindHandler(const wxString &name)
+/home/frm/work/wxWidgets/include/interface/wx/image.h:421: Warning: argument `imageType' of command @param is not found in the argument list of wxImage::FindHandler(const wxString &name)
+/home/frm/work/wxWidgets/include/interface/wx/image.h:421: Warning: argument `mimetype' of command @param is not found in the argument list of wxImage::FindHandler(const wxString &name)
+/home/frm/work/wxWidgets/include/interface/wx/image.h:449: Warning: explicit link request to 'RGB' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/image.h:491: Warning: argument `name' of command @param is not found in the argument list of wxImage::GetImageCount(const wxString &filename, long type=wxBITMAP_TYPE_ANY)
+/home/frm/work/wxWidgets/include/interface/wx/image.h:491: Warning: argument `stream' of command @param is not found in the argument list of wxImage::GetImageCount(const wxString &filename, long type=wxBITMAP_TYPE_ANY)
+/home/frm/work/wxWidgets/include/interface/wx/image.h:491: Warning: The following parameters of wxImage::GetImageCount(const wxString &filename, long type=wxBITMAP_TYPE_ANY) are not documented:
+ parameter filename
+/home/frm/work/wxWidgets/include/interface/wx/image.h:763: Warning: argument `stream' of command @param is not found in the argument list of wxImage::LoadFile(const wxString &name, long type=wxBITMAP_TYPE_ANY, int index=-1)
+/home/frm/work/wxWidgets/include/interface/wx/image.h:763: Warning: argument `mimetype' of command @param is not found in the argument list of wxImage::LoadFile(const wxString &name, long type=wxBITMAP_TYPE_ANY, int index=-1)
+/home/frm/work/wxWidgets/include/interface/wx/image.h:971: Warning: argument `stream' of command @param is not found in the argument list of wxImage::SaveFile(const wxString &name, int type)
+/home/frm/work/wxWidgets/include/interface/wx/image.h:971: Warning: argument `mimetype' of command @param is not found in the argument list of wxImage::SaveFile(const wxString &name, int type)
+/home/frm/work/wxWidgets/include/interface/wx/image.h:1047: Warning: The following parameters of wxImage::Scale(int width, int height, int quality=wxIMAGE_QUALITY_NORMAL) are not documented:
+ parameter width
+ parameter height
+/home/frm/work/wxWidgets/include/interface/wx/image.h:124: Warning: argument `mimename' of command @param is not found in the argument list of wxImageHandler::SetMimeType(const wxString &mimetype)
+/home/frm/work/wxWidgets/include/interface/wx/image.h:124: Warning: The following parameters of wxImageHandler::SetMimeType(const wxString &mimetype) are not documented:
+ parameter mimetype
+/home/frm/work/wxWidgets/include/interface/wx/imaglist.h:29: Warning: argument `width' of command @param is not found in the argument list of wxImageList::wxImageList()
+/home/frm/work/wxWidgets/include/interface/wx/imaglist.h:29: Warning: argument `height' of command @param is not found in the argument list of wxImageList::wxImageList()
+/home/frm/work/wxWidgets/include/interface/wx/imaglist.h:29: Warning: argument `mask' of command @param is not found in the argument list of wxImageList::wxImageList()
+/home/frm/work/wxWidgets/include/interface/wx/imaglist.h:29: Warning: argument `initialCount' of command @param is not found in the argument list of wxImageList::wxImageList()
+/home/frm/work/wxWidgets/include/interface/wx/imaglist.h:51: Warning: argument `maskColour' of command @param is not found in the argument list of wxImageList::Add(const wxBitmap &bitmap, const wxBitmap &mask=wxNullBitmap)
+/home/frm/work/wxWidgets/include/interface/wx/imaglist.h:51: Warning: argument `icon' of command @param is not found in the argument list of wxImageList::Add(const wxBitmap &bitmap, const wxBitmap &mask=wxNullBitmap)
+/home/frm/work/wxWidgets/include/interface/wx/imaglist.h:171: Warning: argument `icon' of command @param is not found in the argument list of wxImageList::Replace(int index, const wxBitmap &bitmap, const wxBitmap &mask=wxNullBitmap)
+/home/frm/work/wxWidgets/include/interface/wx/imaglist.h:171: Warning: The following parameters of wxImageList::Replace(int index, const wxBitmap &bitmap, const wxBitmap &mask=wxNullBitmap) are not documented:
+ parameter index
+/home/frm/work/wxWidgets/include/interface/wx/joystick.h:35: Warning: argument `id' of command @param is not found in the argument list of wxJoystick::GetButtonState()
+/home/frm/work/wxWidgets/include/interface/wx/joystick.h:96: Warning: argument `axis' of command @param is not found in the argument list of wxJoystick::GetPosition()
+/home/frm/work/wxWidgets/include/interface/wx/event.h:22: Warning: unable to resolve reference to `keycodes_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/event.h:46: Warning: explicit link request to 'text' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/event.h:107: Warning: explicit link request to 'Keycodes' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/event.h:119: Warning: unable to resolve reference to `keymodifiers_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/event.h:144: Warning: explicit link request to 'ifdef' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/event.h:153: Warning: explicit link request to 'ifdef' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/layout.h:196: Warning: explicit link request to 'sizers' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/listbook.h:16: Warning: unable to resolve reference to `samplenotebook_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/listbook.h:37: Warning: explicit link request to 'wxBookCtrl' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/listbook.h:37: Warning: unable to resolve reference to `samplenotebook_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/listbox.h:63: Warning: argument `parent' of command @param is not found in the argument list of wxListBox::wxListBox()
+/home/frm/work/wxWidgets/include/interface/wx/listbox.h:63: Warning: argument `id' of command @param is not found in the argument list of wxListBox::wxListBox()
+/home/frm/work/wxWidgets/include/interface/wx/listbox.h:63: Warning: argument `pos' of command @param is not found in the argument list of wxListBox::wxListBox()
+/home/frm/work/wxWidgets/include/interface/wx/listbox.h:63: Warning: argument `size' of command @param is not found in the argument list of wxListBox::wxListBox()
+/home/frm/work/wxWidgets/include/interface/wx/listbox.h:63: Warning: argument `n' of command @param is not found in the argument list of wxListBox::wxListBox()
+/home/frm/work/wxWidgets/include/interface/wx/listbox.h:63: Warning: argument `choices' of command @param is not found in the argument list of wxListBox::wxListBox()
+/home/frm/work/wxWidgets/include/interface/wx/listbox.h:63: Warning: argument `style' of command @param is not found in the argument list of wxListBox::wxListBox()
+/home/frm/work/wxWidgets/include/interface/wx/listbox.h:63: Warning: argument `validator' of command @param is not found in the argument list of wxListBox::wxListBox()
+/home/frm/work/wxWidgets/include/interface/wx/listbox.h:63: Warning: argument `name' of command @param is not found in the argument list of wxListBox::wxListBox()
+/home/frm/work/wxWidgets/include/interface/wx/listbox.h:227: Warning: argument `string' of command @param is not found in the argument list of wxListBox::SetFirstItem(int n)
+/home/frm/work/wxWidgets/include/interface/wx/listctrl.h:31: Warning: unable to resolve reference to `samplelistctrl_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/listctrl.h:39: Warning: explicit link request to 'wxSystemOption' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/listctrl.h:94: Warning: argument `parent' of command @param is not found in the argument list of wxListCtrl::wxListCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/listctrl.h:94: Warning: argument `id' of command @param is not found in the argument list of wxListCtrl::wxListCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/listctrl.h:94: Warning: argument `pos' of command @param is not found in the argument list of wxListCtrl::wxListCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/listctrl.h:94: Warning: argument `size' of command @param is not found in the argument list of wxListCtrl::wxListCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/listctrl.h:94: Warning: argument `style' of command @param is not found in the argument list of wxListCtrl::wxListCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/listctrl.h:94: Warning: argument `validator' of command @param is not found in the argument list of wxListCtrl::wxListCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/listctrl.h:94: Warning: argument `name' of command @param is not found in the argument list of wxListCtrl::wxListCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/listctrl.h:584: Warning: argument `index' of command @param is not found in the argument list of wxListCtrl::InsertItem(wxListItem &info)
+/home/frm/work/wxWidgets/include/interface/wx/listctrl.h:584: Warning: argument `label' of command @param is not found in the argument list of wxListCtrl::InsertItem(wxListItem &info)
+/home/frm/work/wxWidgets/include/interface/wx/listctrl.h:584: Warning: argument `imageIndex' of command @param is not found in the argument list of wxListCtrl::InsertItem(wxListItem &info)
+/home/frm/work/wxWidgets/include/interface/wx/listctrl.h:633: Warning: unable to resolve reference to `listctrlsetimagelist_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/listctrl.h:968: Warning: argument `item1' of command @param is not found in the argument list of wxListCtrl::SortItems(wxListCtrlCompare fnSortCallBack, long data)
+/home/frm/work/wxWidgets/include/interface/wx/listctrl.h:968: Warning: argument `item2' of command @param is not found in the argument list of wxListCtrl::SortItems(wxListCtrlCompare fnSortCallBack, long data)
+/home/frm/work/wxWidgets/include/interface/wx/listctrl.h:968: Warning: The following parameters of wxListCtrl::SortItems(wxListCtrlCompare fnSortCallBack, long data) are not documented:
+ parameter fnSortCallBack
+/home/frm/work/wxWidgets/include/interface/wx/list.h:15: Warning: explicit link request to 'DeleteContents' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/listctrl.h:1227: Warning: argument `n' of command @param is not found in the argument list of wxListView::Select(bool on=true)
+/home/frm/work/wxWidgets/include/interface/wx/intl.h:55: Warning: unable to resolve reference to `sampleinternat_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/intl.h:189: Warning: explicit link request to 'wxLanguage' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/intl.h:248: Warning: unable to resolve reference to `SEC150_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/intl.h:272: Warning: explicit link request to 'wxFontEncoding' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/intl.h:290: Warning: explicit link request to 'wxLanguage' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/intl.h:296: Warning: argument `name' of command @param is not found in the argument list of wxLocale::Init(int language=wxLANGUAGE_DEFAULT, int flags=wxLOCALE_LOAD_DEFAULT|wxLOCALE_CONV_ENCODING)
+/home/frm/work/wxWidgets/include/interface/wx/intl.h:296: Warning: argument `short' of command @param is not found in the argument list of wxLocale::Init(int language=wxLANGUAGE_DEFAULT, int flags=wxLOCALE_LOAD_DEFAULT|wxLOCALE_CONV_ENCODING)
+/home/frm/work/wxWidgets/include/interface/wx/intl.h:296: Warning: argument `locale' of command @param is not found in the argument list of wxLocale::Init(int language=wxLANGUAGE_DEFAULT, int flags=wxLOCALE_LOAD_DEFAULT|wxLOCALE_CONV_ENCODING)
+/home/frm/work/wxWidgets/include/interface/wx/intl.h:296: Warning: argument `bLoadDefault' of command @param is not found in the argument list of wxLocale::Init(int language=wxLANGUAGE_DEFAULT, int flags=wxLOCALE_LOAD_DEFAULT|wxLOCALE_CONV_ENCODING)
+/home/frm/work/wxWidgets/include/interface/wx/intl.h:296: Warning: argument `bConvertEncoding' of command @param is not found in the argument list of wxLocale::Init(int language=wxLANGUAGE_DEFAULT, int flags=wxLOCALE_LOAD_DEFAULT|wxLOCALE_CONV_ENCODING)
+/home/frm/work/wxWidgets/include/interface/wx/log.h:501: Warning: explicit link request to 'Customization' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/log.h:629: Warning: explicit link request to 'Customization' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/log.h:178: Warning: explicit link request to 'constructor' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/longlong.h:29: Warning: explicit link request to 'wxLongLongFmtSpec' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/bitmap.h:641: Warning: argument `bitmap' of command @param is not found in the argument list of wxMask::wxMask()
+/home/frm/work/wxWidgets/include/interface/wx/bitmap.h:641: Warning: argument `colour' of command @param is not found in the argument list of wxMask::wxMask()
+/home/frm/work/wxWidgets/include/interface/wx/bitmap.h:641: Warning: argument `index' of command @param is not found in the argument list of wxMask::wxMask()
+/home/frm/work/wxWidgets/include/interface/wx/bitmap.h:666: Warning: argument `colour' of command @param is not found in the argument list of wxMask::Create(const wxBitmap &bitmap)
+/home/frm/work/wxWidgets/include/interface/wx/bitmap.h:666: Warning: argument `index' of command @param is not found in the argument list of wxMask::Create(const wxBitmap &bitmap)
+/home/frm/work/wxWidgets/include/interface/wx/strconv.h:70: Warning: explicit link request to 'UTF' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/strconv.h:209: Warning: explicit link request to 'UTF' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/mdi.h:334: Warning: argument `parent' of command @param is not found in the argument list of wxMDIChildFrame::wxMDIChildFrame()
+/home/frm/work/wxWidgets/include/interface/wx/mdi.h:334: Warning: argument `id' of command @param is not found in the argument list of wxMDIChildFrame::wxMDIChildFrame()
+/home/frm/work/wxWidgets/include/interface/wx/mdi.h:334: Warning: argument `title' of command @param is not found in the argument list of wxMDIChildFrame::wxMDIChildFrame()
+/home/frm/work/wxWidgets/include/interface/wx/mdi.h:334: Warning: argument `pos' of command @param is not found in the argument list of wxMDIChildFrame::wxMDIChildFrame()
+/home/frm/work/wxWidgets/include/interface/wx/mdi.h:334: Warning: argument `size' of command @param is not found in the argument list of wxMDIChildFrame::wxMDIChildFrame()
+/home/frm/work/wxWidgets/include/interface/wx/mdi.h:334: Warning: argument `style' of command @param is not found in the argument list of wxMDIChildFrame::wxMDIChildFrame()
+/home/frm/work/wxWidgets/include/interface/wx/mdi.h:334: Warning: argument `name' of command @param is not found in the argument list of wxMDIChildFrame::wxMDIChildFrame()
+/home/frm/work/wxWidgets/include/interface/wx/mdi.h:24: Warning: argument `parent' of command @param is not found in the argument list of wxMDIClientWindow::wxMDIClientWindow()
+/home/frm/work/wxWidgets/include/interface/wx/mdi.h:24: Warning: argument `style' of command @param is not found in the argument list of wxMDIClientWindow::wxMDIClientWindow()
+/home/frm/work/wxWidgets/include/interface/wx/mdi.h:107: Warning: argument `parent' of command @param is not found in the argument list of wxMDIParentFrame::wxMDIParentFrame()
+/home/frm/work/wxWidgets/include/interface/wx/mdi.h:107: Warning: argument `id' of command @param is not found in the argument list of wxMDIParentFrame::wxMDIParentFrame()
+/home/frm/work/wxWidgets/include/interface/wx/mdi.h:107: Warning: argument `title' of command @param is not found in the argument list of wxMDIParentFrame::wxMDIParentFrame()
+/home/frm/work/wxWidgets/include/interface/wx/mdi.h:107: Warning: argument `pos' of command @param is not found in the argument list of wxMDIParentFrame::wxMDIParentFrame()
+/home/frm/work/wxWidgets/include/interface/wx/mdi.h:107: Warning: argument `size' of command @param is not found in the argument list of wxMDIParentFrame::wxMDIParentFrame()
+/home/frm/work/wxWidgets/include/interface/wx/mdi.h:107: Warning: argument `style' of command @param is not found in the argument list of wxMDIParentFrame::wxMDIParentFrame()
+/home/frm/work/wxWidgets/include/interface/wx/mdi.h:107: Warning: argument `name' of command @param is not found in the argument list of wxMDIParentFrame::wxMDIParentFrame()
+/home/frm/work/wxWidgets/include/interface/wx/mediactrl.h:43: Warning: argument `pos' of command @param is not found in the argument list of wxMediaCtrl::wxMediaCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/mediactrl.h:43: Warning: argument `id' of command @param is not found in the argument list of wxMediaCtrl::wxMediaCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/mediactrl.h:43: Warning: argument `fileName' of command @param is not found in the argument list of wxMediaCtrl::wxMediaCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/mediactrl.h:43: Warning: argument `pos' of command @param is not found in the argument list of wxMediaCtrl::wxMediaCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/mediactrl.h:43: Warning: argument `size' of command @param is not found in the argument list of wxMediaCtrl::wxMediaCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/mediactrl.h:43: Warning: argument `style' of command @param is not found in the argument list of wxMediaCtrl::wxMediaCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/mediactrl.h:43: Warning: argument `szBackend' of command @param is not found in the argument list of wxMediaCtrl::wxMediaCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/mediactrl.h:43: Warning: argument `validator' of command @param is not found in the argument list of wxMediaCtrl::wxMediaCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/mediactrl.h:43: Warning: argument `name' of command @param is not found in the argument list of wxMediaCtrl::wxMediaCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/mediactrl.h:137: Warning: argument `pos' of command @param is not found in the argument list of wxMediaCtrl::Create(wxWindow *parent, wxWindowID id)
+/home/frm/work/wxWidgets/include/interface/wx/mediactrl.h:137: Warning: argument `fileName' of command @param is not found in the argument list of wxMediaCtrl::Create(wxWindow *parent, wxWindowID id)
+/home/frm/work/wxWidgets/include/interface/wx/mediactrl.h:137: Warning: argument `pos' of command @param is not found in the argument list of wxMediaCtrl::Create(wxWindow *parent, wxWindowID id)
+/home/frm/work/wxWidgets/include/interface/wx/mediactrl.h:137: Warning: argument `size' of command @param is not found in the argument list of wxMediaCtrl::Create(wxWindow *parent, wxWindowID id)
+/home/frm/work/wxWidgets/include/interface/wx/mediactrl.h:137: Warning: argument `style' of command @param is not found in the argument list of wxMediaCtrl::Create(wxWindow *parent, wxWindowID id)
+/home/frm/work/wxWidgets/include/interface/wx/mediactrl.h:137: Warning: argument `szBackend' of command @param is not found in the argument list of wxMediaCtrl::Create(wxWindow *parent, wxWindowID id)
+/home/frm/work/wxWidgets/include/interface/wx/mediactrl.h:137: Warning: argument `validator' of command @param is not found in the argument list of wxMediaCtrl::Create(wxWindow *parent, wxWindowID id)
+/home/frm/work/wxWidgets/include/interface/wx/mediactrl.h:137: Warning: argument `name' of command @param is not found in the argument list of wxMediaCtrl::Create(wxWindow *parent, wxWindowID id)
+/home/frm/work/wxWidgets/include/interface/wx/mediactrl.h:137: Warning: The following parameters of wxMediaCtrl::Create(wxWindow *parent, wxWindowID id) are not documented:
+ parameter parent
+/home/frm/work/wxWidgets/include/interface/wx/mediactrl.h:216: Warning: explicit link request to 'wxActiveXContainer' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/mediactrl.h:218: Warning: unable to resolve reference to `videosizewxmediactrl_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/mediactrl.h:352: Warning: unable to resolve reference to `videosizewxmediactrl_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/mediactrl.h:390: Warning: unable to resolve reference to `playercontrolswxmediactrl_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/mediactrl.h:404: Warning: explicit link request to 'Operation' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/buffer.h:24: Warning: argument `size' of command @param is not found in the argument list of wxMemoryBuffer::wxMemoryBuffer(const wxMemoryBuffer &src)
+/home/frm/work/wxWidgets/include/interface/wx/buffer.h:24: Warning: The following parameters of wxMemoryBuffer::wxMemoryBuffer(const wxMemoryBuffer &src) are not documented:
+ parameter src
+/home/frm/work/wxWidgets/include/interface/wx/dcmemory.h:29: Warning: explicit link request to 'IsOk' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/menu.h:408: Warning: The following parameters of wxMenu::wxMenu(const wxString &title="", long style=0) are not documented:
+ parameter title
+/home/frm/work/wxWidgets/include/interface/wx/menu.h:429: Warning: argument `menu' of command @param is not found in the argument list of wxMenu::Append(int id, const wxString &item="", const wxString &helpString="", wxItemKind kind=wxITEM_NORMAL)
+/home/frm/work/wxWidgets/include/interface/wx/menu.h:429: Warning: argument `menuItem' of command @param is not found in the argument list of wxMenu::Append(int id, const wxString &item="", const wxString &helpString="", wxItemKind kind=wxITEM_NORMAL)
+/home/frm/work/wxWidgets/include/interface/wx/menu.h:525: Warning: argument `item' of command @param is not found in the argument list of wxMenu::Delete(int id)
+/home/frm/work/wxWidgets/include/interface/wx/menu.h:541: Warning: argument `item' of command @param is not found in the argument list of wxMenu::Destroy(int id)
+/home/frm/work/wxWidgets/include/interface/wx/menu.h:570: Warning: argument `id' of command @param is not found in the argument list of wxMenu::FindItem(const wxString &itemString)
+/home/frm/work/wxWidgets/include/interface/wx/menu.h:570: Warning: argument `menu' of command @param is not found in the argument list of wxMenu::FindItem(const wxString &itemString)
+/home/frm/work/wxWidgets/include/interface/wx/menu.h:642: Warning: explicit link request to 'wxList' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/menu.h:753: Warning: argument `item' of command @param is not found in the argument list of wxMenu::Remove(int id)
+/home/frm/work/wxWidgets/include/interface/wx/menu.h:23: Warning: argument `n' of command @param is not found in the argument list of wxMenuBar::wxMenuBar(long style=0)
+/home/frm/work/wxWidgets/include/interface/wx/menu.h:23: Warning: argument `menus' of command @param is not found in the argument list of wxMenuBar::wxMenuBar(long style=0)
+/home/frm/work/wxWidgets/include/interface/wx/menu.h:23: Warning: argument `titles' of command @param is not found in the argument list of wxMenuBar::wxMenuBar(long style=0)
+/home/frm/work/wxWidgets/include/interface/wx/event.h:2111: Warning: unable to resolve reference to `commandevent_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/menuitem.h:32: Warning: unable to resolve reference to `stockitems_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/menuitem.h:240: Warning: explicit link request to 'SetBitmaps(bmp, wxNullBitmap)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/msgdlg.h:17: Warning: unable to resolve reference to `messagedialog_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/msgqueue.h:12: Warning: explicit link request to 'Post()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/msgqueue.h:13: Warning: explicit link request to 'Receive()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/msgqueue.h:20: Warning: Found unknown command `\library'
+/home/frm/work/wxWidgets/include/interface/wx/metafile.h:85: Warning: unable to resolve reference to `refcountdestruct_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/mimetype.h:47: Warning: explicit link request to 'ReadXXX' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/mimetype.h:141: Warning: unable to resolve reference to `filetype_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/minifram.h:13: Warning: unable to resolve reference to `sampledialogs_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/minifram.h:55: Warning: argument `parent' of command @param is not found in the argument list of wxMiniFrame::wxMiniFrame()
+/home/frm/work/wxWidgets/include/interface/wx/minifram.h:55: Warning: argument `id' of command @param is not found in the argument list of wxMiniFrame::wxMiniFrame()
+/home/frm/work/wxWidgets/include/interface/wx/minifram.h:55: Warning: argument `title' of command @param is not found in the argument list of wxMiniFrame::wxMiniFrame()
+/home/frm/work/wxWidgets/include/interface/wx/minifram.h:55: Warning: argument `pos' of command @param is not found in the argument list of wxMiniFrame::wxMiniFrame()
+/home/frm/work/wxWidgets/include/interface/wx/minifram.h:55: Warning: argument `size' of command @param is not found in the argument list of wxMiniFrame::wxMiniFrame()
+/home/frm/work/wxWidgets/include/interface/wx/minifram.h:55: Warning: argument `style' of command @param is not found in the argument list of wxMiniFrame::wxMiniFrame()
+/home/frm/work/wxWidgets/include/interface/wx/minifram.h:55: Warning: argument `name' of command @param is not found in the argument list of wxMiniFrame::wxMiniFrame()
+/home/frm/work/wxWidgets/include/interface/wx/module.h:91: Warning: argument `classname' of command @param is not found in the argument list of wxModule::AddDependency(wxClassInfo *dep)
+/home/frm/work/wxWidgets/include/interface/wx/choicdlg.h:17: Warning: unable to resolve reference to `multichoicedialog_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/thread.h:877: Warning: explicit link request to 'IsLocked' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/list.h:291: Warning: explicit link request to 'wxList' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/list.h:295: Warning: explicit link request to 'wxList' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/list.h:310: Warning: explicit link request to 'wxList' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/notebook.h:111: Warning: explicit link request to 'wxBookCtrl' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/notebook.h:111: Warning: unable to resolve reference to `samplenotebook_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/notebook.h:118: Warning: argument `parent' of command @param is not found in the argument list of wxNotebook::wxNotebook()
+/home/frm/work/wxWidgets/include/interface/wx/notebook.h:118: Warning: argument `id' of command @param is not found in the argument list of wxNotebook::wxNotebook()
+/home/frm/work/wxWidgets/include/interface/wx/notebook.h:118: Warning: argument `pos' of command @param is not found in the argument list of wxNotebook::wxNotebook()
+/home/frm/work/wxWidgets/include/interface/wx/notebook.h:118: Warning: argument `size' of command @param is not found in the argument list of wxNotebook::wxNotebook()
+/home/frm/work/wxWidgets/include/interface/wx/notebook.h:118: Warning: argument `style' of command @param is not found in the argument list of wxNotebook::wxNotebook()
+/home/frm/work/wxWidgets/include/interface/wx/notebook.h:118: Warning: argument `name' of command @param is not found in the argument list of wxNotebook::wxNotebook()
+/home/frm/work/wxWidgets/include/interface/wx/notebook.h:200: Warning: unable to resolve reference to `progevent_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/object.h:76: Warning: unable to resolve reference to `refcountlist_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/object.h:311: Warning: explicit link request to 'wxSharedPtr' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/odcombo.h:48: Warning: argument `parent' of command @param is not found in the argument list of wxOwnerDrawnComboBox::wxOwnerDrawnComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/odcombo.h:48: Warning: argument `id' of command @param is not found in the argument list of wxOwnerDrawnComboBox::wxOwnerDrawnComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/odcombo.h:48: Warning: argument `value' of command @param is not found in the argument list of wxOwnerDrawnComboBox::wxOwnerDrawnComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/odcombo.h:48: Warning: argument `pos' of command @param is not found in the argument list of wxOwnerDrawnComboBox::wxOwnerDrawnComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/odcombo.h:48: Warning: argument `size' of command @param is not found in the argument list of wxOwnerDrawnComboBox::wxOwnerDrawnComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/odcombo.h:48: Warning: argument `n' of command @param is not found in the argument list of wxOwnerDrawnComboBox::wxOwnerDrawnComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/odcombo.h:48: Warning: argument `choices' of command @param is not found in the argument list of wxOwnerDrawnComboBox::wxOwnerDrawnComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/odcombo.h:48: Warning: argument `style' of command @param is not found in the argument list of wxOwnerDrawnComboBox::wxOwnerDrawnComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/odcombo.h:48: Warning: argument `validator' of command @param is not found in the argument list of wxOwnerDrawnComboBox::wxOwnerDrawnComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/odcombo.h:48: Warning: argument `name' of command @param is not found in the argument list of wxOwnerDrawnComboBox::wxOwnerDrawnComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/printdlg.h:108: Warning: unable to resolve reference to `pagesetupdialogdata_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/cmndata.h:261: Warning: unable to resolve reference to `printdata_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/cmndata.h:326: Warning: unable to resolve reference to `printdata_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/palette.h:38: Warning: argument `palette' of command @param is not found in the argument list of wxPalette::wxPalette()
+/home/frm/work/wxWidgets/include/interface/wx/palette.h:38: Warning: argument `n' of command @param is not found in the argument list of wxPalette::wxPalette()
+/home/frm/work/wxWidgets/include/interface/wx/palette.h:38: Warning: argument `red' of command @param is not found in the argument list of wxPalette::wxPalette()
+/home/frm/work/wxWidgets/include/interface/wx/palette.h:38: Warning: argument `green' of command @param is not found in the argument list of wxPalette::wxPalette()
+/home/frm/work/wxWidgets/include/interface/wx/palette.h:38: Warning: argument `blue' of command @param is not found in the argument list of wxPalette::wxPalette()
+/home/frm/work/wxWidgets/include/interface/wx/palette.h:66: Warning: unable to resolve reference to `refcountdestruct_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/panel.h:36: Warning: argument `parent' of command @param is not found in the argument list of wxPanel::wxPanel()
+/home/frm/work/wxWidgets/include/interface/wx/panel.h:36: Warning: argument `id' of command @param is not found in the argument list of wxPanel::wxPanel()
+/home/frm/work/wxWidgets/include/interface/wx/panel.h:36: Warning: argument `pos' of command @param is not found in the argument list of wxPanel::wxPanel()
+/home/frm/work/wxWidgets/include/interface/wx/panel.h:36: Warning: argument `size' of command @param is not found in the argument list of wxPanel::wxPanel()
+/home/frm/work/wxWidgets/include/interface/wx/panel.h:36: Warning: argument `style' of command @param is not found in the argument list of wxPanel::wxPanel()
+/home/frm/work/wxWidgets/include/interface/wx/panel.h:36: Warning: argument `name' of command @param is not found in the argument list of wxPanel::wxPanel()
+/home/frm/work/wxWidgets/include/interface/wx/textdlg.h:18: Warning: unable to resolve reference to `passwordentrydialog_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/pen.h:49: Warning: argument `colour' of command @param is not found in the argument list of wxPen::wxPen()
+/home/frm/work/wxWidgets/include/interface/wx/pen.h:49: Warning: argument `colourName' of command @param is not found in the argument list of wxPen::wxPen()
+/home/frm/work/wxWidgets/include/interface/wx/pen.h:49: Warning: argument `width' of command @param is not found in the argument list of wxPen::wxPen()
+/home/frm/work/wxWidgets/include/interface/wx/pen.h:49: Warning: argument `stipple' of command @param is not found in the argument list of wxPen::wxPen()
+/home/frm/work/wxWidgets/include/interface/wx/pen.h:49: Warning: argument `pen' of command @param is not found in the argument list of wxPen::wxPen()
+/home/frm/work/wxWidgets/include/interface/wx/pen.h:49: Warning: argument `style' of command @param is not found in the argument list of wxPen::wxPen()
+/home/frm/work/wxWidgets/include/interface/wx/pen.h:156: Warning: unable to resolve reference to `refcountdestruct_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/pen.h:290: Warning: unable to resolve reference to `refcountequality_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/pen.h:301: Warning: unable to resolve reference to `refcountequality_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/gdicmn.h:695: Warning: argument `colourName' of command @param is not found in the argument list of wxPenList::FindOrCreatePen(const wxColour &colour, int width, int style)
+/home/frm/work/wxWidgets/include/interface/wx/platinfo.h:19: Warning: explicit link request to 'wxGetOSVersion' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/platinfo.h:19: Warning: explicit link request to 'wxIsPlatformLittleEndian' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/platinfo.h:19: Warning: explicit link request to 'wxIsPlatform64Bit' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/platinfo.h:91: Warning: explicit link request to 'wxGetOsVersion' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/platinfo.h:100: Warning: explicit link request to 'wxGetOsVersion' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dcps.h:29: Warning: unable to resolve reference to `printersettings_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/cmndata.h:434: Warning: unable to resolve reference to `printdialog_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/printdlg.h:18: Warning: unable to resolve reference to `printdialog_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/printdlg.h:47: Warning: unable to resolve reference to `printdialogdata_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/cmndata.h:590: Warning: unable to resolve reference to `printdialog_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/print.h:406: Warning: unable to resolve reference to `printdata_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/process.h:10: Warning: explicit link request to 'wxExecute' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/process.h:25: Warning: explicit link request to 'wxExecute' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/process.h:40: Warning: explicit link request to 'wxExecute' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/process.h:40: Warning: unable to resolve reference to `sampleexec_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/process.h:47: Warning: argument `flags' of command @param is not found in the argument list of wxProcess::wxProcess(wxEvtHandler *parent=NULL, int id=-1)
+/home/frm/work/wxWidgets/include/interface/wx/process.h:102: Warning: unable to resolve reference to `sampleexec_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/process.h:144: Warning: unable to resolve reference to `sampleexec_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/process.h:169: Warning: explicit link request to 'wxKill' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/process.h:169: Warning: unable to resolve reference to `sampleexec_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/process.h:209: Warning: explicit link request to 'wxExecute' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/propdlg.h:53: Warning: unable to resolve reference to `autoscrollingdialogs_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/radiobox.h:42: Warning: argument `parent' of command @param is not found in the argument list of wxRadioBox::wxRadioBox()
+/home/frm/work/wxWidgets/include/interface/wx/radiobox.h:42: Warning: argument `id' of command @param is not found in the argument list of wxRadioBox::wxRadioBox()
+/home/frm/work/wxWidgets/include/interface/wx/radiobox.h:42: Warning: argument `label' of command @param is not found in the argument list of wxRadioBox::wxRadioBox()
+/home/frm/work/wxWidgets/include/interface/wx/radiobox.h:42: Warning: argument `pos' of command @param is not found in the argument list of wxRadioBox::wxRadioBox()
+/home/frm/work/wxWidgets/include/interface/wx/radiobox.h:42: Warning: argument `size' of command @param is not found in the argument list of wxRadioBox::wxRadioBox()
+/home/frm/work/wxWidgets/include/interface/wx/radiobox.h:42: Warning: argument `n' of command @param is not found in the argument list of wxRadioBox::wxRadioBox()
+/home/frm/work/wxWidgets/include/interface/wx/radiobox.h:42: Warning: argument `choices' of command @param is not found in the argument list of wxRadioBox::wxRadioBox()
+/home/frm/work/wxWidgets/include/interface/wx/radiobox.h:42: Warning: argument `majorDimension' of command @param is not found in the argument list of wxRadioBox::wxRadioBox()
+/home/frm/work/wxWidgets/include/interface/wx/radiobox.h:42: Warning: argument `style' of command @param is not found in the argument list of wxRadioBox::wxRadioBox()
+/home/frm/work/wxWidgets/include/interface/wx/radiobox.h:42: Warning: argument `validator' of command @param is not found in the argument list of wxRadioBox::wxRadioBox()
+/home/frm/work/wxWidgets/include/interface/wx/radiobox.h:42: Warning: argument `name' of command @param is not found in the argument list of wxRadioBox::wxRadioBox()
+/home/frm/work/wxWidgets/include/interface/wx/radiobox.h:134: Warning: argument `n' of command @param is not found in the argument list of wxRadioBox::Enable(bool enable=true)
+/home/frm/work/wxWidgets/include/interface/wx/radiobox.h:189: Warning: argument `n' of command @param is not found in the argument list of wxRadioBox::GetLabel()
+/home/frm/work/wxWidgets/include/interface/wx/radiobox.h:280: Warning: argument `n' of command @param is not found in the argument list of wxRadioBox::SetLabel(const wxString &label)
+/home/frm/work/wxWidgets/include/interface/wx/radiobut.h:48: Warning: argument `parent' of command @param is not found in the argument list of wxRadioButton::wxRadioButton()
+/home/frm/work/wxWidgets/include/interface/wx/radiobut.h:48: Warning: argument `id' of command @param is not found in the argument list of wxRadioButton::wxRadioButton()
+/home/frm/work/wxWidgets/include/interface/wx/radiobut.h:48: Warning: argument `label' of command @param is not found in the argument list of wxRadioButton::wxRadioButton()
+/home/frm/work/wxWidgets/include/interface/wx/radiobut.h:48: Warning: argument `pos' of command @param is not found in the argument list of wxRadioButton::wxRadioButton()
+/home/frm/work/wxWidgets/include/interface/wx/radiobut.h:48: Warning: argument `size' of command @param is not found in the argument list of wxRadioButton::wxRadioButton()
+/home/frm/work/wxWidgets/include/interface/wx/radiobut.h:48: Warning: argument `style' of command @param is not found in the argument list of wxRadioButton::wxRadioButton()
+/home/frm/work/wxWidgets/include/interface/wx/radiobut.h:48: Warning: argument `validator' of command @param is not found in the argument list of wxRadioButton::wxRadioButton()
+/home/frm/work/wxWidgets/include/interface/wx/radiobut.h:48: Warning: argument `name' of command @param is not found in the argument list of wxRadioButton::wxRadioButton()
+/home/frm/work/wxWidgets/include/interface/wx/regex.h:20: Warning: explicit link request to 'advanced' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/regex.h:116: Warning: Illegal command \number as the argument of a \c command
+/home/frm/work/wxWidgets/include/interface/wx/regex.h:118: Warning: Illegal command \0 as the argument of a \c command
+/home/frm/work/wxWidgets/include/interface/wx/region.h:133: Warning: unable to resolve reference to `refcountdestruct_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/renderer.h:122: Warning: unable to resolve reference to `samplerender_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/renderer.h:238: Warning: explicit link request to 'DrawSash' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/laywin.h:162: Warning: argument `parent' of command @param is not found in the argument list of wxSashLayoutWindow::wxSashLayoutWindow()
+/home/frm/work/wxWidgets/include/interface/wx/laywin.h:162: Warning: argument `id' of command @param is not found in the argument list of wxSashLayoutWindow::wxSashLayoutWindow()
+/home/frm/work/wxWidgets/include/interface/wx/laywin.h:162: Warning: argument `pos' of command @param is not found in the argument list of wxSashLayoutWindow::wxSashLayoutWindow()
+/home/frm/work/wxWidgets/include/interface/wx/laywin.h:162: Warning: argument `size' of command @param is not found in the argument list of wxSashLayoutWindow::wxSashLayoutWindow()
+/home/frm/work/wxWidgets/include/interface/wx/laywin.h:162: Warning: argument `style' of command @param is not found in the argument list of wxSashLayoutWindow::wxSashLayoutWindow()
+/home/frm/work/wxWidgets/include/interface/wx/laywin.h:162: Warning: argument `name' of command @param is not found in the argument list of wxSashLayoutWindow::wxSashLayoutWindow()
+/home/frm/work/wxWidgets/include/interface/wx/sashwin.h:32: Warning: Found unknown command `\event'
+/home/frm/work/wxWidgets/include/interface/wx/sashwin.h:49: Warning: argument `parent' of command @param is not found in the argument list of wxSashWindow::wxSashWindow()
+/home/frm/work/wxWidgets/include/interface/wx/sashwin.h:49: Warning: argument `id' of command @param is not found in the argument list of wxSashWindow::wxSashWindow()
+/home/frm/work/wxWidgets/include/interface/wx/sashwin.h:49: Warning: argument `pos' of command @param is not found in the argument list of wxSashWindow::wxSashWindow()
+/home/frm/work/wxWidgets/include/interface/wx/sashwin.h:49: Warning: argument `size' of command @param is not found in the argument list of wxSashWindow::wxSashWindow()
+/home/frm/work/wxWidgets/include/interface/wx/sashwin.h:49: Warning: argument `style' of command @param is not found in the argument list of wxSashWindow::wxSashWindow()
+/home/frm/work/wxWidgets/include/interface/wx/sashwin.h:49: Warning: argument `name' of command @param is not found in the argument list of wxSashWindow::wxSashWindow()
+/home/frm/work/wxWidgets/include/interface/wx/ptr_scpd.h:87: Warning: explicit link request to 'Boost' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/ptr_scpd.h:10: Warning: explicit link request to 'Boost' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/ptr_scpd.h:173: Warning: unable to resolve reference to `scopedptr_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/ptr_scpd.h:180: Warning: explicit link request to 'wxSharedPtr' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/ptr_scpd.h:180: Warning: explicit link request to 'wxWeakRef' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/ptr_scpd.h:160: Warning: explicit link request to 'constructor' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/scrolbar.h:33: Warning: argument `parent' of command @param is not found in the argument list of wxScrollBar::wxScrollBar()
+/home/frm/work/wxWidgets/include/interface/wx/scrolbar.h:33: Warning: argument `id' of command @param is not found in the argument list of wxScrollBar::wxScrollBar()
+/home/frm/work/wxWidgets/include/interface/wx/scrolbar.h:33: Warning: argument `pos' of command @param is not found in the argument list of wxScrollBar::wxScrollBar()
+/home/frm/work/wxWidgets/include/interface/wx/scrolbar.h:33: Warning: argument `size' of command @param is not found in the argument list of wxScrollBar::wxScrollBar()
+/home/frm/work/wxWidgets/include/interface/wx/scrolbar.h:33: Warning: argument `style' of command @param is not found in the argument list of wxScrollBar::wxScrollBar()
+/home/frm/work/wxWidgets/include/interface/wx/scrolbar.h:33: Warning: argument `validator' of command @param is not found in the argument list of wxScrollBar::wxScrollBar()
+/home/frm/work/wxWidgets/include/interface/wx/scrolbar.h:33: Warning: argument `name' of command @param is not found in the argument list of wxScrollBar::wxScrollBar()
+/home/frm/work/wxWidgets/include/interface/wx/scrolwin.h:104: Warning: argument `parent' of command @param is not found in the argument list of wxScrolledWindow::wxScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/scrolwin.h:104: Warning: argument `id' of command @param is not found in the argument list of wxScrolledWindow::wxScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/scrolwin.h:104: Warning: argument `pos' of command @param is not found in the argument list of wxScrolledWindow::wxScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/scrolwin.h:104: Warning: argument `size' of command @param is not found in the argument list of wxScrolledWindow::wxScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/scrolwin.h:104: Warning: argument `style' of command @param is not found in the argument list of wxScrolledWindow::wxScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/scrolwin.h:104: Warning: argument `name' of command @param is not found in the argument list of wxScrolledWindow::wxScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/event.h:1721: Warning: explicit link request to 'scrollbars' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/event.h:1721: Warning: explicit link request to 'sliders' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/srchctrl.h:51: Warning: argument `parent' of command @param is not found in the argument list of wxSearchCtrl::wxSearchCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/srchctrl.h:51: Warning: argument `id' of command @param is not found in the argument list of wxSearchCtrl::wxSearchCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/srchctrl.h:51: Warning: argument `value' of command @param is not found in the argument list of wxSearchCtrl::wxSearchCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/srchctrl.h:51: Warning: argument `pos' of command @param is not found in the argument list of wxSearchCtrl::wxSearchCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/srchctrl.h:51: Warning: argument `size' of command @param is not found in the argument list of wxSearchCtrl::wxSearchCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/srchctrl.h:51: Warning: argument `style' of command @param is not found in the argument list of wxSearchCtrl::wxSearchCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/srchctrl.h:51: Warning: argument `validator' of command @param is not found in the argument list of wxSearchCtrl::wxSearchCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/srchctrl.h:51: Warning: argument `name' of command @param is not found in the argument list of wxSearchCtrl::wxSearchCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/ipc.h:306: Warning: explicit link request to 'IPC' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/ptr_shrd.h:11: Warning: explicit link request to 'wxVector' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/ptr_shrd.h:19: Warning: explicit link request to 'wxWeakRef' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/ptr_shrd.h:19: Warning: explicit link request to 'wxObjectDataPtr' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/htmllbox.h:154: Warning: explicit link request to 'Append(const wxArrayString )' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/htmllbox.h:159: Warning: unable to resolve reference to `htmltagssupported_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/choicdlg.h:109: Warning: unable to resolve reference to `singlechoicedialog_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/snglinst.h:80: Warning: unable to resolve reference to `singleinstancecheckerwxsingleinstancechecker_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/gdicmn.h:616: Warning: unable to resolve reference to `sizeoperators_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/sizer.h:676: Warning: argument `sizer' of command @param is not found in the argument list of wxSizer::Add(wxWindow *window, const wxSizerFlags &flags)
+/home/frm/work/wxWidgets/include/interface/wx/sizer.h:676: Warning: argument `width' of command @param is not found in the argument list of wxSizer::Add(wxWindow *window, const wxSizerFlags &flags)
+/home/frm/work/wxWidgets/include/interface/wx/sizer.h:676: Warning: argument `proportion' of command @param is not found in the argument list of wxSizer::Add(wxWindow *window, const wxSizerFlags &flags)
+/home/frm/work/wxWidgets/include/interface/wx/sizer.h:676: Warning: argument `flag' of command @param is not found in the argument list of wxSizer::Add(wxWindow *window, const wxSizerFlags &flags)
+/home/frm/work/wxWidgets/include/interface/wx/sizer.h:676: Warning: argument `border' of command @param is not found in the argument list of wxSizer::Add(wxWindow *window, const wxSizerFlags &flags)
+/home/frm/work/wxWidgets/include/interface/wx/sizer.h:676: Warning: argument `userData' of command @param is not found in the argument list of wxSizer::Add(wxWindow *window, const wxSizerFlags &flags)
+/home/frm/work/wxWidgets/include/interface/wx/sizer.h:819: Warning: explicit link request to 'Add(size, size, 0)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/sizer.h:825: Warning: explicit link request to 'Add(0, 0, prop)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/sizer.h:879: Warning: explicit link request to 'wxList' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/sizer.h:880: Warning: unable to resolve reference to `sizeritem_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/sizer.h:943: Warning: argument `index.' of command @param is not found in the argument list of wxSizer::Insert(size_t index, wxWindow *window, const wxSizerFlags &flags)
+/home/frm/work/wxWidgets/include/interface/wx/sizer.h:943: Warning: The following parameters of wxSizer::Insert(size_t index, wxWindow *window, const wxSizerFlags &flags) are not documented:
+ parameter index
+ parameter window
+ parameter flags
+/home/frm/work/wxWidgets/include/interface/wx/sizer.h:973: Warning: explicit link request to 'Insert(size, size, 0)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/sizer.h:979: Warning: explicit link request to 'Insert(0, 0, prop)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/sizer.h:1023: Warning: explicit link request to 'Prepend(size, size, 0)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/sizer.h:1029: Warning: explicit link request to 'Prepend(0, 0, prop)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/slider.h:52: Warning: argument `parent' of command @param is not found in the argument list of wxSlider::wxSlider()
+/home/frm/work/wxWidgets/include/interface/wx/slider.h:52: Warning: argument `id' of command @param is not found in the argument list of wxSlider::wxSlider()
+/home/frm/work/wxWidgets/include/interface/wx/slider.h:52: Warning: argument `value' of command @param is not found in the argument list of wxSlider::wxSlider()
+/home/frm/work/wxWidgets/include/interface/wx/slider.h:52: Warning: argument `minValue' of command @param is not found in the argument list of wxSlider::wxSlider()
+/home/frm/work/wxWidgets/include/interface/wx/slider.h:52: Warning: argument `maxValue' of command @param is not found in the argument list of wxSlider::wxSlider()
+/home/frm/work/wxWidgets/include/interface/wx/slider.h:52: Warning: argument `size' of command @param is not found in the argument list of wxSlider::wxSlider()
+/home/frm/work/wxWidgets/include/interface/wx/slider.h:52: Warning: argument `style' of command @param is not found in the argument list of wxSlider::wxSlider()
+/home/frm/work/wxWidgets/include/interface/wx/slider.h:52: Warning: argument `validator' of command @param is not found in the argument list of wxSlider::wxSlider()
+/home/frm/work/wxWidgets/include/interface/wx/slider.h:52: Warning: argument `name' of command @param is not found in the argument list of wxSlider::wxSlider()
+/home/frm/work/wxWidgets/include/interface/wx/socket.h:396: Warning: unable to resolve reference to `samplesockets_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/socket.h:489: Warning: explicit link request to 'WaitForLost' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/socket.h:612: Warning: unable to resolve reference to `socketbase_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/socket.h:889: Warning: unable to resolve reference to `socketbase_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/socket.h:247: Warning: argument `local' of command @param is not found in the argument list of wxSocketClient::Connect(wxSockAddress &address, bool wait=true)
+/home/frm/work/wxWidgets/include/interface/wx/socket.h:281: Warning: argument `millisecond' of command @param is not found in the argument list of wxSocketClient::WaitOnConnect(long seconds=-1, long milliseconds=0)
+/home/frm/work/wxWidgets/include/interface/wx/socket.h:281: Warning: The following parameters of wxSocketClient::WaitOnConnect(long seconds=-1, long milliseconds=0) are not documented:
+ parameter milliseconds
+/home/frm/work/wxWidgets/include/interface/wx/socket.h:116: Warning: The following parameters of wxSocketServer::AcceptWith(wxSocketBase &socket, bool wait=true) are not documented:
+ parameter wait
+/home/frm/work/wxWidgets/include/interface/wx/sound.h:24: Warning: argument `fileName' of command @param is not found in the argument list of wxSound::wxSound()
+/home/frm/work/wxWidgets/include/interface/wx/sound.h:24: Warning: argument `isResource' of command @param is not found in the argument list of wxSound::wxSound()
+/home/frm/work/wxWidgets/include/interface/wx/spinbutt.h:76: Warning: argument `parent' of command @param is not found in the argument list of wxSpinButton::wxSpinButton()
+/home/frm/work/wxWidgets/include/interface/wx/spinbutt.h:76: Warning: argument `id' of command @param is not found in the argument list of wxSpinButton::wxSpinButton()
+/home/frm/work/wxWidgets/include/interface/wx/spinbutt.h:76: Warning: argument `pos' of command @param is not found in the argument list of wxSpinButton::wxSpinButton()
+/home/frm/work/wxWidgets/include/interface/wx/spinbutt.h:76: Warning: argument `size' of command @param is not found in the argument list of wxSpinButton::wxSpinButton()
+/home/frm/work/wxWidgets/include/interface/wx/spinbutt.h:76: Warning: argument `style' of command @param is not found in the argument list of wxSpinButton::wxSpinButton()
+/home/frm/work/wxWidgets/include/interface/wx/spinbutt.h:76: Warning: argument `name' of command @param is not found in the argument list of wxSpinButton::wxSpinButton()
+/home/frm/work/wxWidgets/include/interface/wx/spinctrl.h:31: Warning: argument `parent' of command @param is not found in the argument list of wxSpinCtrl::wxSpinCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/spinctrl.h:31: Warning: argument `value' of command @param is not found in the argument list of wxSpinCtrl::wxSpinCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/spinctrl.h:31: Warning: argument `id' of command @param is not found in the argument list of wxSpinCtrl::wxSpinCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/spinctrl.h:31: Warning: argument `pos' of command @param is not found in the argument list of wxSpinCtrl::wxSpinCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/spinctrl.h:31: Warning: argument `size' of command @param is not found in the argument list of wxSpinCtrl::wxSpinCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/spinctrl.h:31: Warning: argument `style' of command @param is not found in the argument list of wxSpinCtrl::wxSpinCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/spinctrl.h:31: Warning: argument `min' of command @param is not found in the argument list of wxSpinCtrl::wxSpinCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/spinctrl.h:31: Warning: argument `max' of command @param is not found in the argument list of wxSpinCtrl::wxSpinCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/spinctrl.h:31: Warning: argument `initial' of command @param is not found in the argument list of wxSpinCtrl::wxSpinCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/spinctrl.h:31: Warning: argument `name' of command @param is not found in the argument list of wxSpinCtrl::wxSpinCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/splitter.h:49: Warning: argument `parent' of command @param is not found in the argument list of wxSplitterWindow::wxSplitterWindow()
+/home/frm/work/wxWidgets/include/interface/wx/splitter.h:49: Warning: argument `id' of command @param is not found in the argument list of wxSplitterWindow::wxSplitterWindow()
+/home/frm/work/wxWidgets/include/interface/wx/splitter.h:49: Warning: argument `pos' of command @param is not found in the argument list of wxSplitterWindow::wxSplitterWindow()
+/home/frm/work/wxWidgets/include/interface/wx/splitter.h:49: Warning: argument `size' of command @param is not found in the argument list of wxSplitterWindow::wxSplitterWindow()
+/home/frm/work/wxWidgets/include/interface/wx/splitter.h:49: Warning: argument `style' of command @param is not found in the argument list of wxSplitterWindow::wxSplitterWindow()
+/home/frm/work/wxWidgets/include/interface/wx/splitter.h:49: Warning: argument `name' of command @param is not found in the argument list of wxSplitterWindow::wxSplitterWindow()
+/home/frm/work/wxWidgets/include/interface/wx/stdpaths.h:16: Warning: Illegal command \Win2003 as the argument of a \c command
+/home/frm/work/wxWidgets/include/interface/wx/stdpaths.h:17: Warning: Illegal command \Windows as the argument of a \c command
+/home/frm/work/wxWidgets/include/interface/wx/stdpaths.h:59: Warning: Illegal command \Documents as the argument of a \c command
+/home/frm/work/wxWidgets/include/interface/wx/stdpaths.h:59: Warning: Found unknown command `\All'
+/home/frm/work/wxWidgets/include/interface/wx/stdpaths.h:59: Warning: Found unknown command `\Application'
+/home/frm/work/wxWidgets/include/interface/wx/stdpaths.h:86: Warning: Illegal command \Documents as the argument of a \c command
+/home/frm/work/wxWidgets/include/interface/wx/stdpaths.h:86: Warning: Found unknown command `\Documents'
+/home/frm/work/wxWidgets/include/interface/wx/stdpaths.h:99: Warning: Illegal command \Programs as the argument of a \c command
+/home/frm/work/wxWidgets/include/interface/wx/stdpaths.h:99: Warning: Found unknown command `\AppFolder'
+/home/frm/work/wxWidgets/include/interface/wx/stdpaths.h:99: Warning: Found unknown command `\exename'
+/home/frm/work/wxWidgets/include/interface/wx/stdpaths.h:188: Warning: Illegal command \Documents as the argument of a \c command
+/home/frm/work/wxWidgets/include/interface/wx/stdpaths.h:188: Warning: Found unknown command `\Application'
+/home/frm/work/wxWidgets/include/interface/wx/stdpaths.h:201: Warning: Illegal command \Documents as the argument of a \c command
+/home/frm/work/wxWidgets/include/interface/wx/stdpaths.h:201: Warning: Found unknown command `\Application'
+/home/frm/work/wxWidgets/include/interface/wx/stdpaths.h:213: Warning: Illegal command \Documents as the argument of a \c command
+/home/frm/work/wxWidgets/include/interface/wx/stdpaths.h:213: Warning: Found unknown command `\Local'
+/home/frm/work/wxWidgets/include/interface/wx/stdpaths.h:213: Warning: Found unknown command `\Application'
+/home/frm/work/wxWidgets/include/interface/wx/statbmp.h:27: Warning: argument `parent' of command @param is not found in the argument list of wxStaticBitmap::wxStaticBitmap()
+/home/frm/work/wxWidgets/include/interface/wx/statbmp.h:27: Warning: argument `id' of command @param is not found in the argument list of wxStaticBitmap::wxStaticBitmap()
+/home/frm/work/wxWidgets/include/interface/wx/statbmp.h:27: Warning: argument `label' of command @param is not found in the argument list of wxStaticBitmap::wxStaticBitmap()
+/home/frm/work/wxWidgets/include/interface/wx/statbmp.h:27: Warning: argument `pos' of command @param is not found in the argument list of wxStaticBitmap::wxStaticBitmap()
+/home/frm/work/wxWidgets/include/interface/wx/statbmp.h:27: Warning: argument `size' of command @param is not found in the argument list of wxStaticBitmap::wxStaticBitmap()
+/home/frm/work/wxWidgets/include/interface/wx/statbmp.h:27: Warning: argument `style' of command @param is not found in the argument list of wxStaticBitmap::wxStaticBitmap()
+/home/frm/work/wxWidgets/include/interface/wx/statbmp.h:27: Warning: argument `name' of command @param is not found in the argument list of wxStaticBitmap::wxStaticBitmap()
+/home/frm/work/wxWidgets/include/interface/wx/statbox.h:34: Warning: argument `parent' of command @param is not found in the argument list of wxStaticBox::wxStaticBox()
+/home/frm/work/wxWidgets/include/interface/wx/statbox.h:34: Warning: argument `id' of command @param is not found in the argument list of wxStaticBox::wxStaticBox()
+/home/frm/work/wxWidgets/include/interface/wx/statbox.h:34: Warning: argument `label' of command @param is not found in the argument list of wxStaticBox::wxStaticBox()
+/home/frm/work/wxWidgets/include/interface/wx/statbox.h:34: Warning: argument `pos' of command @param is not found in the argument list of wxStaticBox::wxStaticBox()
+/home/frm/work/wxWidgets/include/interface/wx/statbox.h:34: Warning: argument `size' of command @param is not found in the argument list of wxStaticBox::wxStaticBox()
+/home/frm/work/wxWidgets/include/interface/wx/statbox.h:34: Warning: argument `style' of command @param is not found in the argument list of wxStaticBox::wxStaticBox()
+/home/frm/work/wxWidgets/include/interface/wx/statbox.h:34: Warning: argument `name' of command @param is not found in the argument list of wxStaticBox::wxStaticBox()
+/home/frm/work/wxWidgets/include/interface/wx/statline.h:31: Warning: argument `parent' of command @param is not found in the argument list of wxStaticLine::wxStaticLine()
+/home/frm/work/wxWidgets/include/interface/wx/statline.h:31: Warning: argument `id' of command @param is not found in the argument list of wxStaticLine::wxStaticLine()
+/home/frm/work/wxWidgets/include/interface/wx/statline.h:31: Warning: argument `pos' of command @param is not found in the argument list of wxStaticLine::wxStaticLine()
+/home/frm/work/wxWidgets/include/interface/wx/statline.h:31: Warning: argument `size' of command @param is not found in the argument list of wxStaticLine::wxStaticLine()
+/home/frm/work/wxWidgets/include/interface/wx/statline.h:31: Warning: argument `style' of command @param is not found in the argument list of wxStaticLine::wxStaticLine()
+/home/frm/work/wxWidgets/include/interface/wx/statline.h:31: Warning: argument `name' of command @param is not found in the argument list of wxStaticLine::wxStaticLine()
+/home/frm/work/wxWidgets/include/interface/wx/stattext.h:49: Warning: argument `parent' of command @param is not found in the argument list of wxStaticText::wxStaticText()
+/home/frm/work/wxWidgets/include/interface/wx/stattext.h:49: Warning: argument `id' of command @param is not found in the argument list of wxStaticText::wxStaticText()
+/home/frm/work/wxWidgets/include/interface/wx/stattext.h:49: Warning: argument `label' of command @param is not found in the argument list of wxStaticText::wxStaticText()
+/home/frm/work/wxWidgets/include/interface/wx/stattext.h:49: Warning: argument `pos' of command @param is not found in the argument list of wxStaticText::wxStaticText()
+/home/frm/work/wxWidgets/include/interface/wx/stattext.h:49: Warning: argument `size' of command @param is not found in the argument list of wxStaticText::wxStaticText()
+/home/frm/work/wxWidgets/include/interface/wx/stattext.h:49: Warning: argument `style' of command @param is not found in the argument list of wxStaticText::wxStaticText()
+/home/frm/work/wxWidgets/include/interface/wx/stattext.h:49: Warning: argument `name' of command @param is not found in the argument list of wxStaticText::wxStaticText()
+/home/frm/work/wxWidgets/include/interface/wx/stattext.h:179: Warning: expected whitespace after c command
+/home/frm/work/wxWidgets/include/interface/wx/stattext.h:181: Warning: expected whitespace after c command
+/home/frm/work/wxWidgets/include/interface/wx/stattext.h:191: Warning: expected whitespace after c command
+/home/frm/work/wxWidgets/include/interface/wx/stattext.h:195: Warning: expected whitespace after c command
+/home/frm/work/wxWidgets/include/interface/wx/statusbr.h:32: Warning: unable to resolve reference to `samplestatbar_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/statusbr.h:39: Warning: argument `parent' of command @param is not found in the argument list of wxStatusBar::wxStatusBar()
+/home/frm/work/wxWidgets/include/interface/wx/statusbr.h:39: Warning: argument `id' of command @param is not found in the argument list of wxStatusBar::wxStatusBar()
+/home/frm/work/wxWidgets/include/interface/wx/statusbr.h:39: Warning: argument `style' of command @param is not found in the argument list of wxStatusBar::wxStatusBar()
+/home/frm/work/wxWidgets/include/interface/wx/statusbr.h:39: Warning: argument `name' of command @param is not found in the argument list of wxStatusBar::wxStatusBar()
+/home/frm/work/wxWidgets/include/interface/wx/string.h:106: Warning: explicit link request to 'MB2WC' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/string.h:967: Warning: unable to resolve reference to `stringoperatorout_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/string.h:973: Warning: explicit link request to 'wchar_string' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/string.h:976: Warning: explicit link request to 'wchar_string' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/string.h:247: Warning: explicit link request to 'overview' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/string.h:258: Warning: unable to resolve reference to `stringoperatorbracket_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/string.h:268: Warning: unable to resolve reference to `stringoperatorconstcharpt_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/string.h:350: Warning: unable to resolve reference to `stringoperatorout_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/string.h:352: Warning: unable to resolve reference to `stringplusequal_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/string.h:354: Warning: unable to resolve reference to `stringoperatorplus_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/string.h:366: Warning: unable to resolve reference to `stringoperatorassign_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/string.h:446: Warning: unable to resolve reference to `stringconstruct_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/string.h:993: Warning: explicit link request to 'cWC2MB' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/string.h:1067: Warning: Found unknown command `\NULLness'
+/home/frm/work/wxWidgets/include/interface/wx/string.h:1045: Warning: unable to resolve reference to `stringconstruct_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/string.h:805: Warning: explicit link request to 'operator()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/string.h:1091: Warning: explicit link request to 'cMB2WC' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/string.h:49: Warning: explicit link request to 'GetWriteBuf' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/string.h:56: Warning: explicit link request to 'UngetWriteBuf' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/string.h:1198: Warning: explicit link request to 'GetWriteBuf' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/string.h:1205: Warning: explicit link request to 'UngetWriteBuf' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/tokenzr.h:41: Warning: explicit link request to 'constructor' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/tarstrm.h:80: Warning: unable to resolve reference to `arcgeneric_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/tarstrm.h:248: Warning: explicit link request to 'TypeFlag' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/tarstrm.h:257: Warning: explicit link request to 'permissions' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/tarstrm.h:260: Warning: unable to resolve reference to `tarentryunamegname_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/tarstrm.h:268: Warning: explicit link request to 'permissions' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/tarstrm.h:278: Warning: explicit link request to 'TypeFlag' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/tarstrm.h:286: Warning: unable to resolve reference to `tarentryunamegname_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/tarstrm.h:27: Warning: unable to resolve reference to `arcbyname_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/tarstrm.h:183: Warning: explicit link request to 'constructor' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/file.h:36: Warning: explicit link request to 'write' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/textctrl.h:10: Warning: explicit link request to 'wxRichTextCtrl' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/textctrl.h:22: Warning: explicit link request to 'wxRichTextCtrl' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/textctrl.h:709: Warning: argument `parent' of command @param is not found in the argument list of wxTextCtrl::wxTextCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/textctrl.h:709: Warning: argument `id' of command @param is not found in the argument list of wxTextCtrl::wxTextCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/textctrl.h:709: Warning: argument `value' of command @param is not found in the argument list of wxTextCtrl::wxTextCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/textctrl.h:709: Warning: argument `pos' of command @param is not found in the argument list of wxTextCtrl::wxTextCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/textctrl.h:709: Warning: argument `size' of command @param is not found in the argument list of wxTextCtrl::wxTextCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/textctrl.h:709: Warning: argument `style' of command @param is not found in the argument list of wxTextCtrl::wxTextCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/textctrl.h:709: Warning: argument `validator' of command @param is not found in the argument list of wxTextCtrl::wxTextCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/textctrl.h:709: Warning: argument `name' of command @param is not found in the argument list of wxTextCtrl::wxTextCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/textctrl.h:846: Warning: unable to resolve reference to `progevent_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/textctrl.h:1015: Warning: Found unknown command `\r'
+/home/frm/work/wxWidgets/include/interface/wx/textdlg.h:38: Warning: unable to resolve reference to `textentrydialog_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/textdlg.h:45: Warning: The following parameters of wxTextEntryDialog::wxTextEntryDialog(wxWindow *parent, const wxString &message, const wxString &caption="Please enter text", const wxString &defaultValue="", long style=wxOK|wxCANCEL|wxCENTRE, const wxPoint &pos=wxDefaultPosition) are not documented:
+ parameter caption
+/home/frm/work/wxWidgets/include/interface/wx/textfile.h:92: Warning: explicit link request to 'constructor' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/textfile.h:207: Warning: explicit link request to 'constructor' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/txtstrm.h:58: Warning: argument `conv' of command @param is not found in the argument list of wxTextInputStream::wxTextInputStream(wxInputStream &stream, const wxString &sep=" \t")
+/home/frm/work/wxWidgets/include/interface/wx/txtstrm.h:202: Warning: argument `conv' of command @param is not found in the argument list of wxTextOutputStream::wxTextOutputStream(wxOutputStream &stream, wxEOL mode=wxEOL_NATIVE)
+/home/frm/work/wxWidgets/include/interface/wx/valtext.h:26: Warning: argument `style' of command @param is not found in the argument list of wxTextValidator::wxTextValidator(const wxTextValidator &validator)
+/home/frm/work/wxWidgets/include/interface/wx/valtext.h:26: Warning: argument `valPtr' of command @param is not found in the argument list of wxTextValidator::wxTextValidator(const wxTextValidator &validator)
+/home/frm/work/wxWidgets/include/interface/wx/valtext.h:26: Warning: The following parameters of wxTextValidator::wxTextValidator(const wxTextValidator &validator) are not documented:
+ parameter validator
+/home/frm/work/wxWidgets/include/interface/wx/thread.h:323: Warning: explicit link request to 'mutexes' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/thread.h:323: Warning: unable to resolve reference to `criticalsection_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/thread.h:407: Warning: unable to resolve reference to `deletionwxthread_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/thread.h:448: Warning: explicit link request to 'mutexes' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/thread.h:562: Warning: explicit link request to 'killed' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/thread.h:631: Warning: explicit link request to 'wxSleep' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/thread.h:722: Warning: unable to resolve reference to `deletionwxthread_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/timer.h:69: Warning: unable to resolve reference to `timerevent_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/timer.h:94: Warning: unable to resolve reference to `timerevent_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/tipdlg.h:9: Warning: explicit link request to 'wxShowTip' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/tipdlg.h:42: Warning: explicit link request to 'wxShowTip' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/tglbtn.h:77: Warning: explicit link request to 'controls' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/tglbtn.h:96: Warning: argument `parent' of command @param is not found in the argument list of wxToggleButton::wxToggleButton()
+/home/frm/work/wxWidgets/include/interface/wx/tglbtn.h:96: Warning: argument `id' of command @param is not found in the argument list of wxToggleButton::wxToggleButton()
+/home/frm/work/wxWidgets/include/interface/wx/tglbtn.h:96: Warning: argument `label' of command @param is not found in the argument list of wxToggleButton::wxToggleButton()
+/home/frm/work/wxWidgets/include/interface/wx/tglbtn.h:96: Warning: argument `pos' of command @param is not found in the argument list of wxToggleButton::wxToggleButton()
+/home/frm/work/wxWidgets/include/interface/wx/tglbtn.h:96: Warning: argument `size' of command @param is not found in the argument list of wxToggleButton::wxToggleButton()
+/home/frm/work/wxWidgets/include/interface/wx/tglbtn.h:96: Warning: argument `style' of command @param is not found in the argument list of wxToggleButton::wxToggleButton()
+/home/frm/work/wxWidgets/include/interface/wx/tglbtn.h:96: Warning: argument `validator' of command @param is not found in the argument list of wxToggleButton::wxToggleButton()
+/home/frm/work/wxWidgets/include/interface/wx/tglbtn.h:96: Warning: argument `name' of command @param is not found in the argument list of wxToggleButton::wxToggleButton()
+/home/frm/work/wxWidgets/include/interface/wx/toolbar.h:63: Warning: argument `parent' of command @param is not found in the argument list of wxToolBar::wxToolBar()
+/home/frm/work/wxWidgets/include/interface/wx/toolbar.h:63: Warning: argument `id' of command @param is not found in the argument list of wxToolBar::wxToolBar()
+/home/frm/work/wxWidgets/include/interface/wx/toolbar.h:63: Warning: argument `pos' of command @param is not found in the argument list of wxToolBar::wxToolBar()
+/home/frm/work/wxWidgets/include/interface/wx/toolbar.h:63: Warning: argument `size' of command @param is not found in the argument list of wxToolBar::wxToolBar()
+/home/frm/work/wxWidgets/include/interface/wx/toolbar.h:63: Warning: argument `style' of command @param is not found in the argument list of wxToolBar::wxToolBar()
+/home/frm/work/wxWidgets/include/interface/wx/toolbar.h:63: Warning: argument `name' of command @param is not found in the argument list of wxToolBar::wxToolBar()
+/home/frm/work/wxWidgets/include/interface/wx/toolbar.h:160: Warning: argument `bitmap2' of command @param is not found in the argument list of wxToolBar::AddTool(int toolId, const wxString &label, const wxBitmap &bitmap1, const wxString &shortHelpString="", wxItemKind kind=wxITEM_NORMAL)
+/home/frm/work/wxWidgets/include/interface/wx/toolbar.h:160: Warning: argument `longHelpString' of command @param is not found in the argument list of wxToolBar::AddTool(int toolId, const wxString &label, const wxBitmap &bitmap1, const wxString &shortHelpString="", wxItemKind kind=wxITEM_NORMAL)
+/home/frm/work/wxWidgets/include/interface/wx/toolbar.h:160: Warning: argument `clientData' of command @param is not found in the argument list of wxToolBar::AddTool(int toolId, const wxString &label, const wxBitmap &bitmap1, const wxString &shortHelpString="", wxItemKind kind=wxITEM_NORMAL)
+/home/frm/work/wxWidgets/include/interface/wx/toolbar.h:160: Warning: argument `tool' of command @param is not found in the argument list of wxToolBar::AddTool(int toolId, const wxString &label, const wxBitmap &bitmap1, const wxString &shortHelpString="", wxItemKind kind=wxITEM_NORMAL)
+/home/frm/work/wxWidgets/include/interface/wx/toolbar.h:160: Warning: The following parameters of wxToolBar::AddTool(int toolId, const wxString &label, const wxBitmap &bitmap1, const wxString &shortHelpString="", wxItemKind kind=wxITEM_NORMAL) are not documented:
+ parameter label
+/home/frm/work/wxWidgets/include/interface/wx/toolbar.h:527: Warning: argument `x' of command @param is not found in the argument list of wxToolBar::SetMargins(const wxSize &size)
+/home/frm/work/wxWidgets/include/interface/wx/toolbar.h:527: Warning: argument `y' of command @param is not found in the argument list of wxToolBar::SetMargins(const wxSize &size)
+/home/frm/work/wxWidgets/include/interface/wx/toolbook.h:16: Warning: unable to resolve reference to `samplenotebook_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/toolbook.h:33: Warning: explicit link request to 'wxBookCtrl' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/toolbook.h:33: Warning: unable to resolve reference to `samplenotebook_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/toplevel.h:274: Warning: argument `incSize' of command @param is not found in the argument list of wxTopLevelWindow::SetSizeHints(int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)
+/home/frm/work/wxWidgets/include/interface/wx/toplevel.h:274: Warning: The following parameters of wxTopLevelWindow::SetSizeHints(int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) are not documented:
+ parameter minW
+ parameter minH
+ parameter maxW
+ parameter maxH
+/home/frm/work/wxWidgets/include/interface/wx/treebook.h:73: Warning: unable to resolve reference to `samplenotebook_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/treebook.h:80: Warning: argument `parent' of command @param is not found in the argument list of wxTreebook::wxTreebook()
+/home/frm/work/wxWidgets/include/interface/wx/treebook.h:80: Warning: argument `id' of command @param is not found in the argument list of wxTreebook::wxTreebook()
+/home/frm/work/wxWidgets/include/interface/wx/treebook.h:80: Warning: argument `pos' of command @param is not found in the argument list of wxTreebook::wxTreebook()
+/home/frm/work/wxWidgets/include/interface/wx/treebook.h:80: Warning: argument `size' of command @param is not found in the argument list of wxTreebook::wxTreebook()
+/home/frm/work/wxWidgets/include/interface/wx/treebook.h:80: Warning: argument `style' of command @param is not found in the argument list of wxTreebook::wxTreebook()
+/home/frm/work/wxWidgets/include/interface/wx/treebook.h:80: Warning: argument `name' of command @param is not found in the argument list of wxTreebook::wxTreebook()
+/home/frm/work/wxWidgets/include/interface/wx/treebook.h:142: Warning: unable to resolve reference to `progevent_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/treectrl.h:133: Warning: argument `parent' of command @param is not found in the argument list of wxTreeCtrl::wxTreeCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/treectrl.h:133: Warning: argument `id' of command @param is not found in the argument list of wxTreeCtrl::wxTreeCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/treectrl.h:133: Warning: argument `pos' of command @param is not found in the argument list of wxTreeCtrl::wxTreeCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/treectrl.h:133: Warning: argument `size' of command @param is not found in the argument list of wxTreeCtrl::wxTreeCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/treectrl.h:133: Warning: argument `style' of command @param is not found in the argument list of wxTreeCtrl::wxTreeCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/treectrl.h:133: Warning: argument `validator' of command @param is not found in the argument list of wxTreeCtrl::wxTreeCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/treectrl.h:133: Warning: argument `name' of command @param is not found in the argument list of wxTreeCtrl::wxTreeCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/uri.h:38: Warning: argument `uri' of command @param is not found in the argument list of wxURI::wxURI()
+/home/frm/work/wxWidgets/include/interface/wx/uri.h:66: Warning: argument `uri.' of command @param is not found in the argument list of wxURI::Create(const wxString uri)
+/home/frm/work/wxWidgets/include/interface/wx/uri.h:66: Warning: The following parameters of wxURI::Create(const wxString uri) are not documented:
+ parameter uri
+/home/frm/work/wxWidgets/include/interface/wx/uri.h:335: Warning: argument `otherwise' of command @param is not found in the argument list of wxURI::operator==(const wxURI &uricomp)
+/home/frm/work/wxWidgets/include/interface/wx/uri.h:325: Warning: explicit link request to 'HasUserInfo' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/url.h:22: Warning: explicit link request to 'wxProtocol' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:734: Warning: explicit link request to 'OnGetColumnWidth()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/variant.h:132: Warning: explicit link request to 'DecRef' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/variant.h:133: Warning: unable to resolve reference to `refcountdestruct_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/variant.h:190: Warning: explicit link request to 'IncRef' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/variant.h:191: Warning: explicit link request to 'DecRef' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/variant.h:396: Warning: unable to resolve reference to `refcount_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/vector.h:124: Warning: explicit link request to 'size' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/docview.h:688: Warning: unable to resolve reference to `view_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:467: Warning: explicit link request to 'OnGetRowHeight()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:468: Warning: explicit link request to 'SetRowCount' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:472: Warning: explicit link request to 'GetVisibleRowsBegin()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:473: Warning: explicit link request to 'GetVisibleRowsEnd()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:490: Warning: argument `parent' of command @param is not found in the argument list of wxVScrolledWindow::wxVScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:490: Warning: argument `id' of command @param is not found in the argument list of wxVScrolledWindow::wxVScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:490: Warning: argument `pos' of command @param is not found in the argument list of wxVScrolledWindow::wxVScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:490: Warning: argument `size' of command @param is not found in the argument list of wxVScrolledWindow::wxVScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:490: Warning: argument `style' of command @param is not found in the argument list of wxVScrolledWindow::wxVScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:490: Warning: argument `name' of command @param is not found in the argument list of wxVScrolledWindow::wxVScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:523: Warning: unable to resolve reference to `vscrolledwindowwxvscrolledwindow_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/weakref.h:25: Warning: explicit link request to 'wxWeakRef' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/weakref.h:58: Warning: explicit link request to 'wxSharedPtr' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/window.h:136: Warning: argument `parent' of command @param is not found in the argument list of wxWindow::wxWindow()
+/home/frm/work/wxWidgets/include/interface/wx/window.h:136: Warning: argument `id' of command @param is not found in the argument list of wxWindow::wxWindow()
+/home/frm/work/wxWidgets/include/interface/wx/window.h:136: Warning: argument `pos' of command @param is not found in the argument list of wxWindow::wxWindow()
+/home/frm/work/wxWidgets/include/interface/wx/window.h:136: Warning: argument `size' of command @param is not found in the argument list of wxWindow::wxWindow()
+/home/frm/work/wxWidgets/include/interface/wx/window.h:136: Warning: argument `style' of command @param is not found in the argument list of wxWindow::wxWindow()
+/home/frm/work/wxWidgets/include/interface/wx/window.h:136: Warning: argument `name' of command @param is not found in the argument list of wxWindow::wxWindow()
+/home/frm/work/wxWidgets/include/interface/wx/window.h:312: Warning: argument `pt' of command @param is not found in the argument list of wxWindow::ClientToScreen(int *x, int *y)
+/home/frm/work/wxWidgets/include/interface/wx/window.h:657: Warning: explicit link request to 'caret' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/window.h:673: Warning: explicit link request to 'wxList' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/window.h:916: Warning: argument `x' of command @param is not found in the argument list of wxWindow::GetPopupMenuSelectionFromUser(wxMenu &menu, const wxPoint &pos)
+/home/frm/work/wxWidgets/include/interface/wx/window.h:916: Warning: argument `y' of command @param is not found in the argument list of wxWindow::GetPopupMenuSelectionFromUser(wxMenu &menu, const wxPoint &pos)
+/home/frm/work/wxWidgets/include/interface/wx/window.h:1144: Warning: explicit link request to 'SafelyProcessEvent(event)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/window.h:1230: Warning: explicit link request to 'default' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/window.h:1373: Warning: explicit link request to 'ScrollLines(1)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/window.h:1390: Warning: argument `pt' of command @param is not found in the argument list of wxWindow::Move(int x, int y)
+/home/frm/work/wxWidgets/include/interface/wx/window.h:1463: Warning: explicit link request to 'wxWindowIDRef' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/window.h:1513: Warning: argument `x' of command @param is not found in the argument list of wxWindow::PopupMenu(wxMenu *menu, const wxPoint &pos=wxDefaultPosition)
+/home/frm/work/wxWidgets/include/interface/wx/window.h:1513: Warning: argument `y' of command @param is not found in the argument list of wxWindow::PopupMenu(wxMenu *menu, const wxPoint &pos=wxDefaultPosition)
+/home/frm/work/wxWidgets/include/interface/wx/window.h:1683: Warning: argument `pt' of command @param is not found in the argument list of wxWindow::ScreenToClient(int *x, int *y)
+/home/frm/work/wxWidgets/include/interface/wx/window.h:1823: Warning: explicit link request to 'caret' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/window.h:1828: Warning: argument `size' of command @param is not found in the argument list of wxWindow::SetClientSize(int width, int height)
+/home/frm/work/wxWidgets/include/interface/wx/window.h:1931: Warning: unable to resolve reference to `eventprocessing_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/window.h:2190: Warning: argument `size' of command @param is not found in the argument list of wxWindow::SetSize(int x, int y, int width, int height, int sizeFlags=wxSIZE_AUTO)
+/home/frm/work/wxWidgets/include/interface/wx/window.h:2190: Warning: argument `rect' of command @param is not found in the argument list of wxWindow::SetSize(int x, int y, int width, int height, int sizeFlags=wxSIZE_AUTO)
+/home/frm/work/wxWidgets/include/interface/wx/window.h:2341: Warning: argument `minSize' of command @param is not found in the argument list of wxWindow::SetVirtualSizeHints(int minW, int minH, int maxW=-1, int maxH=-1)
+/home/frm/work/wxWidgets/include/interface/wx/window.h:2341: Warning: argument `maxSize' of command @param is not found in the argument list of wxWindow::SetVirtualSizeHints(int minW, int minH, int maxW=-1, int maxH=-1)
+/home/frm/work/wxWidgets/include/interface/wx/window.h:2564: Warning: explicit link request to 'wxUpdateUIEvents' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/wupdlock.h:11: Warning: explicit link request to 'Thaw' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/wupdlock.h:28: Warning: explicit link request to 'Freeze' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/wupdlock.h:28: Warning: explicit link request to 'Thaw' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/wizard.h:201: Warning: unable to resolve reference to `autoscrollingdialogs_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/wizard.h:208: Warning: unable to resolve reference to `samplewizard_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/wizard.h:215: Warning: argument `parent' of command @param is not found in the argument list of wxWizard::wxWizard()
+/home/frm/work/wxWidgets/include/interface/wx/wizard.h:215: Warning: argument `id' of command @param is not found in the argument list of wxWizard::wxWizard()
+/home/frm/work/wxWidgets/include/interface/wx/wizard.h:215: Warning: argument `title' of command @param is not found in the argument list of wxWizard::wxWizard()
+/home/frm/work/wxWidgets/include/interface/wx/wizard.h:215: Warning: argument `bitmap' of command @param is not found in the argument list of wxWizard::wxWizard()
+/home/frm/work/wxWidgets/include/interface/wx/wizard.h:215: Warning: argument `pos' of command @param is not found in the argument list of wxWizard::wxWizard()
+/home/frm/work/wxWidgets/include/interface/wx/wizard.h:215: Warning: argument `style' of command @param is not found in the argument list of wxWizard::wxWizard()
+/home/frm/work/wxWidgets/include/interface/wx/wizard.h:380: Warning: explicit link request to 'page' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/wizard.h:390: Warning: explicit link request to 'page' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/wizard.h:83: Warning: explicit link request to 'wizard' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/wizard.h:91: Warning: unable to resolve reference to `samplewizard_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/wizard.h:25: Warning: unable to resolve reference to `samplewizard_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/wizard.h:49: Warning: explicit link request to 'constructor' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/wizard.h:136: Warning: unable to resolve reference to `samplewizard_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/intl.h:399: Warning: explicit link request to 'Introduction' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/intl.h:400: Warning: explicit link request to 'Availability' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/intl.h:401: Warning: unable to resolve reference to `topic5_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/zipstrm.h:299: Warning: unable to resolve reference to `arcgeneric_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/zipstrm.h:84: Warning: explicit link request to 'IsReadOnly' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/zipstrm.h:86: Warning: explicit link request to 'IsDir' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/zipstrm.h:88: Warning: explicit link request to 'Get' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/zipstrm.h:169: Warning: unable to resolve reference to `arcbyname_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/zipstrm.h:189: Warning: explicit link request to 'notifier' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/zipstrm.h:192: Warning: explicit link request to 'OnEntryUpdated' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/zipstrm.h:199: Warning: unable to resolve reference to `arcnoseek_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/zipstrm.h:19: Warning: unable to resolve reference to `arcnoseek_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/zipstrm.h:26: Warning: unable to resolve reference to `arcnoseek_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/accel.h:24: Warning: argument `flags' of command @param is not found in the argument list of wxAcceleratorEntry::wxAcceleratorEntry()
+/home/frm/work/wxWidgets/include/interface/wx/accel.h:24: Warning: argument `keyCode' of command @param is not found in the argument list of wxAcceleratorEntry::wxAcceleratorEntry()
+/home/frm/work/wxWidgets/include/interface/wx/accel.h:24: Warning: argument `cmd' of command @param is not found in the argument list of wxAcceleratorEntry::wxAcceleratorEntry()
+/home/frm/work/wxWidgets/include/interface/wx/accel.h:10: Warning: unable to resolve reference to `acceleratortable_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/accel.h:98: Warning: argument `n' of command @param is not found in the argument list of wxAcceleratorTable::wxAcceleratorTable()
+/home/frm/work/wxWidgets/include/interface/wx/accel.h:98: Warning: argument `entries' of command @param is not found in the argument list of wxAcceleratorTable::wxAcceleratorTable()
+/home/frm/work/wxWidgets/include/interface/wx/accel.h:98: Warning: argument `resource' of command @param is not found in the argument list of wxAcceleratorTable::wxAcceleratorTable()
+/home/frm/work/wxWidgets/include/interface/wx/accel.h:116: Warning: unable to resolve reference to `refcountdestruct_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/animate.h:179: Warning: argument `name' of command @param is not found in the argument list of wxAnimation::wxAnimation()
+/home/frm/work/wxWidgets/include/interface/wx/animate.h:179: Warning: argument `type' of command @param is not found in the argument list of wxAnimation::wxAnimation()
+/home/frm/work/wxWidgets/include/interface/wx/animate.h:194: Warning: unable to resolve reference to `refcountdestruct_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/animate.h:114: Warning: explicit link request to 'stopped' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/animate.h:121: Warning: explicit link request to 'Stopped' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/app.h:128: Warning: unable to resolve reference to `appshutdown_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/app.h:485: Warning: unable to resolve reference to `appshutdown_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/app.h:520: Warning: The following parameters of wxApp::SetUseBestVisual(bool flag, bool forceTrueColour=false) are not documented:
+ parameter forceTrueColour
+/home/frm/work/wxWidgets/include/interface/wx/apptrait.h:34: Warning: explicit link request to 'wxRegConfig' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/apptrait.h:36: Warning: explicit link request to 'GetAppName()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/apptrait.h:37: Warning: explicit link request to 'GetVendorName()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/apptrait.h:17: Warning: unable to resolve reference to `librarieslist_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/archive.h:166: Warning: unable to resolve reference to `arcgeneric_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/archive.h:167: Warning: explicit link request to 'wxArchiveNotifier' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dynarray.h:510: Warning: explicit link request to 'WX_DEFINE_ARRAY_INT' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dynarray.h:512: Warning: explicit link request to 'WX_DEFINE_EXPORTED_ARRAY_INT' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dynarray.h:514: Warning: explicit link request to 'WX_DEFINE_USER_EXPORTED_ARRAY_INT' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dynarray.h:516: Warning: explicit link request to 'WX_DEFINE_SORTED_ARRAY_INT' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dynarray.h:518: Warning: explicit link request to 'WX_DEFINE_SORTED_EXPORTED_ARRAY_INT' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dynarray.h:520: Warning: explicit link request to 'WX_DEFINE_SORTED_USER_EXPORTED_ARRAY_INT' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dynarray.h:252: Warning: unable to resolve reference to `arrayctordef_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dynarray.h:254: Warning: unable to resolve reference to `arrayctorcopy_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/arrstr.h:92: Warning: unable to resolve reference to `arraymemorymanagement_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/arrstr.h:186: Warning: unable to resolve reference to `arraymemorymanagement_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/arrstr.h:11: Warning: explicit link request to 'wxArray' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/arrstr.h:18: Warning: explicit link request to 'arrays' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/arrstr.h:53: Warning: explicit link request to 'wxArray' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dynarray.h:29: Warning: explicit link request to 'wxList' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dynarray.h:32: Warning: unable to resolve reference to `arraymemorymanagement_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dynarray.h:66: Warning: explicit link request to 'Index()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dynarray.h:67: Warning: explicit link request to 'Add()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/artprov.h:192: Warning: explicit link request to 'artprov' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/artprov.h:318: Warning: explicit link request to 'artprov' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/artprov.h:49: Warning: unable to resolve reference to `artprovideridentifying_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/artprov.h:50: Warning: explicit link request to 'Clients' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/artprov.h:69: Warning: explicit link request to 'artprov' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/artprov.h:128: Warning: explicit link request to 'artprov' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/bitmap.h:322: Warning: argument `data' of command @param is not found in the argument list of wxBitmap::Create(int width, int height, int depth=-1)
+/home/frm/work/wxWidgets/include/interface/wx/bitmap.h:322: Warning: argument `type' of command @param is not found in the argument list of wxBitmap::Create(int width, int height, int depth=-1)
+/home/frm/work/wxWidgets/include/interface/wx/bitmap.h:177: Warning: argument `bits' of command @param is not found in the argument list of wxBitmap::wxBitmap()
+/home/frm/work/wxWidgets/include/interface/wx/bitmap.h:177: Warning: argument `width' of command @param is not found in the argument list of wxBitmap::wxBitmap()
+/home/frm/work/wxWidgets/include/interface/wx/bitmap.h:177: Warning: argument `height' of command @param is not found in the argument list of wxBitmap::wxBitmap()
+/home/frm/work/wxWidgets/include/interface/wx/bitmap.h:177: Warning: argument `depth' of command @param is not found in the argument list of wxBitmap::wxBitmap()
+/home/frm/work/wxWidgets/include/interface/wx/bitmap.h:177: Warning: argument `name' of command @param is not found in the argument list of wxBitmap::wxBitmap()
+/home/frm/work/wxWidgets/include/interface/wx/bitmap.h:177: Warning: argument `type' of command @param is not found in the argument list of wxBitmap::wxBitmap()
+/home/frm/work/wxWidgets/include/interface/wx/bitmap.h:177: Warning: argument `img' of command @param is not found in the argument list of wxBitmap::wxBitmap()
+/home/frm/work/wxWidgets/include/interface/wx/bitmap.h:282: Warning: unable to resolve reference to `refcountdestruct_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/bitmap.h:353: Warning: argument `extension' of command @param is not found in the argument list of wxBitmap::FindHandler(const wxString &name)
+/home/frm/work/wxWidgets/include/interface/wx/bitmap.h:353: Warning: argument `bitmapType' of command @param is not found in the argument list of wxBitmap::FindHandler(const wxString &name)
+/home/frm/work/wxWidgets/include/interface/wx/bitmap.h:170: Warning: unable to resolve reference to `supportedbitmapformats_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/bmpbuttn.h:47: Warning: argument `parent' of command @param is not found in the argument list of wxBitmapButton::wxBitmapButton()
+/home/frm/work/wxWidgets/include/interface/wx/bmpbuttn.h:47: Warning: argument `id' of command @param is not found in the argument list of wxBitmapButton::wxBitmapButton()
+/home/frm/work/wxWidgets/include/interface/wx/bmpbuttn.h:47: Warning: argument `bitmap' of command @param is not found in the argument list of wxBitmapButton::wxBitmapButton()
+/home/frm/work/wxWidgets/include/interface/wx/bmpbuttn.h:47: Warning: argument `pos' of command @param is not found in the argument list of wxBitmapButton::wxBitmapButton()
+/home/frm/work/wxWidgets/include/interface/wx/bmpbuttn.h:47: Warning: argument `size' of command @param is not found in the argument list of wxBitmapButton::wxBitmapButton()
+/home/frm/work/wxWidgets/include/interface/wx/bmpbuttn.h:47: Warning: argument `style' of command @param is not found in the argument list of wxBitmapButton::wxBitmapButton()
+/home/frm/work/wxWidgets/include/interface/wx/bmpbuttn.h:47: Warning: argument `validator' of command @param is not found in the argument list of wxBitmapButton::wxBitmapButton()
+/home/frm/work/wxWidgets/include/interface/wx/bmpbuttn.h:47: Warning: argument `name' of command @param is not found in the argument list of wxBitmapButton::wxBitmapButton()
+/home/frm/work/wxWidgets/include/interface/wx/bmpbuttn.h:10: Warning: explicit link request to 'panel' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/bmpcbox.h:50: Warning: argument `parent' of command @param is not found in the argument list of wxBitmapComboBox::wxBitmapComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/bmpcbox.h:50: Warning: argument `id' of command @param is not found in the argument list of wxBitmapComboBox::wxBitmapComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/bmpcbox.h:50: Warning: argument `value' of command @param is not found in the argument list of wxBitmapComboBox::wxBitmapComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/bmpcbox.h:50: Warning: argument `pos' of command @param is not found in the argument list of wxBitmapComboBox::wxBitmapComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/bmpcbox.h:50: Warning: argument `size' of command @param is not found in the argument list of wxBitmapComboBox::wxBitmapComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/bmpcbox.h:50: Warning: argument `n' of command @param is not found in the argument list of wxBitmapComboBox::wxBitmapComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/bmpcbox.h:50: Warning: argument `choices' of command @param is not found in the argument list of wxBitmapComboBox::wxBitmapComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/bmpcbox.h:50: Warning: argument `style' of command @param is not found in the argument list of wxBitmapComboBox::wxBitmapComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/bmpcbox.h:50: Warning: argument `validator' of command @param is not found in the argument list of wxBitmapComboBox::wxBitmapComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/bmpcbox.h:50: Warning: argument `name' of command @param is not found in the argument list of wxBitmapComboBox::wxBitmapComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/bitmap.h:147: Warning: argument `name' of command @param is not found in the argument list of wxBitmapHandler::SetType(long type)
+/home/frm/work/wxWidgets/include/interface/wx/bitmap.h:147: Warning: The following parameters of wxBitmapHandler::SetType(long type) are not documented:
+ parameter type
+/home/frm/work/wxWidgets/include/interface/wx/bitmap.h:9: Warning: explicit link request to 'Overview' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/sizer.h:1265: Warning: unable to resolve reference to `boxsizerprogramming_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/brush.h:309: Warning: unable to resolve reference to `refcountequality_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/brush.h:320: Warning: unable to resolve reference to `refcountequality_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/brush.h:49: Warning: argument `colour' of command @param is not found in the argument list of wxBrush::wxBrush()
+/home/frm/work/wxWidgets/include/interface/wx/brush.h:49: Warning: argument `colourName' of command @param is not found in the argument list of wxBrush::wxBrush()
+/home/frm/work/wxWidgets/include/interface/wx/brush.h:49: Warning: argument `style' of command @param is not found in the argument list of wxBrush::wxBrush()
+/home/frm/work/wxWidgets/include/interface/wx/brush.h:49: Warning: argument `brush' of command @param is not found in the argument list of wxBrush::wxBrush()
+/home/frm/work/wxWidgets/include/interface/wx/brush.h:49: Warning: argument `stippleBitmap' of command @param is not found in the argument list of wxBrush::wxBrush()
+/home/frm/work/wxWidgets/include/interface/wx/brush.h:124: Warning: unable to resolve reference to `refcountdestruct_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dcbuffer.h:91: Warning: unable to resolve reference to `buffereddcctor_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dcbuffer.h:46: Warning: argument `dc' of command @param is not found in the argument list of wxBufferedDC::wxBufferedDC()
+/home/frm/work/wxWidgets/include/interface/wx/dcbuffer.h:46: Warning: argument `area' of command @param is not found in the argument list of wxBufferedDC::wxBufferedDC()
+/home/frm/work/wxWidgets/include/interface/wx/dcbuffer.h:46: Warning: argument `buffer' of command @param is not found in the argument list of wxBufferedDC::wxBufferedDC()
+/home/frm/work/wxWidgets/include/interface/wx/dcbuffer.h:46: Warning: argument `style' of command @param is not found in the argument list of wxBufferedDC::wxBufferedDC()
+/home/frm/work/wxWidgets/include/interface/wx/dcbuffer.h:141: Warning: explicit link request to 'PrepareDC' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/utils.h:67: Warning: explicit link request to 'wxBeginBusyCursor' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/utils.h:52: Warning: explicit link request to 'wxBeginBusyCursor' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/utils.h:60: Warning: explicit link request to 'wxBeginBusyCursor' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/button.h:52: Warning: unable to resolve reference to `stockitems_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/button.h:48: Warning: argument `parent' of command @param is not found in the argument list of wxButton::wxButton()
+/home/frm/work/wxWidgets/include/interface/wx/button.h:48: Warning: argument `id' of command @param is not found in the argument list of wxButton::wxButton()
+/home/frm/work/wxWidgets/include/interface/wx/button.h:48: Warning: argument `label' of command @param is not found in the argument list of wxButton::wxButton()
+/home/frm/work/wxWidgets/include/interface/wx/button.h:48: Warning: argument `pos' of command @param is not found in the argument list of wxButton::wxButton()
+/home/frm/work/wxWidgets/include/interface/wx/button.h:48: Warning: argument `size' of command @param is not found in the argument list of wxButton::wxButton()
+/home/frm/work/wxWidgets/include/interface/wx/button.h:48: Warning: argument `style' of command @param is not found in the argument list of wxButton::wxButton()
+/home/frm/work/wxWidgets/include/interface/wx/button.h:48: Warning: argument `validator' of command @param is not found in the argument list of wxButton::wxButton()
+/home/frm/work/wxWidgets/include/interface/wx/button.h:48: Warning: argument `name' of command @param is not found in the argument list of wxButton::wxButton()
+/home/frm/work/wxWidgets/include/interface/wx/button.h:11: Warning: explicit link request to 'panel' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/calctrl.h:315: Warning: explicit link request to 'constants' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/calctrl.h:204: Warning: unable to resolve reference to `samplecalendar_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/calctrl.h:71: Warning: explicit link request to 'border' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/calctrl.h:128: Warning: unable to resolve reference to `calendardateattr_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/checkbox.h:46: Warning: argument `parent' of command @param is not found in the argument list of wxCheckBox::wxCheckBox()
+/home/frm/work/wxWidgets/include/interface/wx/checkbox.h:46: Warning: argument `id' of command @param is not found in the argument list of wxCheckBox::wxCheckBox()
+/home/frm/work/wxWidgets/include/interface/wx/checkbox.h:46: Warning: argument `label' of command @param is not found in the argument list of wxCheckBox::wxCheckBox()
+/home/frm/work/wxWidgets/include/interface/wx/checkbox.h:46: Warning: argument `pos' of command @param is not found in the argument list of wxCheckBox::wxCheckBox()
+/home/frm/work/wxWidgets/include/interface/wx/checkbox.h:46: Warning: argument `size' of command @param is not found in the argument list of wxCheckBox::wxCheckBox()
+/home/frm/work/wxWidgets/include/interface/wx/checkbox.h:46: Warning: argument `style' of command @param is not found in the argument list of wxCheckBox::wxCheckBox()
+/home/frm/work/wxWidgets/include/interface/wx/checkbox.h:46: Warning: argument `validator' of command @param is not found in the argument list of wxCheckBox::wxCheckBox()
+/home/frm/work/wxWidgets/include/interface/wx/checkbox.h:46: Warning: argument `name' of command @param is not found in the argument list of wxCheckBox::wxCheckBox()
+/home/frm/work/wxWidgets/include/interface/wx/checklst.h:37: Warning: argument `parent' of command @param is not found in the argument list of wxCheckListBox::wxCheckListBox()
+/home/frm/work/wxWidgets/include/interface/wx/checklst.h:37: Warning: argument `id' of command @param is not found in the argument list of wxCheckListBox::wxCheckListBox()
+/home/frm/work/wxWidgets/include/interface/wx/checklst.h:37: Warning: argument `pos' of command @param is not found in the argument list of wxCheckListBox::wxCheckListBox()
+/home/frm/work/wxWidgets/include/interface/wx/checklst.h:37: Warning: argument `size' of command @param is not found in the argument list of wxCheckListBox::wxCheckListBox()
+/home/frm/work/wxWidgets/include/interface/wx/checklst.h:37: Warning: argument `n' of command @param is not found in the argument list of wxCheckListBox::wxCheckListBox()
+/home/frm/work/wxWidgets/include/interface/wx/checklst.h:37: Warning: argument `choices' of command @param is not found in the argument list of wxCheckListBox::wxCheckListBox()
+/home/frm/work/wxWidgets/include/interface/wx/checklst.h:37: Warning: argument `style' of command @param is not found in the argument list of wxCheckListBox::wxCheckListBox()
+/home/frm/work/wxWidgets/include/interface/wx/checklst.h:37: Warning: argument `validator' of command @param is not found in the argument list of wxCheckListBox::wxCheckListBox()
+/home/frm/work/wxWidgets/include/interface/wx/checklst.h:37: Warning: argument `name' of command @param is not found in the argument list of wxCheckListBox::wxCheckListBox()
+/home/frm/work/wxWidgets/include/interface/wx/event.h:1520: Warning: explicit link request to 'FindFocus' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/choice.h:36: Warning: argument `parent' of command @param is not found in the argument list of wxChoice::wxChoice()
+/home/frm/work/wxWidgets/include/interface/wx/choice.h:36: Warning: argument `id' of command @param is not found in the argument list of wxChoice::wxChoice()
+/home/frm/work/wxWidgets/include/interface/wx/choice.h:36: Warning: argument `pos' of command @param is not found in the argument list of wxChoice::wxChoice()
+/home/frm/work/wxWidgets/include/interface/wx/choice.h:36: Warning: argument `size' of command @param is not found in the argument list of wxChoice::wxChoice()
+/home/frm/work/wxWidgets/include/interface/wx/choice.h:36: Warning: argument `n' of command @param is not found in the argument list of wxChoice::wxChoice()
+/home/frm/work/wxWidgets/include/interface/wx/choice.h:36: Warning: argument `choices' of command @param is not found in the argument list of wxChoice::wxChoice()
+/home/frm/work/wxWidgets/include/interface/wx/choice.h:36: Warning: argument `style' of command @param is not found in the argument list of wxChoice::wxChoice()
+/home/frm/work/wxWidgets/include/interface/wx/choice.h:36: Warning: argument `validator' of command @param is not found in the argument list of wxChoice::wxChoice()
+/home/frm/work/wxWidgets/include/interface/wx/choice.h:36: Warning: argument `name' of command @param is not found in the argument list of wxChoice::wxChoice()
+/home/frm/work/wxWidgets/include/interface/wx/choicebk.h:16: Warning: unable to resolve reference to `samplenotebook_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/choicebk.h:42: Warning: explicit link request to 'wxBookCtrl' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/choicebk.h:42: Warning: unable to resolve reference to `samplenotebook_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/object.h:236: Warning: explicit link request to 'Overview' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/cmdline.h:195: Warning: explicit link request to 'Customization' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/cmdline.h:67: Warning: unable to resolve reference to `cmdlineparsersetdesc_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/cmdline.h:169: Warning: explicit link request to 'constructor' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/cmdline.h:20: Warning: explicit link request to 'construct' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/colour.h:136: Warning: explicit link request to 'wxTheColourDatabase' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/colour.h:49: Warning: argument `red' of command @param is not found in the argument list of wxColour::wxColour()
+/home/frm/work/wxWidgets/include/interface/wx/colour.h:49: Warning: argument `green' of command @param is not found in the argument list of wxColour::wxColour()
+/home/frm/work/wxWidgets/include/interface/wx/colour.h:49: Warning: argument `blue' of command @param is not found in the argument list of wxColour::wxColour()
+/home/frm/work/wxWidgets/include/interface/wx/colour.h:49: Warning: argument `alpha' of command @param is not found in the argument list of wxColour::wxColour()
+/home/frm/work/wxWidgets/include/interface/wx/colour.h:49: Warning: argument `colourName' of command @param is not found in the argument list of wxColour::wxColour()
+/home/frm/work/wxWidgets/include/interface/wx/colour.h:49: Warning: argument `colour' of command @param is not found in the argument list of wxColour::wxColour()
+/home/frm/work/wxWidgets/include/interface/wx/cmndata.h:346: Warning: unable to resolve reference to `colourdialog_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/gdicmn.h:450: Warning: explicit link request to 'Ok()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/colordlg.h:40: Warning: explicit link request to 'constructor' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/colordlg.h:45: Warning: unable to resolve reference to `colourdata_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/colordlg.h:16: Warning: unable to resolve reference to `colourdialog_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/combobox.h:65: Warning: argument `parent' of command @param is not found in the argument list of wxComboBox::wxComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/combobox.h:65: Warning: argument `id' of command @param is not found in the argument list of wxComboBox::wxComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/combobox.h:65: Warning: argument `value' of command @param is not found in the argument list of wxComboBox::wxComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/combobox.h:65: Warning: argument `pos' of command @param is not found in the argument list of wxComboBox::wxComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/combobox.h:65: Warning: argument `size' of command @param is not found in the argument list of wxComboBox::wxComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/combobox.h:65: Warning: argument `n' of command @param is not found in the argument list of wxComboBox::wxComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/combobox.h:65: Warning: argument `choices' of command @param is not found in the argument list of wxComboBox::wxComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/combobox.h:65: Warning: argument `style' of command @param is not found in the argument list of wxComboBox::wxComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/combobox.h:65: Warning: argument `validator' of command @param is not found in the argument list of wxComboBox::wxComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/combobox.h:65: Warning: argument `name' of command @param is not found in the argument list of wxComboBox::wxComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/combo.h:465: Warning: argument `text' of command @param is not found in the argument list of wxComboCtrl::Replace(long from, long to, const wxString &value)
+/home/frm/work/wxWidgets/include/interface/wx/combo.h:465: Warning: The following parameters of wxComboCtrl::Replace(long from, long to, const wxString &value) are not documented:
+ parameter value
+/home/frm/work/wxWidgets/include/interface/wx/combo.h:195: Warning: argument `parent' of command @param is not found in the argument list of wxComboCtrl::wxComboCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/combo.h:195: Warning: argument `id' of command @param is not found in the argument list of wxComboCtrl::wxComboCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/combo.h:195: Warning: argument `value' of command @param is not found in the argument list of wxComboCtrl::wxComboCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/combo.h:195: Warning: argument `pos' of command @param is not found in the argument list of wxComboCtrl::wxComboCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/combo.h:195: Warning: argument `size' of command @param is not found in the argument list of wxComboCtrl::wxComboCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/combo.h:195: Warning: argument `style' of command @param is not found in the argument list of wxComboCtrl::wxComboCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/combo.h:195: Warning: argument `validator' of command @param is not found in the argument list of wxComboCtrl::wxComboCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/combo.h:195: Warning: argument `name' of command @param is not found in the argument list of wxComboCtrl::wxComboCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/combo.h:44: Warning: argument `maxWidth' of command @param is not found in the argument list of wxComboPopup::GetAdjustedSize(int minWidth, int prefHeight, int maxHeight)
+/home/frm/work/wxWidgets/include/interface/wx/combo.h:44: Warning: The following parameters of wxComboPopup::GetAdjustedSize(int minWidth, int prefHeight, int maxHeight) are not documented:
+ parameter maxHeight
+/home/frm/work/wxWidgets/include/interface/wx/combo.h:78: Warning: explicit link request to 'm_combo' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/combo.h:27: Warning: explicit link request to 'm_combo' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/combo.h:11: Warning: unable to resolve reference to `comboctrl_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/cmdproc.h:19: Warning: explicit link request to 'Overview' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/cmdproc.h:97: Warning: unable to resolve reference to `commandprocessor_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/config.h:415: Warning: explicit link request to 'SetUmask' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/config.h:92: Warning: Found unknown command `\mydir'
+/home/frm/work/wxWidgets/include/interface/wx/config.h:39: Warning: argument `conv' of command @param is not found in the argument list of wxConfigBase::wxConfigBase(const wxString &appName=wxEmptyString, const wxString &vendorName=wxEmptyString, const wxString &localFilename=wxEmptyString, const wxString &globalFilename=wxEmptyString, long style=0)
+/home/frm/work/wxWidgets/include/interface/wx/config.h:28: Warning: unable to resolve reference to `configstaticfunctions_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/cshelp.h:241: Warning: argument `parent' of command @param is not found in the argument list of wxContextHelpButton::wxContextHelpButton()
+/home/frm/work/wxWidgets/include/interface/wx/cshelp.h:241: Warning: argument `id' of command @param is not found in the argument list of wxContextHelpButton::wxContextHelpButton()
+/home/frm/work/wxWidgets/include/interface/wx/cshelp.h:241: Warning: argument `pos' of command @param is not found in the argument list of wxContextHelpButton::wxContextHelpButton()
+/home/frm/work/wxWidgets/include/interface/wx/cshelp.h:241: Warning: argument `size' of command @param is not found in the argument list of wxContextHelpButton::wxContextHelpButton()
+/home/frm/work/wxWidgets/include/interface/wx/cshelp.h:241: Warning: argument `style' of command @param is not found in the argument list of wxContextHelpButton::wxContextHelpButton()
+/home/frm/work/wxWidgets/include/interface/wx/event.h:1395: Warning: explicit link request to 'wxGetMousePosition' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/event.h:1408: Warning: unable to resolve reference to `commandevent_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/ctrlsub.h:43: Warning: argument `stringsArray' of command @param is not found in the argument list of wxControlWithItems::Append(const wxString &item)
+/home/frm/work/wxWidgets/include/interface/wx/ctrlsub.h:43: Warning: argument `strings' of command @param is not found in the argument list of wxControlWithItems::Append(const wxString &item)
+/home/frm/work/wxWidgets/include/interface/wx/ctrlsub.h:43: Warning: argument `n' of command @param is not found in the argument list of wxControlWithItems::Append(const wxString &item)
+/home/frm/work/wxWidgets/include/interface/wx/ctrlsub.h:43: Warning: argument `clientData' of command @param is not found in the argument list of wxControlWithItems::Append(const wxString &item)
+/home/frm/work/wxWidgets/include/interface/wx/ctrlsub.h:187: Warning: argument `stringsArray' of command @param is not found in the argument list of wxControlWithItems::Insert(const wxString &item, unsigned int pos)
+/home/frm/work/wxWidgets/include/interface/wx/ctrlsub.h:187: Warning: argument `strings' of command @param is not found in the argument list of wxControlWithItems::Insert(const wxString &item, unsigned int pos)
+/home/frm/work/wxWidgets/include/interface/wx/ctrlsub.h:187: Warning: argument `n' of command @param is not found in the argument list of wxControlWithItems::Insert(const wxString &item, unsigned int pos)
+/home/frm/work/wxWidgets/include/interface/wx/ctrlsub.h:187: Warning: argument `clientData' of command @param is not found in the argument list of wxControlWithItems::Insert(const wxString &item, unsigned int pos)
+/home/frm/work/wxWidgets/include/interface/wx/ctrlsub.h:244: Warning: argument `stringsArray' of command @param is not found in the argument list of wxControlWithItems::Set(const wxString &item)
+/home/frm/work/wxWidgets/include/interface/wx/ctrlsub.h:244: Warning: argument `strings' of command @param is not found in the argument list of wxControlWithItems::Set(const wxString &item)
+/home/frm/work/wxWidgets/include/interface/wx/ctrlsub.h:244: Warning: argument `n' of command @param is not found in the argument list of wxControlWithItems::Set(const wxString &item)
+/home/frm/work/wxWidgets/include/interface/wx/ctrlsub.h:244: Warning: argument `clientData' of command @param is not found in the argument list of wxControlWithItems::Set(const wxString &item)
+/home/frm/work/wxWidgets/include/interface/wx/ctrlsub.h:297: Warning: explicit link request to 'Deletes' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/ctrlsub.h:24: Warning: explicit link request to 'deleted' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/ctrlsub.h:25: Warning: explicit link request to 'cleared' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/thread.h:264: Warning: explicit link request to 'mutexes' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/cursor.h:45: Warning: argument `bits' of command @param is not found in the argument list of wxCursor::wxCursor()
+/home/frm/work/wxWidgets/include/interface/wx/cursor.h:45: Warning: argument `maskBits' of command @param is not found in the argument list of wxCursor::wxCursor()
+/home/frm/work/wxWidgets/include/interface/wx/cursor.h:45: Warning: argument `width' of command @param is not found in the argument list of wxCursor::wxCursor()
+/home/frm/work/wxWidgets/include/interface/wx/cursor.h:45: Warning: argument `height' of command @param is not found in the argument list of wxCursor::wxCursor()
+/home/frm/work/wxWidgets/include/interface/wx/cursor.h:45: Warning: argument `hotSpotX' of command @param is not found in the argument list of wxCursor::wxCursor()
+/home/frm/work/wxWidgets/include/interface/wx/cursor.h:45: Warning: argument `hotSpotY' of command @param is not found in the argument list of wxCursor::wxCursor()
+/home/frm/work/wxWidgets/include/interface/wx/cursor.h:45: Warning: argument `type' of command @param is not found in the argument list of wxCursor::wxCursor()
+/home/frm/work/wxWidgets/include/interface/wx/cursor.h:45: Warning: argument `cursorId' of command @param is not found in the argument list of wxCursor::wxCursor()
+/home/frm/work/wxWidgets/include/interface/wx/cursor.h:45: Warning: argument `cursor' of command @param is not found in the argument list of wxCursor::wxCursor()
+/home/frm/work/wxWidgets/include/interface/wx/cursor.h:259: Warning: unable to resolve reference to `refcountdestruct_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dataobj.h:315: Warning: unable to resolve reference to `samplednd_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/datstrm.h:155: Warning: argument `conv' of command @param is not found in the argument list of wxDataInputStream::wxDataInputStream(wxInputStream &stream)
+/home/frm/work/wxWidgets/include/interface/wx/dataobj.h:513: Warning: explicit link request to 'wxPyDataObjectSimple' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dataobj.h:524: Warning: unable to resolve reference to `samplednd_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dataobj.h:162: Warning: unable to resolve reference to `samplednd_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/datstrm.h:31: Warning: argument `conv' of command @param is not found in the argument list of wxDataOutputStream::wxDataOutputStream(wxOutputStream &stream)
+/home/frm/work/wxWidgets/include/interface/wx/dataview.h:843: Warning: explicit link request to 'wxDataViewColumn' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dataview.h:847: Warning: explicit link request to 'wxDataViewColumn' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dataview.h:762: Warning: explicit link request to 'wxDataViewTreeCtrl' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dataview.h:773: Warning: explicit link request to 'wxDataViewColumn' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dataview.h:192: Warning: explicit link request to 'wxDataViewTextRendererText' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dataview.h:676: Warning: explicit link request to 'Item' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dataview.h:681: Warning: explicit link request to 'wxDataViewTextRendererText' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dataview.h:392: Warning: explicit link request to 'wxDataViewTextRendererText' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dataview.h:330: Warning: explicit link request to 'wxDataViewTreeStore' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dataview.h:1249: Warning: explicit link request to 'wxDataViewColumn' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dataview.h:1267: Warning: explicit link request to 'wxDataViewColumn' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dataview.h:1179: Warning: explicit link request to 'wxDataViewColumn' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dataview.h:1182: Warning: explicit link request to 'wxDataViewTextRendererAttr' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dataview.h:1184: Warning: explicit link request to 'wxDataViewToggleRenderer' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dataview.h:1187: Warning: explicit link request to 'wxDataViewDateRenderer' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dataview.h:1188: Warning: explicit link request to 'wxDataViewSpinRenderer' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:77: Warning: unable to resolve reference to `datetimecalculations_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:263: Warning: explicit link request to 'arithmetics' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:274: Warning: explicit link request to 'Add(wxTimeSpan)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:276: Warning: explicit link request to 'Add(wxDateSpan)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:278: Warning: explicit link request to 'Subtract(wxTimeSpan)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:280: Warning: explicit link request to 'Subtract(wxDateSpan)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:282: Warning: explicit link request to 'Subtract(wxDateTime)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:284: Warning: explicit link request to 'oparator' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:286: Warning: explicit link request to 'oparator' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:288: Warning: explicit link request to 'oparator' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:290: Warning: explicit link request to 'oparator' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:328: Warning: explicit link request to 'DOS' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:407: Warning: explicit link request to 'JDN' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:940: Warning: explicit link request to 'DOS' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:1145: Warning: unable to resolve reference to `tdatetimezones_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:201: Warning: explicit link request to 'JDN' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:202: Warning: explicit link request to 'MJD' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:203: Warning: unable to resolve reference to `datetimegetratadie_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:205: Warning: explicit link request to 'wxDateTime(double jdn)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:207: Warning: explicit link request to 'Set(double jdn)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:261: Warning: explicit link request to 'wxDateTime(time_t)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:263: Warning: explicit link request to 'wxDateTime(struct tm)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:265: Warning: explicit link request to 'wxDateTime(double jdn)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:267: Warning: explicit link request to 'wxDateTime(h, m, s, ms)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:269: Warning: explicit link request to 'wxDateTime(day, mon, year, h, m, s, ms)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:273: Warning: explicit link request to 'Set(time_t)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:275: Warning: explicit link request to 'Set(struct tm)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:277: Warning: explicit link request to 'Set(double jdn)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:279: Warning: explicit link request to 'Set(h, m, s, ms)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:281: Warning: explicit link request to 'Set(day, mon, year, h, m, s, ms)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:283: Warning: explicit link request to 'SetFromDOS(unsigned long ddt)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:301: Warning: explicit link request to 'operator=(time_t)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:303: Warning: explicit link request to 'operator=(struct tm)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/datetime.h:336: Warning: unable to resolve reference to `tdatedst_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dc.h:412: Warning: unable to resolve reference to `dcgetlogicalfunction_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dc.h:31: Warning: explicit link request to 'Overview' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/memory.h:45: Warning: explicit link request to 'Overview' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/debugrpt.h:132: Warning: explicit link request to 'AddContext(Context_Current)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/debugrpt.h:137: Warning: explicit link request to 'AddDump(Context_Current)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/debugrpt.h:150: Warning: explicit link request to 'AddContext(Context_Exception)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/debugrpt.h:155: Warning: explicit link request to 'AddDump(Context_Exception)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/debugrpt.h:77: Warning: explicit link request to 'sample' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/memory.h:22: Warning: explicit link request to 'Overview' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/renderer.h:78: Warning: unable to resolve reference to `renderernativegetgeneric_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:114: Warning: unable to resolve reference to `autoscrollingdialogs_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:120: Warning: explicit link request to 'DoLayoutAdaptation' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:123: Warning: unable to resolve reference to `autoscrollingdialogs_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:185: Warning: unable to resolve reference to `autoscrollingdialogs_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:246: Warning: unable to resolve reference to `autoscrollingdialogs_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:256: Warning: unable to resolve reference to `autoscrollingdialogs_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:263: Warning: unable to resolve reference to `autoscrollingdialogs_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:278: Warning: unable to resolve reference to `autoscrollingdialogs_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:337: Warning: unable to resolve reference to `autoscrollingdialogs_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:417: Warning: unable to resolve reference to `autoscrollingdialogs_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:427: Warning: unable to resolve reference to `autoscrollingdialogs_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:434: Warning: unable to resolve reference to `autoscrollingdialogs_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:68: Warning: argument `parent' of command @param is not found in the argument list of wxDialog::wxDialog()
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:68: Warning: argument `id' of command @param is not found in the argument list of wxDialog::wxDialog()
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:68: Warning: argument `title' of command @param is not found in the argument list of wxDialog::wxDialog()
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:68: Warning: argument `pos' of command @param is not found in the argument list of wxDialog::wxDialog()
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:68: Warning: argument `size' of command @param is not found in the argument list of wxDialog::wxDialog()
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:68: Warning: argument `style' of command @param is not found in the argument list of wxDialog::wxDialog()
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:68: Warning: argument `name' of command @param is not found in the argument list of wxDialog::wxDialog()
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:201: Warning: unable to resolve reference to `autoscrollingdialogs_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:270: Warning: unable to resolve reference to `autoscrollingdialogs_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:329: Warning: unable to resolve reference to `autoscrollingdialogs_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:443: Warning: unable to resolve reference to `autoscrollingdialogs_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:14: Warning: unable to resolve reference to `autoscrollingdialogs_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dialog.h:516: Warning: unable to resolve reference to `autoscrollingdialogs_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dialup.h:30: Warning: unable to resolve reference to `sampledialup_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dir.h:251: Warning: explicit link request to 'sink.OnDir()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dir.h:252: Warning: explicit link request to 'sink.OnFile()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dirdlg.h:30: Warning: unable to resolve reference to `dirdialog_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dir.h:10: Warning: explicit link request to 'Traverse' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dir.h:12: Warning: explicit link request to 'GetAllFiles' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/docview.h:396: Warning: explicit link request to 'wxConfig' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/docview.h:410: Warning: explicit link request to 'wxConfig' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/docview.h:296: Warning: unable to resolve reference to `docmanager_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/docmdi.h:14: Warning: explicit link request to 'wxDocTemplates' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/docview.h:1000: Warning: unable to resolve reference to `docmanager_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/docview.h:957: Warning: explicit link request to 'wxDocTemplates' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/docview.h:17: Warning: unable to resolve reference to `doctemplate_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/docview.h:1081: Warning: explicit link request to 'documentTypeName' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/docview.h:1269: Warning: explicit link request to 'documentTypeName' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/docview.h:1026: Warning: unable to resolve reference to `document_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/dragimag.h:91: Warning: argument `boundingWindow' of command @param is not found in the argument list of wxDragImage::BeginDrag(const wxPoint &hotspot, wxWindow *window, bool fullScreen=false, wxRect *rect=NULL)
+/home/frm/work/wxWidgets/include/interface/wx/dragimag.h:49: Warning: argument `image' of command @param is not found in the argument list of wxDragImage::wxDragImage()
+/home/frm/work/wxWidgets/include/interface/wx/dragimag.h:49: Warning: argument `text' of command @param is not found in the argument list of wxDragImage::wxDragImage()
+/home/frm/work/wxWidgets/include/interface/wx/dragimag.h:49: Warning: argument `cursor' of command @param is not found in the argument list of wxDragImage::wxDragImage()
+/home/frm/work/wxWidgets/include/interface/wx/dragimag.h:49: Warning: argument `hotspot' of command @param is not found in the argument list of wxDragImage::wxDragImage()
+/home/frm/work/wxWidgets/include/interface/wx/dragimag.h:49: Warning: argument `treeCtrl' of command @param is not found in the argument list of wxDragImage::wxDragImage()
+/home/frm/work/wxWidgets/include/interface/wx/dragimag.h:49: Warning: argument `listCtrl' of command @param is not found in the argument list of wxDragImage::wxDragImage()
+/home/frm/work/wxWidgets/include/interface/wx/dragimag.h:49: Warning: argument `id' of command @param is not found in the argument list of wxDragImage::wxDragImage()
+/home/frm/work/wxWidgets/include/interface/wx/event.h:1186: Warning: explicit link request to 'here' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dnd.h:252: Warning: argument `scrolling' of command @param is not found in the argument list of wxDropSource::GiveFeedback(wxDragResult effect)
+/home/frm/work/wxWidgets/include/interface/wx/dynlib.h:316: Warning: explicit link request to 'array' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dynlib.h:47: Warning: Illegal command \windows as the argument of a \c command
+/home/frm/work/wxWidgets/include/interface/wx/dynlib.h:47: Warning: Found unknown command `\system32'
+/home/frm/work/wxWidgets/include/interface/wx/dynlib.h:47: Warning: Found unknown command `\kernel32'
+/home/frm/work/wxWidgets/include/interface/wx/editlbox.h:37: Warning: argument `parent' of command @param is not found in the argument list of wxEditableListBox::wxEditableListBox()
+/home/frm/work/wxWidgets/include/interface/wx/editlbox.h:37: Warning: argument `id' of command @param is not found in the argument list of wxEditableListBox::wxEditableListBox()
+/home/frm/work/wxWidgets/include/interface/wx/editlbox.h:37: Warning: argument `label' of command @param is not found in the argument list of wxEditableListBox::wxEditableListBox()
+/home/frm/work/wxWidgets/include/interface/wx/editlbox.h:37: Warning: argument `pos' of command @param is not found in the argument list of wxEditableListBox::wxEditableListBox()
+/home/frm/work/wxWidgets/include/interface/wx/editlbox.h:37: Warning: argument `size' of command @param is not found in the argument list of wxEditableListBox::wxEditableListBox()
+/home/frm/work/wxWidgets/include/interface/wx/editlbox.h:37: Warning: argument `style' of command @param is not found in the argument list of wxEditableListBox::wxEditableListBox()
+/home/frm/work/wxWidgets/include/interface/wx/editlbox.h:37: Warning: argument `name' of command @param is not found in the argument list of wxEditableListBox::wxEditableListBox()
+/home/frm/work/wxWidgets/include/interface/wx/event.h:2295: Warning: argument `id' of command @param is not found in the argument list of wxEvtHandler::Disconnect(wxEventType eventType=wxEVT_NULL, wxObjectEventFunction function=NULL, wxObject *userData=NULL, wxEvtHandler *eventSink=NULL)
+/home/frm/work/wxWidgets/include/interface/wx/event.h:2295: Warning: argument `lastId' of command @param is not found in the argument list of wxEvtHandler::Disconnect(wxEventType eventType=wxEVT_NULL, wxObjectEventFunction function=NULL, wxObject *userData=NULL, wxEvtHandler *eventSink=NULL)
+/home/frm/work/wxWidgets/include/interface/wx/ffile.h:147: Warning: argument `conv' of command @param is not found in the argument list of wxFFile::ReadAll(wxString *str)
+/home/frm/work/wxWidgets/include/interface/wx/ffile.h:27: Warning: argument `filename' of command @param is not found in the argument list of wxFFile::wxFFile()
+/home/frm/work/wxWidgets/include/interface/wx/ffile.h:27: Warning: argument `mode' of command @param is not found in the argument list of wxFFile::wxFFile()
+/home/frm/work/wxWidgets/include/interface/wx/ffile.h:27: Warning: argument `fp' of command @param is not found in the argument list of wxFFile::wxFFile()
+/home/frm/work/wxWidgets/include/interface/wx/file.h:145: Warning: argument `filename' of command @param is not found in the argument list of wxFile::wxFile()
+/home/frm/work/wxWidgets/include/interface/wx/file.h:145: Warning: argument `mode' of command @param is not found in the argument list of wxFile::wxFile()
+/home/frm/work/wxWidgets/include/interface/wx/file.h:145: Warning: argument `fd' of command @param is not found in the argument list of wxFile::wxFile()
+/home/frm/work/wxWidgets/include/interface/wx/fileconf.h:53: Warning: explicit link request to 'constructor' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/filectrl.h:41: Warning: argument `parent' of command @param is not found in the argument list of wxFileCtrl::wxFileCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/filectrl.h:41: Warning: argument `id' of command @param is not found in the argument list of wxFileCtrl::wxFileCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/filectrl.h:41: Warning: argument `defaultDirectory' of command @param is not found in the argument list of wxFileCtrl::wxFileCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/filectrl.h:41: Warning: argument `defaultFilename' of command @param is not found in the argument list of wxFileCtrl::wxFileCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/filectrl.h:41: Warning: argument `wildcard' of command @param is not found in the argument list of wxFileCtrl::wxFileCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/filectrl.h:41: Warning: argument `style' of command @param is not found in the argument list of wxFileCtrl::wxFileCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/filectrl.h:41: Warning: argument `pos' of command @param is not found in the argument list of wxFileCtrl::wxFileCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/filectrl.h:41: Warning: argument `size' of command @param is not found in the argument list of wxFileCtrl::wxFileCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/filectrl.h:41: Warning: argument `name' of command @param is not found in the argument list of wxFileCtrl::wxFileCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/dataobj.h:696: Warning: explicit link request to 'array' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/filedlg.h:49: Warning: argument `size' of command @param is not found in the argument list of wxFileDialog::wxFileDialog(wxWindow *parent, const wxString &message="Choose a file", const wxString &defaultDir="", const wxString &defaultFile="", const wxString &wildcard=".", long style=wxFD_DEFAULT_STYLE, const wxPoint &pos=wxDefaultPosition, const wxSize &sz=wxDefaultSize, const wxString &name="filedlg")
+/home/frm/work/wxWidgets/include/interface/wx/filedlg.h:49: Warning: The following parameters of wxFileDialog::wxFileDialog(wxWindow *parent, const wxString &message="Choose a file", const wxString &defaultDir="", const wxString &defaultFile="", const wxString &wildcard=".", long style=wxFD_DEFAULT_STYLE, const wxPoint &pos=wxDefaultPosition, const wxSize &sz=wxDefaultSize, const wxString &name="filedlg") are not documented:
+ parameter sz
+/home/frm/work/wxWidgets/include/interface/wx/filedlg.h:42: Warning: unable to resolve reference to `filedialog_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/filepicker.h:266: Warning: explicit link request to 'wxfilepickerctrl' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dnd.h:291: Warning: unable to resolve reference to `droptarget_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/docview.h:1440: Warning: explicit link request to 'wxConfig' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/docview.h:1458: Warning: explicit link request to 'wxConfig' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/docview.h:1374: Warning: unable to resolve reference to `filehistory_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/filename.h:139: Warning: explicit link request to 'invalid' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/filename.h:353: Warning: explicit link request to 'ClearExt' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/filename.h:362: Warning: unable to resolve reference to `filenamewxfilename_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/filename.h:372: Warning: explicit link request to 'AssignHomeTempFileName' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/filename.h:378: Warning: unable to resolve reference to `filenameoperatorassign_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/filename.h:384: Warning: unable to resolve reference to `filenamegetpathseparators_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/filename.h:405: Warning: explicit link request to 'Normalize(wxPATH_NORM_DOTS)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/filename.h:417: Warning: unable to resolve reference to `filenameoperatorequal_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/filename.h:671: Warning: argument `pathBase.' of command @param is not found in the argument list of wxFileName::MakeRelativeTo(const wxString &pathBase=wxEmptyString, wxPathFormat format=wxPATH_NATIVE)
+/home/frm/work/wxWidgets/include/interface/wx/filename.h:671: Warning: The following parameters of wxFileName::MakeRelativeTo(const wxString &pathBase=wxEmptyString, wxPathFormat format=wxPATH_NATIVE) are not documented:
+ parameter pathBase
+/home/frm/work/wxWidgets/include/interface/wx/filename.h:695: Warning: argument `dir' of command @param is not found in the argument list of wxFileName::Mkdir(int perm=0777, int flags=0)
+/home/frm/work/wxWidgets/include/interface/wx/filename.h:695: Warning: argument `parm' of command @param is not found in the argument list of wxFileName::Mkdir(int perm=0777, int flags=0)
+/home/frm/work/wxWidgets/include/interface/wx/filename.h:695: Warning: The following parameters of wxFileName::Mkdir(int perm=0777, int flags=0) are not documented:
+ parameter perm
+/home/frm/work/wxWidgets/include/interface/wx/filename.h:840: Warning: explicit link request to 'ClearExt' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/filename.h:850: Warning: explicit link request to 'ClearExt' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/filename.h:12: Warning: unable to resolve reference to `filefunctions_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/filesys.h:32: Warning: explicit link request to 'handlers' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/filesys.h:11: Warning: explicit link request to 'handlers' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/filesys.h:19: Warning: explicit link request to 'Overview' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/filesys.h:231: Warning: explicit link request to 'overview' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/filesys.h:244: Warning: explicit link request to 'Overview' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/mimetype.h:276: Warning: explicit link request to 'GetFileTypeFromExtension' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/mimetype.h:315: Warning: explicit link request to 'wxExecute' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/mimetype.h:317: Warning: explicit link request to 'MessageParameters' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/mimetype.h:331: Warning: explicit link request to 'wxExecute' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/mimetype.h:333: Warning: explicit link request to 'MessageParameters' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/stream.h:372: Warning: explicit link request to 'wxArchiveClassFactory' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/sizer.h:526: Warning: explicit link request to 'sizers' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/event.h:1485: Warning: explicit link request to 'SetFocus' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/font.h:491: Warning: unable to resolve reference to `refcountequality_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/font.h:502: Warning: unable to resolve reference to `refcountequality_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/font.h:422: Warning: explicit link request to 'pango_font_description_from_string' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/font.h:454: Warning: argument `underlining' of command @param is not found in the argument list of wxFont::SetUnderlined(const bool underlined)
+/home/frm/work/wxWidgets/include/interface/wx/font.h:454: Warning: The following parameters of wxFont::SetUnderlined(const bool underlined) are not documented:
+ parameter underlined
+/home/frm/work/wxWidgets/include/interface/wx/font.h:49: Warning: argument `pointSize' of command @param is not found in the argument list of wxFont::wxFont()
+/home/frm/work/wxWidgets/include/interface/wx/font.h:49: Warning: argument `pixelSize' of command @param is not found in the argument list of wxFont::wxFont()
+/home/frm/work/wxWidgets/include/interface/wx/font.h:49: Warning: argument `family' of command @param is not found in the argument list of wxFont::wxFont()
+/home/frm/work/wxWidgets/include/interface/wx/font.h:49: Warning: argument `style' of command @param is not found in the argument list of wxFont::wxFont()
+/home/frm/work/wxWidgets/include/interface/wx/font.h:49: Warning: argument `weight' of command @param is not found in the argument list of wxFont::wxFont()
+/home/frm/work/wxWidgets/include/interface/wx/font.h:49: Warning: argument `underline' of command @param is not found in the argument list of wxFont::wxFont()
+/home/frm/work/wxWidgets/include/interface/wx/font.h:49: Warning: argument `faceName' of command @param is not found in the argument list of wxFont::wxFont()
+/home/frm/work/wxWidgets/include/interface/wx/font.h:49: Warning: argument `encoding' of command @param is not found in the argument list of wxFont::wxFont()
+/home/frm/work/wxWidgets/include/interface/wx/font.h:185: Warning: unable to resolve reference to `refcountdestruct_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/cmndata.h:9: Warning: unable to resolve reference to `fontdialog_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/cmndata.h:18: Warning: explicit link request to 'Overview' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/fontdlg.h:42: Warning: unable to resolve reference to `fontdata_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/fontdlg.h:24: Warning: unable to resolve reference to `fontdata_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/fontdlg.h:16: Warning: explicit link request to 'Overview' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/fontenum.h:12: Warning: explicit link request to 'encoding' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/fontenum.h:27: Warning: unable to resolve reference to `samplefont_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/gdicmn.h:493: Warning: unable to resolve reference to `fontctor_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/frame.h:318: Warning: unable to resolve reference to `sizeevent_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/frame.h:90: Warning: argument `parent' of command @param is not found in the argument list of wxFrame::wxFrame()
+/home/frm/work/wxWidgets/include/interface/wx/frame.h:90: Warning: argument `id' of command @param is not found in the argument list of wxFrame::wxFrame()
+/home/frm/work/wxWidgets/include/interface/wx/frame.h:90: Warning: argument `title' of command @param is not found in the argument list of wxFrame::wxFrame()
+/home/frm/work/wxWidgets/include/interface/wx/frame.h:90: Warning: argument `pos' of command @param is not found in the argument list of wxFrame::wxFrame()
+/home/frm/work/wxWidgets/include/interface/wx/frame.h:90: Warning: argument `size' of command @param is not found in the argument list of wxFrame::wxFrame()
+/home/frm/work/wxWidgets/include/interface/wx/frame.h:90: Warning: argument `style' of command @param is not found in the argument list of wxFrame::wxFrame()
+/home/frm/work/wxWidgets/include/interface/wx/frame.h:90: Warning: argument `name' of command @param is not found in the argument list of wxFrame::wxFrame()
+/home/frm/work/wxWidgets/include/interface/wx/filesys.h:154: Warning: argument `location' of command @param is not found in the argument list of wxFSFile::wxFSFile(wxInputStream stream, const wxString &loc, const wxString &mimetype, const wxString &anchor, wxDateTime modif)
+/home/frm/work/wxWidgets/include/interface/wx/filesys.h:154: Warning: The following parameters of wxFSFile::wxFSFile(wxInputStream stream, const wxString &loc, const wxString &mimetype, const wxString &anchor, wxDateTime modif) are not documented:
+ parameter loc
+ parameter modif
+/home/frm/work/wxWidgets/include/interface/wx/filesys.h:147: Warning: explicit link request to 'Overview' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/gauge.h:47: Warning: argument `parent' of command @param is not found in the argument list of wxGauge::wxGauge()
+/home/frm/work/wxWidgets/include/interface/wx/gauge.h:47: Warning: argument `id' of command @param is not found in the argument list of wxGauge::wxGauge()
+/home/frm/work/wxWidgets/include/interface/wx/gauge.h:47: Warning: argument `range' of command @param is not found in the argument list of wxGauge::wxGauge()
+/home/frm/work/wxWidgets/include/interface/wx/gauge.h:47: Warning: argument `pos' of command @param is not found in the argument list of wxGauge::wxGauge()
+/home/frm/work/wxWidgets/include/interface/wx/gauge.h:47: Warning: argument `size' of command @param is not found in the argument list of wxGauge::wxGauge()
+/home/frm/work/wxWidgets/include/interface/wx/gauge.h:47: Warning: argument `style' of command @param is not found in the argument list of wxGauge::wxGauge()
+/home/frm/work/wxWidgets/include/interface/wx/gauge.h:47: Warning: argument `name' of command @param is not found in the argument list of wxGauge::wxGauge()
+/home/frm/work/wxWidgets/include/interface/wx/dirctrl.h:24: Warning: argument `parent' of command @param is not found in the argument list of wxGenericDirCtrl::wxGenericDirCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/dirctrl.h:24: Warning: argument `id' of command @param is not found in the argument list of wxGenericDirCtrl::wxGenericDirCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/dirctrl.h:24: Warning: argument `dir' of command @param is not found in the argument list of wxGenericDirCtrl::wxGenericDirCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/dirctrl.h:24: Warning: argument `pos' of command @param is not found in the argument list of wxGenericDirCtrl::wxGenericDirCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/dirctrl.h:24: Warning: argument `size' of command @param is not found in the argument list of wxGenericDirCtrl::wxGenericDirCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/dirctrl.h:24: Warning: argument `style' of command @param is not found in the argument list of wxGenericDirCtrl::wxGenericDirCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/dirctrl.h:24: Warning: argument `filter' of command @param is not found in the argument list of wxGenericDirCtrl::wxGenericDirCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/dirctrl.h:24: Warning: argument `defaultFilter' of command @param is not found in the argument list of wxGenericDirCtrl::wxGenericDirCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/dirctrl.h:24: Warning: argument `name' of command @param is not found in the argument list of wxGenericDirCtrl::wxGenericDirCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/valgen.h:36: Warning: argument `valPtr' of command @param is not found in the argument list of wxGenericValidator::wxGenericValidator(const wxGenericValidator &validator)
+/home/frm/work/wxWidgets/include/interface/wx/glcanvas.h:121: Warning: The following parameters of wxGLCanvas::wxGLCanvas(wxWindow *parent, wxWindowID id=wxID_ANY, const int *attribList=NULL, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxString &name="GLCanvas", const wxPalette &palette=wxNullPalette) are not documented:
+ parameter parent
+/home/frm/work/wxWidgets/include/interface/wx/graphics.h:203: Warning: unable to resolve reference to `graphicsrenderercreatecontext_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/graphics.h:226: Warning: unable to resolve reference to `graphicsrenderercreatecontextfromnativecontext_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/graphics.h:231: Warning: unable to resolve reference to `graphicsrenderercreatecontextfromnativewindow_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/graphics.h:183: Warning: unable to resolve reference to `graphicsrenderercreatecontext_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/grid.h:2628: Warning: argument `wxGrid' of command @param is not found in the argument list of wxGrid::SetSelectionMode(wxGrid::wxGridSelectionModes selmode)
+/home/frm/work/wxWidgets/include/interface/wx/grid.h:2628: Warning: argument `wxGridSelectCells' of command @param is not found in the argument list of wxGrid::SetSelectionMode(wxGrid::wxGridSelectionModes selmode)
+/home/frm/work/wxWidgets/include/interface/wx/grid.h:2628: Warning: argument `wxGrid' of command @param is not found in the argument list of wxGrid::SetSelectionMode(wxGrid::wxGridSelectionModes selmode)
+/home/frm/work/wxWidgets/include/interface/wx/grid.h:2628: Warning: argument `wxGridSelectRows' of command @param is not found in the argument list of wxGrid::SetSelectionMode(wxGrid::wxGridSelectionModes selmode)
+/home/frm/work/wxWidgets/include/interface/wx/grid.h:2628: Warning: argument `wxGrid' of command @param is not found in the argument list of wxGrid::SetSelectionMode(wxGrid::wxGridSelectionModes selmode)
+/home/frm/work/wxWidgets/include/interface/wx/grid.h:2628: Warning: argument `wxGridSelectColumns' of command @param is not found in the argument list of wxGrid::SetSelectionMode(wxGrid::wxGridSelectionModes selmode)
+/home/frm/work/wxWidgets/include/interface/wx/grid.h:2628: Warning: The following parameters of wxGrid::SetSelectionMode(wxGrid::wxGridSelectionModes selmode) are not documented:
+ parameter selmode
+/home/frm/work/wxWidgets/include/interface/wx/grid.h:2762: Warning: explicit link request to 'BeginBatch' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/grid.h:2762: Warning: explicit link request to 'EndBatch' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/hash.h:21: Warning: explicit link request to 'wxList' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/help.h:107: Warning: unable to resolve reference to `helpformat_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/help.h:135: Warning: unable to resolve reference to `helpformat_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/help.h:152: Warning: argument `viewer' of command @param is not found in the argument list of wxHelpController::GetFrameParameters(const wxSize *size=NULL, const wxPoint *pos=NULL, bool *newFrameEachTime=NULL)
+/home/frm/work/wxWidgets/include/interface/wx/help.h:152: Warning: argument `flags' of command @param is not found in the argument list of wxHelpController::GetFrameParameters(const wxSize *size=NULL, const wxPoint *pos=NULL, bool *newFrameEachTime=NULL)
+/home/frm/work/wxWidgets/include/interface/wx/help.h:152: Warning: The following parameters of wxHelpController::GetFrameParameters(const wxSize *size=NULL, const wxPoint *pos=NULL, bool *newFrameEachTime=NULL) are not documented:
+ parameter size
+ parameter pos
+ parameter newFrameEachTime
+/home/frm/work/wxWidgets/include/interface/wx/help.h:49: Warning: explicit link request to 'wxHtmlHelpController' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/help.h:55: Warning: explicit link request to 'wxHtmlHelpController' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/help.h:55: Warning: explicit link request to 'wxHTML' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/help.h:72: Warning: explicit link request to 'wxHtmlHelpController' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/help.h:72: Warning: explicit link request to 'wxHTML' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/event.h:1688: Warning: explicit link request to 'wxGetMousePosition()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:818: Warning: unable to resolve reference to `hscrolledwindowwxhscrolledwindow_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:785: Warning: argument `parent' of command @param is not found in the argument list of wxHScrolledWindow::wxHScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:785: Warning: argument `id' of command @param is not found in the argument list of wxHScrolledWindow::wxHScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:785: Warning: argument `pos' of command @param is not found in the argument list of wxHScrolledWindow::wxHScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:785: Warning: argument `size' of command @param is not found in the argument list of wxHScrolledWindow::wxHScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:785: Warning: argument `style' of command @param is not found in the argument list of wxHScrolledWindow::wxHScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:785: Warning: argument `name' of command @param is not found in the argument list of wxHScrolledWindow::wxHScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:762: Warning: explicit link request to 'OnGetColumnWidth()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:763: Warning: explicit link request to 'SetColumnCount()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:767: Warning: explicit link request to 'GetVisibleColumnsBegin()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:768: Warning: explicit link request to 'GetVisibleColumnsEnd()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/htmllbox.h:125: Warning: explicit link request to 'wxHtmlLinkInfo' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:609: Warning: unable to resolve reference to `hvscrolledwindowwxhvscrolledwindow_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:575: Warning: argument `parent' of command @param is not found in the argument list of wxHVScrolledWindow::wxHVScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:575: Warning: argument `id' of command @param is not found in the argument list of wxHVScrolledWindow::wxHVScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:575: Warning: argument `pos' of command @param is not found in the argument list of wxHVScrolledWindow::wxHVScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:575: Warning: argument `size' of command @param is not found in the argument list of wxHVScrolledWindow::wxHVScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:575: Warning: argument `style' of command @param is not found in the argument list of wxHVScrolledWindow::wxHVScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:575: Warning: argument `name' of command @param is not found in the argument list of wxHVScrolledWindow::wxHVScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:550: Warning: explicit link request to 'OnGetRowHeight()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:551: Warning: explicit link request to 'OnGetColumnWidth()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:557: Warning: explicit link request to 'GetVisibleBegin()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:558: Warning: explicit link request to 'GetVisibleEnd()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/hyperlink.h:79: Warning: argument `validator' of command @param is not found in the argument list of wxHyperlinkCtrl::Create(wxWindow *parent, wxWindowID id, const wxString &label, const wxString &url, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style, const wxString &name="hyperlink")
+/home/frm/work/wxWidgets/include/interface/wx/hyperlink.h:44: Warning: explicit link request to 'wxLaunchDefaultBrowser' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/icon.h:37: Warning: explicit link request to 'location' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/icon.h:37: Warning: argument `bits' of command @param is not found in the argument list of wxIcon::wxIcon()
+/home/frm/work/wxWidgets/include/interface/wx/icon.h:37: Warning: argument `width' of command @param is not found in the argument list of wxIcon::wxIcon()
+/home/frm/work/wxWidgets/include/interface/wx/icon.h:37: Warning: argument `height' of command @param is not found in the argument list of wxIcon::wxIcon()
+/home/frm/work/wxWidgets/include/interface/wx/icon.h:37: Warning: argument `desiredWidth' of command @param is not found in the argument list of wxIcon::wxIcon()
+/home/frm/work/wxWidgets/include/interface/wx/icon.h:37: Warning: argument `desiredWidth' of command @param is not found in the argument list of wxIcon::wxIcon()
+/home/frm/work/wxWidgets/include/interface/wx/icon.h:37: Warning: argument `depth' of command @param is not found in the argument list of wxIcon::wxIcon()
+/home/frm/work/wxWidgets/include/interface/wx/icon.h:37: Warning: argument `name' of command @param is not found in the argument list of wxIcon::wxIcon()
+/home/frm/work/wxWidgets/include/interface/wx/icon.h:37: Warning: argument `loc' of command @param is not found in the argument list of wxIcon::wxIcon()
+/home/frm/work/wxWidgets/include/interface/wx/icon.h:37: Warning: argument `type' of command @param is not found in the argument list of wxIcon::wxIcon()
+/home/frm/work/wxWidgets/include/interface/wx/icon.h:128: Warning: unable to resolve reference to `refcountdestruct_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/icon.h:30: Warning: unable to resolve reference to `supportedbitmapformats_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/event.h:1767: Warning: explicit link request to 'wxWakeUpIdle' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/windowid.h:28: Warning: explicit link request to 'wxWindowIDRef' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/windowid.h:29: Warning: explicit link request to 'UnreserveControlId' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/windowid.h:30: Warning: explicit link request to 'wxWindowIDRef' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/image.h:357: Warning: unable to resolve reference to `bitmapctor_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/image.h:385: Warning: The following parameters of wxImage::Create(int width, int height, bool clear=true) are not documented:
+ parameter clear
+/home/frm/work/wxWidgets/include/interface/wx/image.h:449: Warning: explicit link request to 'RGB' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/image.h:763: Warning: argument `stream' of command @param is not found in the argument list of wxImage::LoadFile(const wxString &name, long type=wxBITMAP_TYPE_ANY, int index=-1)
+/home/frm/work/wxWidgets/include/interface/wx/image.h:763: Warning: argument `mimetype' of command @param is not found in the argument list of wxImage::LoadFile(const wxString &name, long type=wxBITMAP_TYPE_ANY, int index=-1)
+/home/frm/work/wxWidgets/include/interface/wx/image.h:971: Warning: argument `stream' of command @param is not found in the argument list of wxImage::SaveFile(const wxString &name, int type)
+/home/frm/work/wxWidgets/include/interface/wx/image.h:971: Warning: argument `mimetype' of command @param is not found in the argument list of wxImage::SaveFile(const wxString &name, int type)
+/home/frm/work/wxWidgets/include/interface/wx/image.h:1047: Warning: The following parameters of wxImage::Scale(int width, int height, int quality=wxIMAGE_QUALITY_NORMAL) are not documented:
+ parameter width
+ parameter height
+/home/frm/work/wxWidgets/include/interface/wx/image.h:171: Warning: argument `width' of command @param is not found in the argument list of wxImage::wxImage()
+/home/frm/work/wxWidgets/include/interface/wx/image.h:171: Warning: argument `height' of command @param is not found in the argument list of wxImage::wxImage()
+/home/frm/work/wxWidgets/include/interface/wx/image.h:171: Warning: argument `name' of command @param is not found in the argument list of wxImage::wxImage()
+/home/frm/work/wxWidgets/include/interface/wx/image.h:171: Warning: argument `stream' of command @param is not found in the argument list of wxImage::wxImage()
+/home/frm/work/wxWidgets/include/interface/wx/image.h:171: Warning: argument `type' of command @param is not found in the argument list of wxImage::wxImage()
+/home/frm/work/wxWidgets/include/interface/wx/image.h:171: Warning: argument `mimetype' of command @param is not found in the argument list of wxImage::wxImage()
+/home/frm/work/wxWidgets/include/interface/wx/image.h:171: Warning: argument `index' of command @param is not found in the argument list of wxImage::wxImage()
+/home/frm/work/wxWidgets/include/interface/wx/image.h:171: Warning: argument `xpmData' of command @param is not found in the argument list of wxImage::wxImage()
+/home/frm/work/wxWidgets/include/interface/wx/image.h:291: Warning: unable to resolve reference to `refcountdestruct_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/image.h:421: Warning: argument `extension' of command @param is not found in the argument list of wxImage::FindHandler(const wxString &name)
+/home/frm/work/wxWidgets/include/interface/wx/image.h:421: Warning: argument `imageType' of command @param is not found in the argument list of wxImage::FindHandler(const wxString &name)
+/home/frm/work/wxWidgets/include/interface/wx/image.h:421: Warning: argument `mimetype' of command @param is not found in the argument list of wxImage::FindHandler(const wxString &name)
+/home/frm/work/wxWidgets/include/interface/wx/image.h:491: Warning: argument `name' of command @param is not found in the argument list of wxImage::GetImageCount(const wxString &filename, long type=wxBITMAP_TYPE_ANY)
+/home/frm/work/wxWidgets/include/interface/wx/image.h:491: Warning: argument `stream' of command @param is not found in the argument list of wxImage::GetImageCount(const wxString &filename, long type=wxBITMAP_TYPE_ANY)
+/home/frm/work/wxWidgets/include/interface/wx/image.h:491: Warning: The following parameters of wxImage::GetImageCount(const wxString &filename, long type=wxBITMAP_TYPE_ANY) are not documented:
+ parameter filename
+/home/frm/work/wxWidgets/include/interface/wx/image.h:151: Warning: explicit link request to 'wxBitmap::wxBitmap(wxImage,int depth)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/image.h:124: Warning: argument `mimename' of command @param is not found in the argument list of wxImageHandler::SetMimeType(const wxString &mimetype)
+/home/frm/work/wxWidgets/include/interface/wx/image.h:124: Warning: The following parameters of wxImageHandler::SetMimeType(const wxString &mimetype) are not documented:
+ parameter mimetype
+/home/frm/work/wxWidgets/include/interface/wx/imaglist.h:51: Warning: argument `maskColour' of command @param is not found in the argument list of wxImageList::Add(const wxBitmap &bitmap, const wxBitmap &mask=wxNullBitmap)
+/home/frm/work/wxWidgets/include/interface/wx/imaglist.h:51: Warning: argument `icon' of command @param is not found in the argument list of wxImageList::Add(const wxBitmap &bitmap, const wxBitmap &mask=wxNullBitmap)
+/home/frm/work/wxWidgets/include/interface/wx/imaglist.h:171: Warning: argument `icon' of command @param is not found in the argument list of wxImageList::Replace(int index, const wxBitmap &bitmap, const wxBitmap &mask=wxNullBitmap)
+/home/frm/work/wxWidgets/include/interface/wx/imaglist.h:171: Warning: The following parameters of wxImageList::Replace(int index, const wxBitmap &bitmap, const wxBitmap &mask=wxNullBitmap) are not documented:
+ parameter index
+/home/frm/work/wxWidgets/include/interface/wx/imaglist.h:29: Warning: argument `width' of command @param is not found in the argument list of wxImageList::wxImageList()
+/home/frm/work/wxWidgets/include/interface/wx/imaglist.h:29: Warning: argument `height' of command @param is not found in the argument list of wxImageList::wxImageList()
+/home/frm/work/wxWidgets/include/interface/wx/imaglist.h:29: Warning: argument `mask' of command @param is not found in the argument list of wxImageList::wxImageList()
+/home/frm/work/wxWidgets/include/interface/wx/imaglist.h:29: Warning: argument `initialCount' of command @param is not found in the argument list of wxImageList::wxImageList()
+/home/frm/work/wxWidgets/include/interface/wx/joystick.h:35: Warning: argument `id' of command @param is not found in the argument list of wxJoystick::GetButtonState()
+/home/frm/work/wxWidgets/include/interface/wx/joystick.h:96: Warning: argument `axis' of command @param is not found in the argument list of wxJoystick::GetPosition()
+/home/frm/work/wxWidgets/include/interface/wx/event.h:107: Warning: explicit link request to 'Keycodes' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/event.h:119: Warning: unable to resolve reference to `keymodifiers_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/event.h:144: Warning: explicit link request to 'ifdef' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/event.h:153: Warning: explicit link request to 'ifdef' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/event.h:22: Warning: unable to resolve reference to `keycodes_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/event.h:46: Warning: explicit link request to 'text' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/layout.h:196: Warning: explicit link request to 'sizers' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/listbook.h:16: Warning: unable to resolve reference to `samplenotebook_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/listbook.h:37: Warning: explicit link request to 'wxBookCtrl' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/listbook.h:37: Warning: unable to resolve reference to `samplenotebook_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/listbox.h:227: Warning: argument `string' of command @param is not found in the argument list of wxListBox::SetFirstItem(int n)
+/home/frm/work/wxWidgets/include/interface/wx/listbox.h:63: Warning: argument `parent' of command @param is not found in the argument list of wxListBox::wxListBox()
+/home/frm/work/wxWidgets/include/interface/wx/listbox.h:63: Warning: argument `id' of command @param is not found in the argument list of wxListBox::wxListBox()
+/home/frm/work/wxWidgets/include/interface/wx/listbox.h:63: Warning: argument `pos' of command @param is not found in the argument list of wxListBox::wxListBox()
+/home/frm/work/wxWidgets/include/interface/wx/listbox.h:63: Warning: argument `size' of command @param is not found in the argument list of wxListBox::wxListBox()
+/home/frm/work/wxWidgets/include/interface/wx/listbox.h:63: Warning: argument `n' of command @param is not found in the argument list of wxListBox::wxListBox()
+/home/frm/work/wxWidgets/include/interface/wx/listbox.h:63: Warning: argument `choices' of command @param is not found in the argument list of wxListBox::wxListBox()
+/home/frm/work/wxWidgets/include/interface/wx/listbox.h:63: Warning: argument `style' of command @param is not found in the argument list of wxListBox::wxListBox()
+/home/frm/work/wxWidgets/include/interface/wx/listbox.h:63: Warning: argument `validator' of command @param is not found in the argument list of wxListBox::wxListBox()
+/home/frm/work/wxWidgets/include/interface/wx/listbox.h:63: Warning: argument `name' of command @param is not found in the argument list of wxListBox::wxListBox()
+/home/frm/work/wxWidgets/include/interface/wx/listctrl.h:584: Warning: argument `index' of command @param is not found in the argument list of wxListCtrl::InsertItem(wxListItem &info)
+/home/frm/work/wxWidgets/include/interface/wx/listctrl.h:584: Warning: argument `label' of command @param is not found in the argument list of wxListCtrl::InsertItem(wxListItem &info)
+/home/frm/work/wxWidgets/include/interface/wx/listctrl.h:584: Warning: argument `imageIndex' of command @param is not found in the argument list of wxListCtrl::InsertItem(wxListItem &info)
+/home/frm/work/wxWidgets/include/interface/wx/listctrl.h:633: Warning: unable to resolve reference to `listctrlsetimagelist_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/listctrl.h:968: Warning: argument `item1' of command @param is not found in the argument list of wxListCtrl::SortItems(wxListCtrlCompare fnSortCallBack, long data)
+/home/frm/work/wxWidgets/include/interface/wx/listctrl.h:968: Warning: argument `item2' of command @param is not found in the argument list of wxListCtrl::SortItems(wxListCtrlCompare fnSortCallBack, long data)
+/home/frm/work/wxWidgets/include/interface/wx/listctrl.h:968: Warning: The following parameters of wxListCtrl::SortItems(wxListCtrlCompare fnSortCallBack, long data) are not documented:
+ parameter fnSortCallBack
+/home/frm/work/wxWidgets/include/interface/wx/listctrl.h:94: Warning: argument `parent' of command @param is not found in the argument list of wxListCtrl::wxListCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/listctrl.h:94: Warning: argument `id' of command @param is not found in the argument list of wxListCtrl::wxListCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/listctrl.h:94: Warning: argument `pos' of command @param is not found in the argument list of wxListCtrl::wxListCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/listctrl.h:94: Warning: argument `size' of command @param is not found in the argument list of wxListCtrl::wxListCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/listctrl.h:94: Warning: argument `style' of command @param is not found in the argument list of wxListCtrl::wxListCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/listctrl.h:94: Warning: argument `validator' of command @param is not found in the argument list of wxListCtrl::wxListCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/listctrl.h:94: Warning: argument `name' of command @param is not found in the argument list of wxListCtrl::wxListCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/listctrl.h:31: Warning: unable to resolve reference to `samplelistctrl_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/listctrl.h:39: Warning: explicit link request to 'wxSystemOption' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/list.h:15: Warning: explicit link request to 'DeleteContents' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/listctrl.h:1227: Warning: argument `n' of command @param is not found in the argument list of wxListView::Select(bool on=true)
+/home/frm/work/wxWidgets/include/interface/wx/intl.h:189: Warning: explicit link request to 'wxLanguage' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/intl.h:248: Warning: unable to resolve reference to `SEC150_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/intl.h:296: Warning: argument `name' of command @param is not found in the argument list of wxLocale::Init(int language=wxLANGUAGE_DEFAULT, int flags=wxLOCALE_LOAD_DEFAULT|wxLOCALE_CONV_ENCODING)
+/home/frm/work/wxWidgets/include/interface/wx/intl.h:296: Warning: argument `short' of command @param is not found in the argument list of wxLocale::Init(int language=wxLANGUAGE_DEFAULT, int flags=wxLOCALE_LOAD_DEFAULT|wxLOCALE_CONV_ENCODING)
+/home/frm/work/wxWidgets/include/interface/wx/intl.h:296: Warning: argument `locale' of command @param is not found in the argument list of wxLocale::Init(int language=wxLANGUAGE_DEFAULT, int flags=wxLOCALE_LOAD_DEFAULT|wxLOCALE_CONV_ENCODING)
+/home/frm/work/wxWidgets/include/interface/wx/intl.h:296: Warning: argument `bLoadDefault' of command @param is not found in the argument list of wxLocale::Init(int language=wxLANGUAGE_DEFAULT, int flags=wxLOCALE_LOAD_DEFAULT|wxLOCALE_CONV_ENCODING)
+/home/frm/work/wxWidgets/include/interface/wx/intl.h:296: Warning: argument `bConvertEncoding' of command @param is not found in the argument list of wxLocale::Init(int language=wxLANGUAGE_DEFAULT, int flags=wxLOCALE_LOAD_DEFAULT|wxLOCALE_CONV_ENCODING)
+/home/frm/work/wxWidgets/include/interface/wx/intl.h:272: Warning: explicit link request to 'wxFontEncoding' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/intl.h:290: Warning: explicit link request to 'wxLanguage' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/intl.h:55: Warning: unable to resolve reference to `sampleinternat_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/log.h:501: Warning: explicit link request to 'Customization' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/log.h:629: Warning: explicit link request to 'Customization' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/log.h:178: Warning: explicit link request to 'constructor' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/longlong.h:29: Warning: explicit link request to 'wxLongLongFmtSpec' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/bitmap.h:666: Warning: argument `colour' of command @param is not found in the argument list of wxMask::Create(const wxBitmap &bitmap)
+/home/frm/work/wxWidgets/include/interface/wx/bitmap.h:666: Warning: argument `index' of command @param is not found in the argument list of wxMask::Create(const wxBitmap &bitmap)
+/home/frm/work/wxWidgets/include/interface/wx/bitmap.h:641: Warning: argument `bitmap' of command @param is not found in the argument list of wxMask::wxMask()
+/home/frm/work/wxWidgets/include/interface/wx/bitmap.h:641: Warning: argument `colour' of command @param is not found in the argument list of wxMask::wxMask()
+/home/frm/work/wxWidgets/include/interface/wx/bitmap.h:641: Warning: argument `index' of command @param is not found in the argument list of wxMask::wxMask()
+/home/frm/work/wxWidgets/include/interface/wx/strconv.h:70: Warning: explicit link request to 'UTF' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/strconv.h:209: Warning: explicit link request to 'UTF' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/mdi.h:334: Warning: argument `parent' of command @param is not found in the argument list of wxMDIChildFrame::wxMDIChildFrame()
+/home/frm/work/wxWidgets/include/interface/wx/mdi.h:334: Warning: argument `id' of command @param is not found in the argument list of wxMDIChildFrame::wxMDIChildFrame()
+/home/frm/work/wxWidgets/include/interface/wx/mdi.h:334: Warning: argument `title' of command @param is not found in the argument list of wxMDIChildFrame::wxMDIChildFrame()
+/home/frm/work/wxWidgets/include/interface/wx/mdi.h:334: Warning: argument `pos' of command @param is not found in the argument list of wxMDIChildFrame::wxMDIChildFrame()
+/home/frm/work/wxWidgets/include/interface/wx/mdi.h:334: Warning: argument `size' of command @param is not found in the argument list of wxMDIChildFrame::wxMDIChildFrame()
+/home/frm/work/wxWidgets/include/interface/wx/mdi.h:334: Warning: argument `style' of command @param is not found in the argument list of wxMDIChildFrame::wxMDIChildFrame()
+/home/frm/work/wxWidgets/include/interface/wx/mdi.h:334: Warning: argument `name' of command @param is not found in the argument list of wxMDIChildFrame::wxMDIChildFrame()
+/home/frm/work/wxWidgets/include/interface/wx/mdi.h:24: Warning: argument `parent' of command @param is not found in the argument list of wxMDIClientWindow::wxMDIClientWindow()
+/home/frm/work/wxWidgets/include/interface/wx/mdi.h:24: Warning: argument `style' of command @param is not found in the argument list of wxMDIClientWindow::wxMDIClientWindow()
+/home/frm/work/wxWidgets/include/interface/wx/mdi.h:107: Warning: argument `parent' of command @param is not found in the argument list of wxMDIParentFrame::wxMDIParentFrame()
+/home/frm/work/wxWidgets/include/interface/wx/mdi.h:107: Warning: argument `id' of command @param is not found in the argument list of wxMDIParentFrame::wxMDIParentFrame()
+/home/frm/work/wxWidgets/include/interface/wx/mdi.h:107: Warning: argument `title' of command @param is not found in the argument list of wxMDIParentFrame::wxMDIParentFrame()
+/home/frm/work/wxWidgets/include/interface/wx/mdi.h:107: Warning: argument `pos' of command @param is not found in the argument list of wxMDIParentFrame::wxMDIParentFrame()
+/home/frm/work/wxWidgets/include/interface/wx/mdi.h:107: Warning: argument `size' of command @param is not found in the argument list of wxMDIParentFrame::wxMDIParentFrame()
+/home/frm/work/wxWidgets/include/interface/wx/mdi.h:107: Warning: argument `style' of command @param is not found in the argument list of wxMDIParentFrame::wxMDIParentFrame()
+/home/frm/work/wxWidgets/include/interface/wx/mdi.h:107: Warning: argument `name' of command @param is not found in the argument list of wxMDIParentFrame::wxMDIParentFrame()
+/home/frm/work/wxWidgets/include/interface/wx/mediactrl.h:137: Warning: argument `pos' of command @param is not found in the argument list of wxMediaCtrl::Create(wxWindow *parent, wxWindowID id)
+/home/frm/work/wxWidgets/include/interface/wx/mediactrl.h:137: Warning: argument `fileName' of command @param is not found in the argument list of wxMediaCtrl::Create(wxWindow *parent, wxWindowID id)
+/home/frm/work/wxWidgets/include/interface/wx/mediactrl.h:137: Warning: argument `pos' of command @param is not found in the argument list of wxMediaCtrl::Create(wxWindow *parent, wxWindowID id)
+/home/frm/work/wxWidgets/include/interface/wx/mediactrl.h:137: Warning: argument `size' of command @param is not found in the argument list of wxMediaCtrl::Create(wxWindow *parent, wxWindowID id)
+/home/frm/work/wxWidgets/include/interface/wx/mediactrl.h:137: Warning: argument `style' of command @param is not found in the argument list of wxMediaCtrl::Create(wxWindow *parent, wxWindowID id)
+/home/frm/work/wxWidgets/include/interface/wx/mediactrl.h:137: Warning: argument `szBackend' of command @param is not found in the argument list of wxMediaCtrl::Create(wxWindow *parent, wxWindowID id)
+/home/frm/work/wxWidgets/include/interface/wx/mediactrl.h:137: Warning: argument `validator' of command @param is not found in the argument list of wxMediaCtrl::Create(wxWindow *parent, wxWindowID id)
+/home/frm/work/wxWidgets/include/interface/wx/mediactrl.h:137: Warning: argument `name' of command @param is not found in the argument list of wxMediaCtrl::Create(wxWindow *parent, wxWindowID id)
+/home/frm/work/wxWidgets/include/interface/wx/mediactrl.h:137: Warning: The following parameters of wxMediaCtrl::Create(wxWindow *parent, wxWindowID id) are not documented:
+ parameter parent
+/home/frm/work/wxWidgets/include/interface/wx/mediactrl.h:216: Warning: explicit link request to 'wxActiveXContainer' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/mediactrl.h:218: Warning: unable to resolve reference to `videosizewxmediactrl_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/mediactrl.h:352: Warning: unable to resolve reference to `videosizewxmediactrl_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/mediactrl.h:390: Warning: unable to resolve reference to `playercontrolswxmediactrl_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/mediactrl.h:404: Warning: explicit link request to 'Operation' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/mediactrl.h:43: Warning: argument `pos' of command @param is not found in the argument list of wxMediaCtrl::wxMediaCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/mediactrl.h:43: Warning: argument `id' of command @param is not found in the argument list of wxMediaCtrl::wxMediaCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/mediactrl.h:43: Warning: argument `fileName' of command @param is not found in the argument list of wxMediaCtrl::wxMediaCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/mediactrl.h:43: Warning: argument `pos' of command @param is not found in the argument list of wxMediaCtrl::wxMediaCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/mediactrl.h:43: Warning: argument `size' of command @param is not found in the argument list of wxMediaCtrl::wxMediaCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/mediactrl.h:43: Warning: argument `style' of command @param is not found in the argument list of wxMediaCtrl::wxMediaCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/mediactrl.h:43: Warning: argument `szBackend' of command @param is not found in the argument list of wxMediaCtrl::wxMediaCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/mediactrl.h:43: Warning: argument `validator' of command @param is not found in the argument list of wxMediaCtrl::wxMediaCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/mediactrl.h:43: Warning: argument `name' of command @param is not found in the argument list of wxMediaCtrl::wxMediaCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/buffer.h:24: Warning: argument `size' of command @param is not found in the argument list of wxMemoryBuffer::wxMemoryBuffer(const wxMemoryBuffer &src)
+/home/frm/work/wxWidgets/include/interface/wx/buffer.h:24: Warning: The following parameters of wxMemoryBuffer::wxMemoryBuffer(const wxMemoryBuffer &src) are not documented:
+ parameter src
+/home/frm/work/wxWidgets/include/interface/wx/dcmemory.h:29: Warning: explicit link request to 'IsOk' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/menu.h:429: Warning: argument `menu' of command @param is not found in the argument list of wxMenu::Append(int id, const wxString &item="", const wxString &helpString="", wxItemKind kind=wxITEM_NORMAL)
+/home/frm/work/wxWidgets/include/interface/wx/menu.h:429: Warning: argument `menuItem' of command @param is not found in the argument list of wxMenu::Append(int id, const wxString &item="", const wxString &helpString="", wxItemKind kind=wxITEM_NORMAL)
+/home/frm/work/wxWidgets/include/interface/wx/menu.h:525: Warning: argument `item' of command @param is not found in the argument list of wxMenu::Delete(int id)
+/home/frm/work/wxWidgets/include/interface/wx/menu.h:541: Warning: argument `item' of command @param is not found in the argument list of wxMenu::Destroy(int id)
+/home/frm/work/wxWidgets/include/interface/wx/menu.h:570: Warning: argument `id' of command @param is not found in the argument list of wxMenu::FindItem(const wxString &itemString)
+/home/frm/work/wxWidgets/include/interface/wx/menu.h:570: Warning: argument `menu' of command @param is not found in the argument list of wxMenu::FindItem(const wxString &itemString)
+/home/frm/work/wxWidgets/include/interface/wx/menu.h:642: Warning: explicit link request to 'wxList' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/menu.h:753: Warning: argument `item' of command @param is not found in the argument list of wxMenu::Remove(int id)
+/home/frm/work/wxWidgets/include/interface/wx/menu.h:408: Warning: The following parameters of wxMenu::wxMenu(const wxString &title="", long style=0) are not documented:
+ parameter title
+/home/frm/work/wxWidgets/include/interface/wx/menu.h:23: Warning: argument `n' of command @param is not found in the argument list of wxMenuBar::wxMenuBar(long style=0)
+/home/frm/work/wxWidgets/include/interface/wx/menu.h:23: Warning: argument `menus' of command @param is not found in the argument list of wxMenuBar::wxMenuBar(long style=0)
+/home/frm/work/wxWidgets/include/interface/wx/menu.h:23: Warning: argument `titles' of command @param is not found in the argument list of wxMenuBar::wxMenuBar(long style=0)
+/home/frm/work/wxWidgets/include/interface/wx/event.h:2111: Warning: unable to resolve reference to `commandevent_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/menuitem.h:240: Warning: explicit link request to 'SetBitmaps(bmp, wxNullBitmap)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/menuitem.h:32: Warning: unable to resolve reference to `stockitems_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/msgdlg.h:17: Warning: unable to resolve reference to `messagedialog_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/msgqueue.h:12: Warning: explicit link request to 'Post()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/msgqueue.h:13: Warning: explicit link request to 'Receive()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/msgqueue.h:20: Warning: Found unknown command `\library'
+/home/frm/work/wxWidgets/include/interface/wx/metafile.h:85: Warning: unable to resolve reference to `refcountdestruct_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/mimetype.h:141: Warning: unable to resolve reference to `filetype_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/mimetype.h:47: Warning: explicit link request to 'ReadXXX' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/minifram.h:55: Warning: argument `parent' of command @param is not found in the argument list of wxMiniFrame::wxMiniFrame()
+/home/frm/work/wxWidgets/include/interface/wx/minifram.h:55: Warning: argument `id' of command @param is not found in the argument list of wxMiniFrame::wxMiniFrame()
+/home/frm/work/wxWidgets/include/interface/wx/minifram.h:55: Warning: argument `title' of command @param is not found in the argument list of wxMiniFrame::wxMiniFrame()
+/home/frm/work/wxWidgets/include/interface/wx/minifram.h:55: Warning: argument `pos' of command @param is not found in the argument list of wxMiniFrame::wxMiniFrame()
+/home/frm/work/wxWidgets/include/interface/wx/minifram.h:55: Warning: argument `size' of command @param is not found in the argument list of wxMiniFrame::wxMiniFrame()
+/home/frm/work/wxWidgets/include/interface/wx/minifram.h:55: Warning: argument `style' of command @param is not found in the argument list of wxMiniFrame::wxMiniFrame()
+/home/frm/work/wxWidgets/include/interface/wx/minifram.h:55: Warning: argument `name' of command @param is not found in the argument list of wxMiniFrame::wxMiniFrame()
+/home/frm/work/wxWidgets/include/interface/wx/minifram.h:13: Warning: unable to resolve reference to `sampledialogs_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/module.h:91: Warning: argument `classname' of command @param is not found in the argument list of wxModule::AddDependency(wxClassInfo *dep)
+/home/frm/work/wxWidgets/include/interface/wx/choicdlg.h:17: Warning: unable to resolve reference to `multichoicedialog_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/thread.h:877: Warning: explicit link request to 'IsLocked' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/list.h:291: Warning: explicit link request to 'wxList' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/list.h:295: Warning: explicit link request to 'wxList' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/list.h:310: Warning: explicit link request to 'wxList' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/notebook.h:200: Warning: unable to resolve reference to `progevent_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/notebook.h:118: Warning: argument `parent' of command @param is not found in the argument list of wxNotebook::wxNotebook()
+/home/frm/work/wxWidgets/include/interface/wx/notebook.h:118: Warning: argument `id' of command @param is not found in the argument list of wxNotebook::wxNotebook()
+/home/frm/work/wxWidgets/include/interface/wx/notebook.h:118: Warning: argument `pos' of command @param is not found in the argument list of wxNotebook::wxNotebook()
+/home/frm/work/wxWidgets/include/interface/wx/notebook.h:118: Warning: argument `size' of command @param is not found in the argument list of wxNotebook::wxNotebook()
+/home/frm/work/wxWidgets/include/interface/wx/notebook.h:118: Warning: argument `style' of command @param is not found in the argument list of wxNotebook::wxNotebook()
+/home/frm/work/wxWidgets/include/interface/wx/notebook.h:118: Warning: argument `name' of command @param is not found in the argument list of wxNotebook::wxNotebook()
+/home/frm/work/wxWidgets/include/interface/wx/notebook.h:111: Warning: explicit link request to 'wxBookCtrl' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/notebook.h:111: Warning: unable to resolve reference to `samplenotebook_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/object.h:76: Warning: unable to resolve reference to `refcountlist_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/object.h:311: Warning: explicit link request to 'wxSharedPtr' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/odcombo.h:48: Warning: argument `parent' of command @param is not found in the argument list of wxOwnerDrawnComboBox::wxOwnerDrawnComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/odcombo.h:48: Warning: argument `id' of command @param is not found in the argument list of wxOwnerDrawnComboBox::wxOwnerDrawnComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/odcombo.h:48: Warning: argument `value' of command @param is not found in the argument list of wxOwnerDrawnComboBox::wxOwnerDrawnComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/odcombo.h:48: Warning: argument `pos' of command @param is not found in the argument list of wxOwnerDrawnComboBox::wxOwnerDrawnComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/odcombo.h:48: Warning: argument `size' of command @param is not found in the argument list of wxOwnerDrawnComboBox::wxOwnerDrawnComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/odcombo.h:48: Warning: argument `n' of command @param is not found in the argument list of wxOwnerDrawnComboBox::wxOwnerDrawnComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/odcombo.h:48: Warning: argument `choices' of command @param is not found in the argument list of wxOwnerDrawnComboBox::wxOwnerDrawnComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/odcombo.h:48: Warning: argument `style' of command @param is not found in the argument list of wxOwnerDrawnComboBox::wxOwnerDrawnComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/odcombo.h:48: Warning: argument `validator' of command @param is not found in the argument list of wxOwnerDrawnComboBox::wxOwnerDrawnComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/odcombo.h:48: Warning: argument `name' of command @param is not found in the argument list of wxOwnerDrawnComboBox::wxOwnerDrawnComboBox()
+/home/frm/work/wxWidgets/include/interface/wx/printdlg.h:108: Warning: unable to resolve reference to `pagesetupdialogdata_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/cmndata.h:261: Warning: unable to resolve reference to `printdata_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/cmndata.h:326: Warning: unable to resolve reference to `printdata_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/palette.h:38: Warning: argument `palette' of command @param is not found in the argument list of wxPalette::wxPalette()
+/home/frm/work/wxWidgets/include/interface/wx/palette.h:38: Warning: argument `n' of command @param is not found in the argument list of wxPalette::wxPalette()
+/home/frm/work/wxWidgets/include/interface/wx/palette.h:38: Warning: argument `red' of command @param is not found in the argument list of wxPalette::wxPalette()
+/home/frm/work/wxWidgets/include/interface/wx/palette.h:38: Warning: argument `green' of command @param is not found in the argument list of wxPalette::wxPalette()
+/home/frm/work/wxWidgets/include/interface/wx/palette.h:38: Warning: argument `blue' of command @param is not found in the argument list of wxPalette::wxPalette()
+/home/frm/work/wxWidgets/include/interface/wx/palette.h:66: Warning: unable to resolve reference to `refcountdestruct_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/panel.h:36: Warning: argument `parent' of command @param is not found in the argument list of wxPanel::wxPanel()
+/home/frm/work/wxWidgets/include/interface/wx/panel.h:36: Warning: argument `id' of command @param is not found in the argument list of wxPanel::wxPanel()
+/home/frm/work/wxWidgets/include/interface/wx/panel.h:36: Warning: argument `pos' of command @param is not found in the argument list of wxPanel::wxPanel()
+/home/frm/work/wxWidgets/include/interface/wx/panel.h:36: Warning: argument `size' of command @param is not found in the argument list of wxPanel::wxPanel()
+/home/frm/work/wxWidgets/include/interface/wx/panel.h:36: Warning: argument `style' of command @param is not found in the argument list of wxPanel::wxPanel()
+/home/frm/work/wxWidgets/include/interface/wx/panel.h:36: Warning: argument `name' of command @param is not found in the argument list of wxPanel::wxPanel()
+/home/frm/work/wxWidgets/include/interface/wx/textdlg.h:18: Warning: unable to resolve reference to `passwordentrydialog_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/pen.h:290: Warning: unable to resolve reference to `refcountequality_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/pen.h:301: Warning: unable to resolve reference to `refcountequality_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/pen.h:49: Warning: argument `colour' of command @param is not found in the argument list of wxPen::wxPen()
+/home/frm/work/wxWidgets/include/interface/wx/pen.h:49: Warning: argument `colourName' of command @param is not found in the argument list of wxPen::wxPen()
+/home/frm/work/wxWidgets/include/interface/wx/pen.h:49: Warning: argument `width' of command @param is not found in the argument list of wxPen::wxPen()
+/home/frm/work/wxWidgets/include/interface/wx/pen.h:49: Warning: argument `stipple' of command @param is not found in the argument list of wxPen::wxPen()
+/home/frm/work/wxWidgets/include/interface/wx/pen.h:49: Warning: argument `pen' of command @param is not found in the argument list of wxPen::wxPen()
+/home/frm/work/wxWidgets/include/interface/wx/pen.h:49: Warning: argument `style' of command @param is not found in the argument list of wxPen::wxPen()
+/home/frm/work/wxWidgets/include/interface/wx/pen.h:156: Warning: unable to resolve reference to `refcountdestruct_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/gdicmn.h:695: Warning: argument `colourName' of command @param is not found in the argument list of wxPenList::FindOrCreatePen(const wxColour &colour, int width, int style)
+/home/frm/work/wxWidgets/include/interface/wx/platinfo.h:91: Warning: explicit link request to 'wxGetOsVersion' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/platinfo.h:100: Warning: explicit link request to 'wxGetOsVersion' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/platinfo.h:19: Warning: explicit link request to 'wxGetOSVersion' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/platinfo.h:19: Warning: explicit link request to 'wxIsPlatformLittleEndian' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/platinfo.h:19: Warning: explicit link request to 'wxIsPlatform64Bit' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dcps.h:29: Warning: unable to resolve reference to `printersettings_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/cmndata.h:434: Warning: unable to resolve reference to `printdialog_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/printdlg.h:47: Warning: unable to resolve reference to `printdialogdata_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/printdlg.h:18: Warning: unable to resolve reference to `printdialog_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/cmndata.h:590: Warning: unable to resolve reference to `printdialog_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/print.h:406: Warning: unable to resolve reference to `printdata_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/process.h:144: Warning: unable to resolve reference to `sampleexec_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/process.h:47: Warning: argument `flags' of command @param is not found in the argument list of wxProcess::wxProcess(wxEvtHandler *parent=NULL, int id=-1)
+/home/frm/work/wxWidgets/include/interface/wx/process.h:102: Warning: unable to resolve reference to `sampleexec_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/process.h:169: Warning: explicit link request to 'wxKill' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/process.h:169: Warning: unable to resolve reference to `sampleexec_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/process.h:209: Warning: explicit link request to 'wxExecute' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/process.h:10: Warning: explicit link request to 'wxExecute' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/process.h:25: Warning: explicit link request to 'wxExecute' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/process.h:40: Warning: explicit link request to 'wxExecute' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/process.h:40: Warning: unable to resolve reference to `sampleexec_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/propdlg.h:53: Warning: unable to resolve reference to `autoscrollingdialogs_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/radiobox.h:134: Warning: argument `n' of command @param is not found in the argument list of wxRadioBox::Enable(bool enable=true)
+/home/frm/work/wxWidgets/include/interface/wx/radiobox.h:189: Warning: argument `n' of command @param is not found in the argument list of wxRadioBox::GetLabel()
+/home/frm/work/wxWidgets/include/interface/wx/radiobox.h:280: Warning: argument `n' of command @param is not found in the argument list of wxRadioBox::SetLabel(const wxString &label)
+/home/frm/work/wxWidgets/include/interface/wx/radiobox.h:42: Warning: argument `parent' of command @param is not found in the argument list of wxRadioBox::wxRadioBox()
+/home/frm/work/wxWidgets/include/interface/wx/radiobox.h:42: Warning: argument `id' of command @param is not found in the argument list of wxRadioBox::wxRadioBox()
+/home/frm/work/wxWidgets/include/interface/wx/radiobox.h:42: Warning: argument `label' of command @param is not found in the argument list of wxRadioBox::wxRadioBox()
+/home/frm/work/wxWidgets/include/interface/wx/radiobox.h:42: Warning: argument `pos' of command @param is not found in the argument list of wxRadioBox::wxRadioBox()
+/home/frm/work/wxWidgets/include/interface/wx/radiobox.h:42: Warning: argument `size' of command @param is not found in the argument list of wxRadioBox::wxRadioBox()
+/home/frm/work/wxWidgets/include/interface/wx/radiobox.h:42: Warning: argument `n' of command @param is not found in the argument list of wxRadioBox::wxRadioBox()
+/home/frm/work/wxWidgets/include/interface/wx/radiobox.h:42: Warning: argument `choices' of command @param is not found in the argument list of wxRadioBox::wxRadioBox()
+/home/frm/work/wxWidgets/include/interface/wx/radiobox.h:42: Warning: argument `majorDimension' of command @param is not found in the argument list of wxRadioBox::wxRadioBox()
+/home/frm/work/wxWidgets/include/interface/wx/radiobox.h:42: Warning: argument `style' of command @param is not found in the argument list of wxRadioBox::wxRadioBox()
+/home/frm/work/wxWidgets/include/interface/wx/radiobox.h:42: Warning: argument `validator' of command @param is not found in the argument list of wxRadioBox::wxRadioBox()
+/home/frm/work/wxWidgets/include/interface/wx/radiobox.h:42: Warning: argument `name' of command @param is not found in the argument list of wxRadioBox::wxRadioBox()
+/home/frm/work/wxWidgets/include/interface/wx/radiobut.h:48: Warning: argument `parent' of command @param is not found in the argument list of wxRadioButton::wxRadioButton()
+/home/frm/work/wxWidgets/include/interface/wx/radiobut.h:48: Warning: argument `id' of command @param is not found in the argument list of wxRadioButton::wxRadioButton()
+/home/frm/work/wxWidgets/include/interface/wx/radiobut.h:48: Warning: argument `label' of command @param is not found in the argument list of wxRadioButton::wxRadioButton()
+/home/frm/work/wxWidgets/include/interface/wx/radiobut.h:48: Warning: argument `pos' of command @param is not found in the argument list of wxRadioButton::wxRadioButton()
+/home/frm/work/wxWidgets/include/interface/wx/radiobut.h:48: Warning: argument `size' of command @param is not found in the argument list of wxRadioButton::wxRadioButton()
+/home/frm/work/wxWidgets/include/interface/wx/radiobut.h:48: Warning: argument `style' of command @param is not found in the argument list of wxRadioButton::wxRadioButton()
+/home/frm/work/wxWidgets/include/interface/wx/radiobut.h:48: Warning: argument `validator' of command @param is not found in the argument list of wxRadioButton::wxRadioButton()
+/home/frm/work/wxWidgets/include/interface/wx/radiobut.h:48: Warning: argument `name' of command @param is not found in the argument list of wxRadioButton::wxRadioButton()
+/home/frm/work/wxWidgets/include/interface/wx/regex.h:116: Warning: Illegal command \number as the argument of a \c command
+/home/frm/work/wxWidgets/include/interface/wx/regex.h:118: Warning: Illegal command \0 as the argument of a \c command
+/home/frm/work/wxWidgets/include/interface/wx/regex.h:20: Warning: explicit link request to 'advanced' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/region.h:133: Warning: unable to resolve reference to `refcountdestruct_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/renderer.h:238: Warning: explicit link request to 'DrawSash' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/renderer.h:122: Warning: unable to resolve reference to `samplerender_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/laywin.h:162: Warning: argument `parent' of command @param is not found in the argument list of wxSashLayoutWindow::wxSashLayoutWindow()
+/home/frm/work/wxWidgets/include/interface/wx/laywin.h:162: Warning: argument `id' of command @param is not found in the argument list of wxSashLayoutWindow::wxSashLayoutWindow()
+/home/frm/work/wxWidgets/include/interface/wx/laywin.h:162: Warning: argument `pos' of command @param is not found in the argument list of wxSashLayoutWindow::wxSashLayoutWindow()
+/home/frm/work/wxWidgets/include/interface/wx/laywin.h:162: Warning: argument `size' of command @param is not found in the argument list of wxSashLayoutWindow::wxSashLayoutWindow()
+/home/frm/work/wxWidgets/include/interface/wx/laywin.h:162: Warning: argument `style' of command @param is not found in the argument list of wxSashLayoutWindow::wxSashLayoutWindow()
+/home/frm/work/wxWidgets/include/interface/wx/laywin.h:162: Warning: argument `name' of command @param is not found in the argument list of wxSashLayoutWindow::wxSashLayoutWindow()
+/home/frm/work/wxWidgets/include/interface/wx/sashwin.h:49: Warning: argument `parent' of command @param is not found in the argument list of wxSashWindow::wxSashWindow()
+/home/frm/work/wxWidgets/include/interface/wx/sashwin.h:49: Warning: argument `id' of command @param is not found in the argument list of wxSashWindow::wxSashWindow()
+/home/frm/work/wxWidgets/include/interface/wx/sashwin.h:49: Warning: argument `pos' of command @param is not found in the argument list of wxSashWindow::wxSashWindow()
+/home/frm/work/wxWidgets/include/interface/wx/sashwin.h:49: Warning: argument `size' of command @param is not found in the argument list of wxSashWindow::wxSashWindow()
+/home/frm/work/wxWidgets/include/interface/wx/sashwin.h:49: Warning: argument `style' of command @param is not found in the argument list of wxSashWindow::wxSashWindow()
+/home/frm/work/wxWidgets/include/interface/wx/sashwin.h:49: Warning: argument `name' of command @param is not found in the argument list of wxSashWindow::wxSashWindow()
+/home/frm/work/wxWidgets/include/interface/wx/sashwin.h:32: Warning: Found unknown command `\event'
+/home/frm/work/wxWidgets/include/interface/wx/ptr_scpd.h:87: Warning: explicit link request to 'Boost' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/ptr_scpd.h:10: Warning: explicit link request to 'Boost' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/ptr_scpd.h:173: Warning: unable to resolve reference to `scopedptr_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/ptr_scpd.h:180: Warning: explicit link request to 'wxSharedPtr' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/ptr_scpd.h:180: Warning: explicit link request to 'wxWeakRef' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/ptr_scpd.h:160: Warning: explicit link request to 'constructor' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/scrolbar.h:33: Warning: argument `parent' of command @param is not found in the argument list of wxScrollBar::wxScrollBar()
+/home/frm/work/wxWidgets/include/interface/wx/scrolbar.h:33: Warning: argument `id' of command @param is not found in the argument list of wxScrollBar::wxScrollBar()
+/home/frm/work/wxWidgets/include/interface/wx/scrolbar.h:33: Warning: argument `pos' of command @param is not found in the argument list of wxScrollBar::wxScrollBar()
+/home/frm/work/wxWidgets/include/interface/wx/scrolbar.h:33: Warning: argument `size' of command @param is not found in the argument list of wxScrollBar::wxScrollBar()
+/home/frm/work/wxWidgets/include/interface/wx/scrolbar.h:33: Warning: argument `style' of command @param is not found in the argument list of wxScrollBar::wxScrollBar()
+/home/frm/work/wxWidgets/include/interface/wx/scrolbar.h:33: Warning: argument `validator' of command @param is not found in the argument list of wxScrollBar::wxScrollBar()
+/home/frm/work/wxWidgets/include/interface/wx/scrolbar.h:33: Warning: argument `name' of command @param is not found in the argument list of wxScrollBar::wxScrollBar()
+/home/frm/work/wxWidgets/include/interface/wx/scrolwin.h:104: Warning: argument `parent' of command @param is not found in the argument list of wxScrolledWindow::wxScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/scrolwin.h:104: Warning: argument `id' of command @param is not found in the argument list of wxScrolledWindow::wxScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/scrolwin.h:104: Warning: argument `pos' of command @param is not found in the argument list of wxScrolledWindow::wxScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/scrolwin.h:104: Warning: argument `size' of command @param is not found in the argument list of wxScrolledWindow::wxScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/scrolwin.h:104: Warning: argument `style' of command @param is not found in the argument list of wxScrolledWindow::wxScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/scrolwin.h:104: Warning: argument `name' of command @param is not found in the argument list of wxScrolledWindow::wxScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/event.h:1721: Warning: explicit link request to 'scrollbars' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/event.h:1721: Warning: explicit link request to 'sliders' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/srchctrl.h:51: Warning: argument `parent' of command @param is not found in the argument list of wxSearchCtrl::wxSearchCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/srchctrl.h:51: Warning: argument `id' of command @param is not found in the argument list of wxSearchCtrl::wxSearchCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/srchctrl.h:51: Warning: argument `value' of command @param is not found in the argument list of wxSearchCtrl::wxSearchCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/srchctrl.h:51: Warning: argument `pos' of command @param is not found in the argument list of wxSearchCtrl::wxSearchCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/srchctrl.h:51: Warning: argument `size' of command @param is not found in the argument list of wxSearchCtrl::wxSearchCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/srchctrl.h:51: Warning: argument `style' of command @param is not found in the argument list of wxSearchCtrl::wxSearchCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/srchctrl.h:51: Warning: argument `validator' of command @param is not found in the argument list of wxSearchCtrl::wxSearchCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/srchctrl.h:51: Warning: argument `name' of command @param is not found in the argument list of wxSearchCtrl::wxSearchCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/ipc.h:306: Warning: explicit link request to 'IPC' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/ptr_shrd.h:11: Warning: explicit link request to 'wxVector' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/ptr_shrd.h:19: Warning: explicit link request to 'wxWeakRef' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/ptr_shrd.h:19: Warning: explicit link request to 'wxObjectDataPtr' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/htmllbox.h:154: Warning: explicit link request to 'Append(const wxArrayString )' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/htmllbox.h:159: Warning: unable to resolve reference to `htmltagssupported_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/choicdlg.h:109: Warning: unable to resolve reference to `singlechoicedialog_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/snglinst.h:80: Warning: unable to resolve reference to `singleinstancecheckerwxsingleinstancechecker_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/gdicmn.h:616: Warning: unable to resolve reference to `sizeoperators_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/sizer.h:676: Warning: argument `sizer' of command @param is not found in the argument list of wxSizer::Add(wxWindow *window, const wxSizerFlags &flags)
+/home/frm/work/wxWidgets/include/interface/wx/sizer.h:676: Warning: argument `width' of command @param is not found in the argument list of wxSizer::Add(wxWindow *window, const wxSizerFlags &flags)
+/home/frm/work/wxWidgets/include/interface/wx/sizer.h:676: Warning: argument `proportion' of command @param is not found in the argument list of wxSizer::Add(wxWindow *window, const wxSizerFlags &flags)
+/home/frm/work/wxWidgets/include/interface/wx/sizer.h:676: Warning: argument `flag' of command @param is not found in the argument list of wxSizer::Add(wxWindow *window, const wxSizerFlags &flags)
+/home/frm/work/wxWidgets/include/interface/wx/sizer.h:676: Warning: argument `border' of command @param is not found in the argument list of wxSizer::Add(wxWindow *window, const wxSizerFlags &flags)
+/home/frm/work/wxWidgets/include/interface/wx/sizer.h:676: Warning: argument `userData' of command @param is not found in the argument list of wxSizer::Add(wxWindow *window, const wxSizerFlags &flags)
+/home/frm/work/wxWidgets/include/interface/wx/sizer.h:819: Warning: explicit link request to 'Add(size, size, 0)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/sizer.h:825: Warning: explicit link request to 'Add(0, 0, prop)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/sizer.h:879: Warning: explicit link request to 'wxList' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/sizer.h:880: Warning: unable to resolve reference to `sizeritem_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/sizer.h:943: Warning: argument `index.' of command @param is not found in the argument list of wxSizer::Insert(size_t index, wxWindow *window, const wxSizerFlags &flags)
+/home/frm/work/wxWidgets/include/interface/wx/sizer.h:943: Warning: The following parameters of wxSizer::Insert(size_t index, wxWindow *window, const wxSizerFlags &flags) are not documented:
+ parameter index
+ parameter window
+ parameter flags
+/home/frm/work/wxWidgets/include/interface/wx/sizer.h:973: Warning: explicit link request to 'Insert(size, size, 0)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/sizer.h:979: Warning: explicit link request to 'Insert(0, 0, prop)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/sizer.h:1023: Warning: explicit link request to 'Prepend(size, size, 0)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/sizer.h:1029: Warning: explicit link request to 'Prepend(0, 0, prop)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/slider.h:52: Warning: argument `parent' of command @param is not found in the argument list of wxSlider::wxSlider()
+/home/frm/work/wxWidgets/include/interface/wx/slider.h:52: Warning: argument `id' of command @param is not found in the argument list of wxSlider::wxSlider()
+/home/frm/work/wxWidgets/include/interface/wx/slider.h:52: Warning: argument `value' of command @param is not found in the argument list of wxSlider::wxSlider()
+/home/frm/work/wxWidgets/include/interface/wx/slider.h:52: Warning: argument `minValue' of command @param is not found in the argument list of wxSlider::wxSlider()
+/home/frm/work/wxWidgets/include/interface/wx/slider.h:52: Warning: argument `maxValue' of command @param is not found in the argument list of wxSlider::wxSlider()
+/home/frm/work/wxWidgets/include/interface/wx/slider.h:52: Warning: argument `size' of command @param is not found in the argument list of wxSlider::wxSlider()
+/home/frm/work/wxWidgets/include/interface/wx/slider.h:52: Warning: argument `style' of command @param is not found in the argument list of wxSlider::wxSlider()
+/home/frm/work/wxWidgets/include/interface/wx/slider.h:52: Warning: argument `validator' of command @param is not found in the argument list of wxSlider::wxSlider()
+/home/frm/work/wxWidgets/include/interface/wx/slider.h:52: Warning: argument `name' of command @param is not found in the argument list of wxSlider::wxSlider()
+/home/frm/work/wxWidgets/include/interface/wx/socket.h:489: Warning: explicit link request to 'WaitForLost' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/socket.h:612: Warning: unable to resolve reference to `socketbase_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/socket.h:889: Warning: unable to resolve reference to `socketbase_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/socket.h:396: Warning: unable to resolve reference to `samplesockets_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/socket.h:247: Warning: argument `local' of command @param is not found in the argument list of wxSocketClient::Connect(wxSockAddress &address, bool wait=true)
+/home/frm/work/wxWidgets/include/interface/wx/socket.h:281: Warning: argument `millisecond' of command @param is not found in the argument list of wxSocketClient::WaitOnConnect(long seconds=-1, long milliseconds=0)
+/home/frm/work/wxWidgets/include/interface/wx/socket.h:281: Warning: The following parameters of wxSocketClient::WaitOnConnect(long seconds=-1, long milliseconds=0) are not documented:
+ parameter milliseconds
+/home/frm/work/wxWidgets/include/interface/wx/socket.h:116: Warning: The following parameters of wxSocketServer::AcceptWith(wxSocketBase &socket, bool wait=true) are not documented:
+ parameter wait
+/home/frm/work/wxWidgets/include/interface/wx/sound.h:24: Warning: argument `fileName' of command @param is not found in the argument list of wxSound::wxSound()
+/home/frm/work/wxWidgets/include/interface/wx/sound.h:24: Warning: argument `isResource' of command @param is not found in the argument list of wxSound::wxSound()
+/home/frm/work/wxWidgets/include/interface/wx/spinbutt.h:76: Warning: argument `parent' of command @param is not found in the argument list of wxSpinButton::wxSpinButton()
+/home/frm/work/wxWidgets/include/interface/wx/spinbutt.h:76: Warning: argument `id' of command @param is not found in the argument list of wxSpinButton::wxSpinButton()
+/home/frm/work/wxWidgets/include/interface/wx/spinbutt.h:76: Warning: argument `pos' of command @param is not found in the argument list of wxSpinButton::wxSpinButton()
+/home/frm/work/wxWidgets/include/interface/wx/spinbutt.h:76: Warning: argument `size' of command @param is not found in the argument list of wxSpinButton::wxSpinButton()
+/home/frm/work/wxWidgets/include/interface/wx/spinbutt.h:76: Warning: argument `style' of command @param is not found in the argument list of wxSpinButton::wxSpinButton()
+/home/frm/work/wxWidgets/include/interface/wx/spinbutt.h:76: Warning: argument `name' of command @param is not found in the argument list of wxSpinButton::wxSpinButton()
+/home/frm/work/wxWidgets/include/interface/wx/spinctrl.h:31: Warning: argument `parent' of command @param is not found in the argument list of wxSpinCtrl::wxSpinCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/spinctrl.h:31: Warning: argument `value' of command @param is not found in the argument list of wxSpinCtrl::wxSpinCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/spinctrl.h:31: Warning: argument `id' of command @param is not found in the argument list of wxSpinCtrl::wxSpinCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/spinctrl.h:31: Warning: argument `pos' of command @param is not found in the argument list of wxSpinCtrl::wxSpinCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/spinctrl.h:31: Warning: argument `size' of command @param is not found in the argument list of wxSpinCtrl::wxSpinCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/spinctrl.h:31: Warning: argument `style' of command @param is not found in the argument list of wxSpinCtrl::wxSpinCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/spinctrl.h:31: Warning: argument `min' of command @param is not found in the argument list of wxSpinCtrl::wxSpinCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/spinctrl.h:31: Warning: argument `max' of command @param is not found in the argument list of wxSpinCtrl::wxSpinCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/spinctrl.h:31: Warning: argument `initial' of command @param is not found in the argument list of wxSpinCtrl::wxSpinCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/spinctrl.h:31: Warning: argument `name' of command @param is not found in the argument list of wxSpinCtrl::wxSpinCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/splitter.h:49: Warning: argument `parent' of command @param is not found in the argument list of wxSplitterWindow::wxSplitterWindow()
+/home/frm/work/wxWidgets/include/interface/wx/splitter.h:49: Warning: argument `id' of command @param is not found in the argument list of wxSplitterWindow::wxSplitterWindow()
+/home/frm/work/wxWidgets/include/interface/wx/splitter.h:49: Warning: argument `pos' of command @param is not found in the argument list of wxSplitterWindow::wxSplitterWindow()
+/home/frm/work/wxWidgets/include/interface/wx/splitter.h:49: Warning: argument `size' of command @param is not found in the argument list of wxSplitterWindow::wxSplitterWindow()
+/home/frm/work/wxWidgets/include/interface/wx/splitter.h:49: Warning: argument `style' of command @param is not found in the argument list of wxSplitterWindow::wxSplitterWindow()
+/home/frm/work/wxWidgets/include/interface/wx/splitter.h:49: Warning: argument `name' of command @param is not found in the argument list of wxSplitterWindow::wxSplitterWindow()
+/home/frm/work/wxWidgets/include/interface/wx/stdpaths.h:59: Warning: Illegal command \Documents as the argument of a \c command
+/home/frm/work/wxWidgets/include/interface/wx/stdpaths.h:59: Warning: Found unknown command `\All'
+/home/frm/work/wxWidgets/include/interface/wx/stdpaths.h:59: Warning: Found unknown command `\Application'
+/home/frm/work/wxWidgets/include/interface/wx/stdpaths.h:86: Warning: Illegal command \Documents as the argument of a \c command
+/home/frm/work/wxWidgets/include/interface/wx/stdpaths.h:86: Warning: Found unknown command `\Documents'
+/home/frm/work/wxWidgets/include/interface/wx/stdpaths.h:99: Warning: Illegal command \Programs as the argument of a \c command
+/home/frm/work/wxWidgets/include/interface/wx/stdpaths.h:99: Warning: Found unknown command `\AppFolder'
+/home/frm/work/wxWidgets/include/interface/wx/stdpaths.h:99: Warning: Found unknown command `\exename'
+/home/frm/work/wxWidgets/include/interface/wx/stdpaths.h:188: Warning: Illegal command \Documents as the argument of a \c command
+/home/frm/work/wxWidgets/include/interface/wx/stdpaths.h:188: Warning: Found unknown command `\Application'
+/home/frm/work/wxWidgets/include/interface/wx/stdpaths.h:201: Warning: Illegal command \Documents as the argument of a \c command
+/home/frm/work/wxWidgets/include/interface/wx/stdpaths.h:201: Warning: Found unknown command `\Application'
+/home/frm/work/wxWidgets/include/interface/wx/stdpaths.h:213: Warning: Illegal command \Documents as the argument of a \c command
+/home/frm/work/wxWidgets/include/interface/wx/stdpaths.h:213: Warning: Found unknown command `\Local'
+/home/frm/work/wxWidgets/include/interface/wx/stdpaths.h:213: Warning: Found unknown command `\Application'
+/home/frm/work/wxWidgets/include/interface/wx/stdpaths.h:16: Warning: Illegal command \Win2003 as the argument of a \c command
+/home/frm/work/wxWidgets/include/interface/wx/stdpaths.h:17: Warning: Illegal command \Windows as the argument of a \c command
+/home/frm/work/wxWidgets/include/interface/wx/statbmp.h:27: Warning: argument `parent' of command @param is not found in the argument list of wxStaticBitmap::wxStaticBitmap()
+/home/frm/work/wxWidgets/include/interface/wx/statbmp.h:27: Warning: argument `id' of command @param is not found in the argument list of wxStaticBitmap::wxStaticBitmap()
+/home/frm/work/wxWidgets/include/interface/wx/statbmp.h:27: Warning: argument `label' of command @param is not found in the argument list of wxStaticBitmap::wxStaticBitmap()
+/home/frm/work/wxWidgets/include/interface/wx/statbmp.h:27: Warning: argument `pos' of command @param is not found in the argument list of wxStaticBitmap::wxStaticBitmap()
+/home/frm/work/wxWidgets/include/interface/wx/statbmp.h:27: Warning: argument `size' of command @param is not found in the argument list of wxStaticBitmap::wxStaticBitmap()
+/home/frm/work/wxWidgets/include/interface/wx/statbmp.h:27: Warning: argument `style' of command @param is not found in the argument list of wxStaticBitmap::wxStaticBitmap()
+/home/frm/work/wxWidgets/include/interface/wx/statbmp.h:27: Warning: argument `name' of command @param is not found in the argument list of wxStaticBitmap::wxStaticBitmap()
+/home/frm/work/wxWidgets/include/interface/wx/statbox.h:34: Warning: argument `parent' of command @param is not found in the argument list of wxStaticBox::wxStaticBox()
+/home/frm/work/wxWidgets/include/interface/wx/statbox.h:34: Warning: argument `id' of command @param is not found in the argument list of wxStaticBox::wxStaticBox()
+/home/frm/work/wxWidgets/include/interface/wx/statbox.h:34: Warning: argument `label' of command @param is not found in the argument list of wxStaticBox::wxStaticBox()
+/home/frm/work/wxWidgets/include/interface/wx/statbox.h:34: Warning: argument `pos' of command @param is not found in the argument list of wxStaticBox::wxStaticBox()
+/home/frm/work/wxWidgets/include/interface/wx/statbox.h:34: Warning: argument `size' of command @param is not found in the argument list of wxStaticBox::wxStaticBox()
+/home/frm/work/wxWidgets/include/interface/wx/statbox.h:34: Warning: argument `style' of command @param is not found in the argument list of wxStaticBox::wxStaticBox()
+/home/frm/work/wxWidgets/include/interface/wx/statbox.h:34: Warning: argument `name' of command @param is not found in the argument list of wxStaticBox::wxStaticBox()
+/home/frm/work/wxWidgets/include/interface/wx/statline.h:31: Warning: argument `parent' of command @param is not found in the argument list of wxStaticLine::wxStaticLine()
+/home/frm/work/wxWidgets/include/interface/wx/statline.h:31: Warning: argument `id' of command @param is not found in the argument list of wxStaticLine::wxStaticLine()
+/home/frm/work/wxWidgets/include/interface/wx/statline.h:31: Warning: argument `pos' of command @param is not found in the argument list of wxStaticLine::wxStaticLine()
+/home/frm/work/wxWidgets/include/interface/wx/statline.h:31: Warning: argument `size' of command @param is not found in the argument list of wxStaticLine::wxStaticLine()
+/home/frm/work/wxWidgets/include/interface/wx/statline.h:31: Warning: argument `style' of command @param is not found in the argument list of wxStaticLine::wxStaticLine()
+/home/frm/work/wxWidgets/include/interface/wx/statline.h:31: Warning: argument `name' of command @param is not found in the argument list of wxStaticLine::wxStaticLine()
+/home/frm/work/wxWidgets/include/interface/wx/stattext.h:179: Warning: expected whitespace after c command
+/home/frm/work/wxWidgets/include/interface/wx/stattext.h:181: Warning: expected whitespace after c command
+/home/frm/work/wxWidgets/include/interface/wx/stattext.h:191: Warning: expected whitespace after c command
+/home/frm/work/wxWidgets/include/interface/wx/stattext.h:195: Warning: expected whitespace after c command
+/home/frm/work/wxWidgets/include/interface/wx/stattext.h:49: Warning: argument `parent' of command @param is not found in the argument list of wxStaticText::wxStaticText()
+/home/frm/work/wxWidgets/include/interface/wx/stattext.h:49: Warning: argument `id' of command @param is not found in the argument list of wxStaticText::wxStaticText()
+/home/frm/work/wxWidgets/include/interface/wx/stattext.h:49: Warning: argument `label' of command @param is not found in the argument list of wxStaticText::wxStaticText()
+/home/frm/work/wxWidgets/include/interface/wx/stattext.h:49: Warning: argument `pos' of command @param is not found in the argument list of wxStaticText::wxStaticText()
+/home/frm/work/wxWidgets/include/interface/wx/stattext.h:49: Warning: argument `size' of command @param is not found in the argument list of wxStaticText::wxStaticText()
+/home/frm/work/wxWidgets/include/interface/wx/stattext.h:49: Warning: argument `style' of command @param is not found in the argument list of wxStaticText::wxStaticText()
+/home/frm/work/wxWidgets/include/interface/wx/stattext.h:49: Warning: argument `name' of command @param is not found in the argument list of wxStaticText::wxStaticText()
+/home/frm/work/wxWidgets/include/interface/wx/statusbr.h:39: Warning: argument `parent' of command @param is not found in the argument list of wxStatusBar::wxStatusBar()
+/home/frm/work/wxWidgets/include/interface/wx/statusbr.h:39: Warning: argument `id' of command @param is not found in the argument list of wxStatusBar::wxStatusBar()
+/home/frm/work/wxWidgets/include/interface/wx/statusbr.h:39: Warning: argument `style' of command @param is not found in the argument list of wxStatusBar::wxStatusBar()
+/home/frm/work/wxWidgets/include/interface/wx/statusbr.h:39: Warning: argument `name' of command @param is not found in the argument list of wxStatusBar::wxStatusBar()
+/home/frm/work/wxWidgets/include/interface/wx/statusbr.h:32: Warning: unable to resolve reference to `samplestatbar_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/string.h:967: Warning: unable to resolve reference to `stringoperatorout_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/string.h:973: Warning: explicit link request to 'wchar_string' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/string.h:976: Warning: explicit link request to 'wchar_string' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/string.h:247: Warning: explicit link request to 'overview' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/string.h:258: Warning: unable to resolve reference to `stringoperatorbracket_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/string.h:268: Warning: unable to resolve reference to `stringoperatorconstcharpt_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/string.h:350: Warning: unable to resolve reference to `stringoperatorout_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/string.h:352: Warning: unable to resolve reference to `stringplusequal_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/string.h:354: Warning: unable to resolve reference to `stringoperatorplus_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/string.h:366: Warning: unable to resolve reference to `stringoperatorassign_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/string.h:993: Warning: explicit link request to 'cWC2MB' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/string.h:1067: Warning: Found unknown command `\NULLness'
+/home/frm/work/wxWidgets/include/interface/wx/string.h:1045: Warning: unable to resolve reference to `stringconstruct_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/string.h:805: Warning: explicit link request to 'operator()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/string.h:1091: Warning: explicit link request to 'cMB2WC' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/string.h:106: Warning: explicit link request to 'MB2WC' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/string.h:446: Warning: unable to resolve reference to `stringconstruct_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/string.h:49: Warning: explicit link request to 'GetWriteBuf' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/string.h:56: Warning: explicit link request to 'UngetWriteBuf' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/string.h:1198: Warning: explicit link request to 'GetWriteBuf' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/string.h:1205: Warning: explicit link request to 'UngetWriteBuf' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/tokenzr.h:41: Warning: explicit link request to 'constructor' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/tarstrm.h:80: Warning: unable to resolve reference to `arcgeneric_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/tarstrm.h:248: Warning: explicit link request to 'TypeFlag' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/tarstrm.h:257: Warning: explicit link request to 'permissions' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/tarstrm.h:260: Warning: unable to resolve reference to `tarentryunamegname_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/tarstrm.h:268: Warning: explicit link request to 'permissions' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/tarstrm.h:278: Warning: explicit link request to 'TypeFlag' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/tarstrm.h:286: Warning: unable to resolve reference to `tarentryunamegname_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/tarstrm.h:27: Warning: unable to resolve reference to `arcbyname_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/tarstrm.h:183: Warning: explicit link request to 'constructor' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/file.h:36: Warning: explicit link request to 'write' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/textctrl.h:10: Warning: explicit link request to 'wxRichTextCtrl' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/textctrl.h:22: Warning: explicit link request to 'wxRichTextCtrl' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/textctrl.h:846: Warning: unable to resolve reference to `progevent_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/textctrl.h:1015: Warning: Found unknown command `\r'
+/home/frm/work/wxWidgets/include/interface/wx/textctrl.h:709: Warning: argument `parent' of command @param is not found in the argument list of wxTextCtrl::wxTextCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/textctrl.h:709: Warning: argument `id' of command @param is not found in the argument list of wxTextCtrl::wxTextCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/textctrl.h:709: Warning: argument `value' of command @param is not found in the argument list of wxTextCtrl::wxTextCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/textctrl.h:709: Warning: argument `pos' of command @param is not found in the argument list of wxTextCtrl::wxTextCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/textctrl.h:709: Warning: argument `size' of command @param is not found in the argument list of wxTextCtrl::wxTextCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/textctrl.h:709: Warning: argument `style' of command @param is not found in the argument list of wxTextCtrl::wxTextCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/textctrl.h:709: Warning: argument `validator' of command @param is not found in the argument list of wxTextCtrl::wxTextCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/textctrl.h:709: Warning: argument `name' of command @param is not found in the argument list of wxTextCtrl::wxTextCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/textdlg.h:45: Warning: The following parameters of wxTextEntryDialog::wxTextEntryDialog(wxWindow *parent, const wxString &message, const wxString &caption="Please enter text", const wxString &defaultValue="", long style=wxOK|wxCANCEL|wxCENTRE, const wxPoint &pos=wxDefaultPosition) are not documented:
+ parameter caption
+/home/frm/work/wxWidgets/include/interface/wx/textdlg.h:38: Warning: unable to resolve reference to `textentrydialog_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/textfile.h:92: Warning: explicit link request to 'constructor' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/textfile.h:207: Warning: explicit link request to 'constructor' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/txtstrm.h:58: Warning: argument `conv' of command @param is not found in the argument list of wxTextInputStream::wxTextInputStream(wxInputStream &stream, const wxString &sep=" \t")
+/home/frm/work/wxWidgets/include/interface/wx/txtstrm.h:202: Warning: argument `conv' of command @param is not found in the argument list of wxTextOutputStream::wxTextOutputStream(wxOutputStream &stream, wxEOL mode=wxEOL_NATIVE)
+/home/frm/work/wxWidgets/include/interface/wx/valtext.h:26: Warning: argument `style' of command @param is not found in the argument list of wxTextValidator::wxTextValidator(const wxTextValidator &validator)
+/home/frm/work/wxWidgets/include/interface/wx/valtext.h:26: Warning: argument `valPtr' of command @param is not found in the argument list of wxTextValidator::wxTextValidator(const wxTextValidator &validator)
+/home/frm/work/wxWidgets/include/interface/wx/valtext.h:26: Warning: The following parameters of wxTextValidator::wxTextValidator(const wxTextValidator &validator) are not documented:
+ parameter validator
+/home/frm/work/wxWidgets/include/interface/wx/thread.h:407: Warning: unable to resolve reference to `deletionwxthread_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/thread.h:448: Warning: explicit link request to 'mutexes' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/thread.h:562: Warning: explicit link request to 'killed' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/thread.h:722: Warning: unable to resolve reference to `deletionwxthread_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/thread.h:631: Warning: explicit link request to 'wxSleep' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/thread.h:323: Warning: explicit link request to 'mutexes' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/thread.h:323: Warning: unable to resolve reference to `criticalsection_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/timer.h:69: Warning: unable to resolve reference to `timerevent_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/timer.h:94: Warning: unable to resolve reference to `timerevent_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/tipdlg.h:42: Warning: explicit link request to 'wxShowTip' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/tipdlg.h:9: Warning: explicit link request to 'wxShowTip' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/tglbtn.h:96: Warning: argument `parent' of command @param is not found in the argument list of wxToggleButton::wxToggleButton()
+/home/frm/work/wxWidgets/include/interface/wx/tglbtn.h:96: Warning: argument `id' of command @param is not found in the argument list of wxToggleButton::wxToggleButton()
+/home/frm/work/wxWidgets/include/interface/wx/tglbtn.h:96: Warning: argument `label' of command @param is not found in the argument list of wxToggleButton::wxToggleButton()
+/home/frm/work/wxWidgets/include/interface/wx/tglbtn.h:96: Warning: argument `pos' of command @param is not found in the argument list of wxToggleButton::wxToggleButton()
+/home/frm/work/wxWidgets/include/interface/wx/tglbtn.h:96: Warning: argument `size' of command @param is not found in the argument list of wxToggleButton::wxToggleButton()
+/home/frm/work/wxWidgets/include/interface/wx/tglbtn.h:96: Warning: argument `style' of command @param is not found in the argument list of wxToggleButton::wxToggleButton()
+/home/frm/work/wxWidgets/include/interface/wx/tglbtn.h:96: Warning: argument `validator' of command @param is not found in the argument list of wxToggleButton::wxToggleButton()
+/home/frm/work/wxWidgets/include/interface/wx/tglbtn.h:96: Warning: argument `name' of command @param is not found in the argument list of wxToggleButton::wxToggleButton()
+/home/frm/work/wxWidgets/include/interface/wx/tglbtn.h:77: Warning: explicit link request to 'controls' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/toolbar.h:160: Warning: argument `bitmap2' of command @param is not found in the argument list of wxToolBar::AddTool(int toolId, const wxString &label, const wxBitmap &bitmap1, const wxString &shortHelpString="", wxItemKind kind=wxITEM_NORMAL)
+/home/frm/work/wxWidgets/include/interface/wx/toolbar.h:160: Warning: argument `longHelpString' of command @param is not found in the argument list of wxToolBar::AddTool(int toolId, const wxString &label, const wxBitmap &bitmap1, const wxString &shortHelpString="", wxItemKind kind=wxITEM_NORMAL)
+/home/frm/work/wxWidgets/include/interface/wx/toolbar.h:160: Warning: argument `clientData' of command @param is not found in the argument list of wxToolBar::AddTool(int toolId, const wxString &label, const wxBitmap &bitmap1, const wxString &shortHelpString="", wxItemKind kind=wxITEM_NORMAL)
+/home/frm/work/wxWidgets/include/interface/wx/toolbar.h:160: Warning: argument `tool' of command @param is not found in the argument list of wxToolBar::AddTool(int toolId, const wxString &label, const wxBitmap &bitmap1, const wxString &shortHelpString="", wxItemKind kind=wxITEM_NORMAL)
+/home/frm/work/wxWidgets/include/interface/wx/toolbar.h:160: Warning: The following parameters of wxToolBar::AddTool(int toolId, const wxString &label, const wxBitmap &bitmap1, const wxString &shortHelpString="", wxItemKind kind=wxITEM_NORMAL) are not documented:
+ parameter label
+/home/frm/work/wxWidgets/include/interface/wx/toolbar.h:527: Warning: argument `x' of command @param is not found in the argument list of wxToolBar::SetMargins(const wxSize &size)
+/home/frm/work/wxWidgets/include/interface/wx/toolbar.h:527: Warning: argument `y' of command @param is not found in the argument list of wxToolBar::SetMargins(const wxSize &size)
+/home/frm/work/wxWidgets/include/interface/wx/toolbar.h:63: Warning: argument `parent' of command @param is not found in the argument list of wxToolBar::wxToolBar()
+/home/frm/work/wxWidgets/include/interface/wx/toolbar.h:63: Warning: argument `id' of command @param is not found in the argument list of wxToolBar::wxToolBar()
+/home/frm/work/wxWidgets/include/interface/wx/toolbar.h:63: Warning: argument `pos' of command @param is not found in the argument list of wxToolBar::wxToolBar()
+/home/frm/work/wxWidgets/include/interface/wx/toolbar.h:63: Warning: argument `size' of command @param is not found in the argument list of wxToolBar::wxToolBar()
+/home/frm/work/wxWidgets/include/interface/wx/toolbar.h:63: Warning: argument `style' of command @param is not found in the argument list of wxToolBar::wxToolBar()
+/home/frm/work/wxWidgets/include/interface/wx/toolbar.h:63: Warning: argument `name' of command @param is not found in the argument list of wxToolBar::wxToolBar()
+/home/frm/work/wxWidgets/include/interface/wx/toolbook.h:16: Warning: unable to resolve reference to `samplenotebook_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/toolbook.h:33: Warning: explicit link request to 'wxBookCtrl' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/toolbook.h:33: Warning: unable to resolve reference to `samplenotebook_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/toplevel.h:274: Warning: argument `incSize' of command @param is not found in the argument list of wxTopLevelWindow::SetSizeHints(int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1)
+/home/frm/work/wxWidgets/include/interface/wx/toplevel.h:274: Warning: The following parameters of wxTopLevelWindow::SetSizeHints(int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) are not documented:
+ parameter minW
+ parameter minH
+ parameter maxW
+ parameter maxH
+/home/frm/work/wxWidgets/include/interface/wx/treebook.h:142: Warning: unable to resolve reference to `progevent_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/treebook.h:80: Warning: argument `parent' of command @param is not found in the argument list of wxTreebook::wxTreebook()
+/home/frm/work/wxWidgets/include/interface/wx/treebook.h:80: Warning: argument `id' of command @param is not found in the argument list of wxTreebook::wxTreebook()
+/home/frm/work/wxWidgets/include/interface/wx/treebook.h:80: Warning: argument `pos' of command @param is not found in the argument list of wxTreebook::wxTreebook()
+/home/frm/work/wxWidgets/include/interface/wx/treebook.h:80: Warning: argument `size' of command @param is not found in the argument list of wxTreebook::wxTreebook()
+/home/frm/work/wxWidgets/include/interface/wx/treebook.h:80: Warning: argument `style' of command @param is not found in the argument list of wxTreebook::wxTreebook()
+/home/frm/work/wxWidgets/include/interface/wx/treebook.h:80: Warning: argument `name' of command @param is not found in the argument list of wxTreebook::wxTreebook()
+/home/frm/work/wxWidgets/include/interface/wx/treebook.h:73: Warning: unable to resolve reference to `samplenotebook_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/treectrl.h:133: Warning: argument `parent' of command @param is not found in the argument list of wxTreeCtrl::wxTreeCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/treectrl.h:133: Warning: argument `id' of command @param is not found in the argument list of wxTreeCtrl::wxTreeCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/treectrl.h:133: Warning: argument `pos' of command @param is not found in the argument list of wxTreeCtrl::wxTreeCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/treectrl.h:133: Warning: argument `size' of command @param is not found in the argument list of wxTreeCtrl::wxTreeCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/treectrl.h:133: Warning: argument `style' of command @param is not found in the argument list of wxTreeCtrl::wxTreeCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/treectrl.h:133: Warning: argument `validator' of command @param is not found in the argument list of wxTreeCtrl::wxTreeCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/treectrl.h:133: Warning: argument `name' of command @param is not found in the argument list of wxTreeCtrl::wxTreeCtrl()
+/home/frm/work/wxWidgets/include/interface/wx/uri.h:66: Warning: argument `uri.' of command @param is not found in the argument list of wxURI::Create(const wxString uri)
+/home/frm/work/wxWidgets/include/interface/wx/uri.h:66: Warning: The following parameters of wxURI::Create(const wxString uri) are not documented:
+ parameter uri
+/home/frm/work/wxWidgets/include/interface/wx/uri.h:335: Warning: argument `otherwise' of command @param is not found in the argument list of wxURI::operator==(const wxURI &uricomp)
+/home/frm/work/wxWidgets/include/interface/wx/uri.h:325: Warning: explicit link request to 'HasUserInfo' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/uri.h:38: Warning: argument `uri' of command @param is not found in the argument list of wxURI::wxURI()
+/home/frm/work/wxWidgets/include/interface/wx/url.h:22: Warning: explicit link request to 'wxProtocol' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:734: Warning: explicit link request to 'OnGetColumnWidth()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/variant.h:190: Warning: explicit link request to 'IncRef' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/variant.h:191: Warning: explicit link request to 'DecRef' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/variant.h:132: Warning: explicit link request to 'DecRef' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/variant.h:133: Warning: unable to resolve reference to `refcountdestruct_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/variant.h:396: Warning: unable to resolve reference to `refcount_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/vector.h:124: Warning: explicit link request to 'size' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/docview.h:688: Warning: unable to resolve reference to `view_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:523: Warning: unable to resolve reference to `vscrolledwindowwxvscrolledwindow_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:490: Warning: argument `parent' of command @param is not found in the argument list of wxVScrolledWindow::wxVScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:490: Warning: argument `id' of command @param is not found in the argument list of wxVScrolledWindow::wxVScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:490: Warning: argument `pos' of command @param is not found in the argument list of wxVScrolledWindow::wxVScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:490: Warning: argument `size' of command @param is not found in the argument list of wxVScrolledWindow::wxVScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:490: Warning: argument `style' of command @param is not found in the argument list of wxVScrolledWindow::wxVScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:490: Warning: argument `name' of command @param is not found in the argument list of wxVScrolledWindow::wxVScrolledWindow()
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:467: Warning: explicit link request to 'OnGetRowHeight()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:468: Warning: explicit link request to 'SetRowCount' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:472: Warning: explicit link request to 'GetVisibleRowsBegin()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/vscroll.h:473: Warning: explicit link request to 'GetVisibleRowsEnd()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/weakref.h:25: Warning: explicit link request to 'wxWeakRef' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/weakref.h:58: Warning: explicit link request to 'wxSharedPtr' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/window.h:312: Warning: argument `pt' of command @param is not found in the argument list of wxWindow::ClientToScreen(int *x, int *y)
+/home/frm/work/wxWidgets/include/interface/wx/window.h:657: Warning: explicit link request to 'caret' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/window.h:673: Warning: explicit link request to 'wxList' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/window.h:916: Warning: argument `x' of command @param is not found in the argument list of wxWindow::GetPopupMenuSelectionFromUser(wxMenu &menu, const wxPoint &pos)
+/home/frm/work/wxWidgets/include/interface/wx/window.h:916: Warning: argument `y' of command @param is not found in the argument list of wxWindow::GetPopupMenuSelectionFromUser(wxMenu &menu, const wxPoint &pos)
+/home/frm/work/wxWidgets/include/interface/wx/window.h:1144: Warning: explicit link request to 'SafelyProcessEvent(event)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/window.h:1230: Warning: explicit link request to 'default' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/window.h:1373: Warning: explicit link request to 'ScrollLines(1)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/window.h:1390: Warning: argument `pt' of command @param is not found in the argument list of wxWindow::Move(int x, int y)
+/home/frm/work/wxWidgets/include/interface/wx/window.h:1513: Warning: argument `x' of command @param is not found in the argument list of wxWindow::PopupMenu(wxMenu *menu, const wxPoint &pos=wxDefaultPosition)
+/home/frm/work/wxWidgets/include/interface/wx/window.h:1513: Warning: argument `y' of command @param is not found in the argument list of wxWindow::PopupMenu(wxMenu *menu, const wxPoint &pos=wxDefaultPosition)
+/home/frm/work/wxWidgets/include/interface/wx/window.h:1683: Warning: argument `pt' of command @param is not found in the argument list of wxWindow::ScreenToClient(int *x, int *y)
+/home/frm/work/wxWidgets/include/interface/wx/window.h:1823: Warning: explicit link request to 'caret' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/window.h:1828: Warning: argument `size' of command @param is not found in the argument list of wxWindow::SetClientSize(int width, int height)
+/home/frm/work/wxWidgets/include/interface/wx/window.h:1931: Warning: unable to resolve reference to `eventprocessing_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/window.h:2190: Warning: argument `size' of command @param is not found in the argument list of wxWindow::SetSize(int x, int y, int width, int height, int sizeFlags=wxSIZE_AUTO)
+/home/frm/work/wxWidgets/include/interface/wx/window.h:2190: Warning: argument `rect' of command @param is not found in the argument list of wxWindow::SetSize(int x, int y, int width, int height, int sizeFlags=wxSIZE_AUTO)
+/home/frm/work/wxWidgets/include/interface/wx/window.h:2341: Warning: argument `minSize' of command @param is not found in the argument list of wxWindow::SetVirtualSizeHints(int minW, int minH, int maxW=-1, int maxH=-1)
+/home/frm/work/wxWidgets/include/interface/wx/window.h:2341: Warning: argument `maxSize' of command @param is not found in the argument list of wxWindow::SetVirtualSizeHints(int minW, int minH, int maxW=-1, int maxH=-1)
+/home/frm/work/wxWidgets/include/interface/wx/window.h:2564: Warning: explicit link request to 'wxUpdateUIEvents' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/window.h:136: Warning: argument `parent' of command @param is not found in the argument list of wxWindow::wxWindow()
+/home/frm/work/wxWidgets/include/interface/wx/window.h:136: Warning: argument `id' of command @param is not found in the argument list of wxWindow::wxWindow()
+/home/frm/work/wxWidgets/include/interface/wx/window.h:136: Warning: argument `pos' of command @param is not found in the argument list of wxWindow::wxWindow()
+/home/frm/work/wxWidgets/include/interface/wx/window.h:136: Warning: argument `size' of command @param is not found in the argument list of wxWindow::wxWindow()
+/home/frm/work/wxWidgets/include/interface/wx/window.h:136: Warning: argument `style' of command @param is not found in the argument list of wxWindow::wxWindow()
+/home/frm/work/wxWidgets/include/interface/wx/window.h:136: Warning: argument `name' of command @param is not found in the argument list of wxWindow::wxWindow()
+/home/frm/work/wxWidgets/include/interface/wx/window.h:1463: Warning: explicit link request to 'wxWindowIDRef' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/wupdlock.h:11: Warning: explicit link request to 'Thaw' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/wupdlock.h:28: Warning: explicit link request to 'Freeze' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/wupdlock.h:28: Warning: explicit link request to 'Thaw' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/wizard.h:380: Warning: explicit link request to 'page' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/wizard.h:390: Warning: explicit link request to 'page' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/wizard.h:215: Warning: argument `parent' of command @param is not found in the argument list of wxWizard::wxWizard()
+/home/frm/work/wxWidgets/include/interface/wx/wizard.h:215: Warning: argument `id' of command @param is not found in the argument list of wxWizard::wxWizard()
+/home/frm/work/wxWidgets/include/interface/wx/wizard.h:215: Warning: argument `title' of command @param is not found in the argument list of wxWizard::wxWizard()
+/home/frm/work/wxWidgets/include/interface/wx/wizard.h:215: Warning: argument `bitmap' of command @param is not found in the argument list of wxWizard::wxWizard()
+/home/frm/work/wxWidgets/include/interface/wx/wizard.h:215: Warning: argument `pos' of command @param is not found in the argument list of wxWizard::wxWizard()
+/home/frm/work/wxWidgets/include/interface/wx/wizard.h:215: Warning: argument `style' of command @param is not found in the argument list of wxWizard::wxWizard()
+/home/frm/work/wxWidgets/include/interface/wx/wizard.h:201: Warning: unable to resolve reference to `autoscrollingdialogs_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/wizard.h:208: Warning: unable to resolve reference to `samplewizard_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/wizard.h:83: Warning: explicit link request to 'wizard' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/wizard.h:91: Warning: unable to resolve reference to `samplewizard_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/wizard.h:49: Warning: explicit link request to 'constructor' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/wizard.h:25: Warning: unable to resolve reference to `samplewizard_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/wizard.h:136: Warning: unable to resolve reference to `samplewizard_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/intl.h:399: Warning: explicit link request to 'Introduction' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/intl.h:400: Warning: explicit link request to 'Availability' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/intl.h:401: Warning: unable to resolve reference to `topic5_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/zipstrm.h:299: Warning: unable to resolve reference to `arcgeneric_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/zipstrm.h:84: Warning: explicit link request to 'IsReadOnly' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/zipstrm.h:86: Warning: explicit link request to 'IsDir' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/zipstrm.h:88: Warning: explicit link request to 'Get' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/zipstrm.h:169: Warning: unable to resolve reference to `arcbyname_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/zipstrm.h:189: Warning: explicit link request to 'notifier' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/zipstrm.h:192: Warning: explicit link request to 'OnEntryUpdated' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/zipstrm.h:199: Warning: unable to resolve reference to `arcnoseek_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/zipstrm.h:19: Warning: unable to resolve reference to `arcnoseek_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/zipstrm.h:26: Warning: unable to resolve reference to `arcnoseek_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/aboutdlg.h:201: Warning: unable to resolve reference to `sampledialogs_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/aboutdlg.h:214: Warning: unable to resolve reference to `sampledialogs_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/app.h:612: Warning: explicit link request to 'wxIMPLEMENT_APP' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/base64.h:41: Warning: explicit link request to 'wxBase64DecodedSize(srcLen)' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/dnd.h:343: Warning: unable to resolve reference to `dropsourcewxdropsource_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/functions.h:859: Warning: explicit link request to '_T()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/functions.h:1291: Warning: explicit link request to 'wx_truncate_cast' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/functions.h:595: Warning: unable to resolve reference to `compiletimeassert_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/functions.h:1351: Warning: explicit link request to 'wxCOMPILE_TIME_ASSERT2' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/functions.h:1199: Warning: explicit link request to 'wxCOMPILE_TIME_ASSERT2' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/functions.h:1202: Warning: explicit link request to 'above' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/functions.h:1428: Warning: unable to resolve reference to `criticalsectionlocker_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/functions.h:570: Warning: explicit link request to 'wxDEPRECATED' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/functions.h:155: Warning: argument `type' of command @param is not found in the argument list of wxDYNLIB_FUNCTION(type, name, dynlib)
+/home/frm/work/wxWidgets/include/interface/wx/functions.h:155: Warning: argument `name' of command @param is not found in the argument list of wxDYNLIB_FUNCTION(type, name, dynlib)
+/home/frm/work/wxWidgets/include/interface/wx/functions.h:155: Warning: argument `dynlib' of command @param is not found in the argument list of wxDYNLIB_FUNCTION(type, name, dynlib)
+/home/frm/work/wxWidgets/include/interface/wx/functions.h:1511: Warning: explicit link request to 'cs.Enter()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/functions.h:1448: Warning: explicit link request to 'wxDEPRECATED' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/functions.h:1377: Warning: explicit link request to 'locale' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/functions.h:1396: Warning: unable to resolve reference to `SEC150_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/functions.h:1404: Warning: explicit link request to '_T()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/functions.h:1277: Warning: explicit link request to 'cs.Leave()' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/functions.h:744: Warning: explicit link request to 'AddTraceMask' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/functions.h:765: Warning: explicit link request to 'SetTraceMask' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/functions.h:1280: Warning: explicit link request to 'wxUnsetEnv' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/gdicmn.h:734: Warning: explicit link request to 'ifdefs' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/gdicmn.h:725: Warning: explicit link request to 'ifdefs' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/memory.h:269: Warning: unable to resolve reference to `logfunctions_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/memory.h:261: Warning: unable to resolve reference to `logfunctions_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/memory.h:249: Warning: unable to resolve reference to `logfunctions_overview' for \ref command
+/home/frm/work/wxWidgets/include/interface/wx/scopeguard.h:32: Warning: explicit link request to 'wxON_BLOCK_EXIT_OBJ' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/scopeguard.h:9: Warning: explicit link request to 'wxON_BLOCK_EXIT' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/tipdlg.h:73: Warning: explicit link request to 'wxShowTip' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/utils.h:169: Warning: explicit link request to 'Log' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/utils.h:147: Warning: explicit link request to 'wxBeginBusyCursor' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/utils.h:149: Warning: explicit link request to 'wxIsBusy' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/utils.h:114: Warning: explicit link request to 'wxError' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/utils.h:211: Warning: explicit link request to 'wxGetUserHome' could not be resolved
+/home/frm/work/wxWidgets/include/interface/wx/utils.h:103: Warning: explicit link request to 'wxGetUserName' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:71: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:95: Warning: unable to resolve reference to `commondialogsoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:146: Warning: Found unknown command `\it'
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:146: Warning: expected whitespace after c command
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:183: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:198: Warning: unable to resolve reference to `sizeroverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:210: Warning: unable to resolve reference to `constraintsoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:223: Warning: unable to resolve reference to `dcoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:229: Warning: Found unknown command `\textbf'
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:231: Warning: Found unknown command `\textbf'
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:232: Warning: Found unknown command `\bf'
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:233: Warning: Found unknown command `\bf'
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:245: Warning: unable to resolve reference to `wxbitmapoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:269: Warning: unable to resolve reference to `eventhandlingoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:275: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:282: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:283: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:287: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:312: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:313: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:325: Warning: unable to resolve reference to `validatoroverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:358: Warning: unable to resolve reference to `wxcontaineroverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:364: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:382: Warning: unable to resolve reference to `runtimeclassoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:393: Warning: unable to resolve reference to `wxlogoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:396: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:401: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:408: Warning: Found unknown command `\twocolitem'
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:408: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:409: Warning: Found unknown command `\tt'
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:409: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:414: Warning: unable to resolve reference to `debuggingoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:421: Warning: Found unknown command `\_NEW'
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:445: Warning: unable to resolve reference to `ipcoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:456: Warning: unable to resolve reference to `docviewoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:472: Warning: unable to resolve reference to `printingoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:493: Warning: unable to resolve reference to `wxdndoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:560: Warning: unable to resolve reference to `wxthreadoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:637: Warning: unable to resolve reference to `xrcoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/categories.h:685: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/copyright.h:112: Warning: found subsection command outside of section context!
+/home/frm/work/wxWidgets/docs/doxygen/copyright.h:256: Warning: Found unknown command `\begin'
+/home/frm/work/wxWidgets/docs/doxygen/copyright.h:279: Warning: Found unknown command `\end'
+/home/frm/work/wxWidgets/docs/doxygen/copyright.h:377: Warning: Found unknown command `\begin'
+/home/frm/work/wxWidgets/docs/doxygen/copyright.h:401: Warning: Found unknown command `\end'
+/home/frm/work/wxWidgets/docs/doxygen/copyright.h:425: Warning: Found unknown command `\begin'
+/home/frm/work/wxWidgets/docs/doxygen/copyright.h:434: Warning: Found unknown command `\end'
+/home/frm/work/wxWidgets/docs/doxygen/copyright.h:522: Warning: Found unknown command `\begin'
+/home/frm/work/wxWidgets/docs/doxygen/copyright.h:524: Warning: Found unknown command `\end'
+/home/frm/work/wxWidgets/docs/doxygen/copyright.h:552: Warning: found subsection command outside of section context!
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:31: Warning: Found unknown command `\tt'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:54: Warning: Found unknown command `\tt'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:54: Warning: Found unknown command `\tt'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:67: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:74: Warning: Found unknown command `\rtfsp'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:74: Warning: Found unknown command `\tt'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:77: Warning: Found unknown command `\tt'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:140: Warning: Found unknown command `\normalbox'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:140: Warning: Found unknown command `\it'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:147: Warning: Found unknown command `\it'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:147: Warning: Found unknown command `\it'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:151: Warning: Found unknown command `\bf'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:151: Warning: Found unknown command `\bf'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:161: Warning: Found unknown command `\it'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:187: Warning: Found unknown command `\_ORDER'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:188: Warning: Found unknown command `\_ENDIAN'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:188: Warning: Found unknown command `\_ENDIAN'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:188: Warning: Found unknown command `\_ENDIAN'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:192: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:199: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:199: Warning: Found unknown command `\_'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:200: Warning: Found unknown command `\tt'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:224: Warning: Found unknown command `\small'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:237: Warning: Found unknown command `\tt'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:247: Warning: Found unknown command `\tt'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:254: Warning: Found unknown command `\tt'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:268: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:270: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:285: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:285: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:286: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:288: Warning: Found unknown command `\tt'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:288: Warning: Found unknown command `\tt'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:291: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:319: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:320: Warning: Found unknown command `\tt'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:323: Warning: Found unknown command `\urlref'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:325: Warning: Found unknown command `\begin'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:325: Warning: Found unknown command `\itemsep'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:326: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:326: Warning: Found unknown command `\bf'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:330: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:331: Warning: Found unknown command `\tt'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:332: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:332: Warning: Found unknown command `\bf'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:333: Warning: Found unknown command `\rtfsp'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:334: Warning: Found unknown command `\LaTeX'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:336: Warning: Found unknown command `\rtfsp'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:337: Warning: Found unknown command `\LaTeX'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:338: Warning: Found unknown command `\tt'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:339: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:339: Warning: Found unknown command `\bf'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:343: Warning: Found unknown command `\tt'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:344: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:344: Warning: Found unknown command `\bf'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:347: Warning: Found unknown command `\tt'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:348: Warning: Found unknown command `\end'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:378: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:382: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:385: Warning: Found unknown command `\tt'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:396: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:401: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:442: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:450: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:456: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/devtips.h:460: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:34: Warning: Found unknown command `\urlref'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:47: Warning: Found unknown command `\begin'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:47: Warning: Found unknown command `\itemsep'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:48: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:49: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:50: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:51: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:52: Warning: Found unknown command `\end'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:93: Warning: Found unknown command `\begin'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:93: Warning: Found unknown command `\itemsep'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:94: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:95: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:96: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:97: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:98: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:99: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:100: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:101: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:102: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:103: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:104: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:105: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:106: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:107: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:108: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:109: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:110: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:112: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:113: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:114: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:115: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:116: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:117: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:119: Warning: Found unknown command `\end'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:127: Warning: Found unknown command `\begin'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:127: Warning: Found unknown command `\itemsep'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:128: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:129: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:131: Warning: Found unknown command `\tt'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:133: Warning: Found unknown command `\end'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:137: Warning: Found unknown command `\begin'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:137: Warning: Found unknown command `\itemsep'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:138: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:140: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:144: Warning: Found unknown command `\end'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:148: Warning: Found unknown command `\begin'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:148: Warning: Found unknown command `\itemsep'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:149: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:150: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:152: Warning: Found unknown command `\end'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:161: Warning: Found unknown command `\winhelponly'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:163: Warning: Found unknown command `\winhelpignore'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:164: Warning: Found unknown command `\urlref'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:165: Warning: Found unknown command `\urlref'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:175: Warning: Found unknown command `\begin'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:175: Warning: Found unknown command `\itemsep'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:176: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:177: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:178: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:179: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:180: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:181: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:182: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:183: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:184: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:185: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:186: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:187: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:188: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:189: Warning: Found unknown command `\end'
+/home/frm/work/wxWidgets/docs/doxygen/introduction.h:224: Warning: Found unknown command `\it'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:13: Warning: Found unknown command `\it'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:14: Warning: Found unknown command `\it'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:19: Warning: image file libs.gif is not found in IMAGE_PATH: assuming external image.
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:29: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:52: Warning: Found unknown command `\begin'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:53: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:53: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:54: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:55: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:55: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:56: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:57: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:57: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:58: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:59: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:60: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:60: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:61: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:61: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:62: Warning: Found unknown command `\end'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:82: Warning: Found unknown command `\begin'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:82: Warning: Found unknown command `\itemsep'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:83: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:83: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:84: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:84: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:85: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:85: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:86: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:86: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:87: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:87: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:88: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:88: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:89: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:89: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:90: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:90: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:91: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:91: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:92: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:92: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:93: Warning: Found unknown command `\item'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:94: Warning: Found unknown command `\end'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:101: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:108: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:116: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:118: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:119: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:120: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:127: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/libs.h:134: Warning: Found unknown command `\helpref'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/app.h:13: Warning: explicit link request to 'OnInit' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/app.h:29: Warning: unable to resolve reference to `appshutdown_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/app.h:61: Warning: unable to resolve reference to `appshutdown_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/app.h:67: Warning: explicit link request to 'Close()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/app.h:77: Warning: explicit link request to 'OnExit' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:12: Warning: explicit link request to 'wxZip' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:13: Warning: explicit link request to 'wxTar' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:32: Warning: unable to resolve reference to `arcgeneric_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:37: Warning: unable to resolve reference to `arcnoseek_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:41: Warning: unable to resolve reference to `arccreate_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:42: Warning: unable to resolve reference to `arcextract_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:43: Warning: unable to resolve reference to `arcmodify_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:44: Warning: unable to resolve reference to `arcbyname_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:45: Warning: unable to resolve reference to `arcgeneric_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:46: Warning: unable to resolve reference to `arcnoseek_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:51: Warning: explicit link request to 'PutNextEntry()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:75: Warning: explicit link request to 'GetNextEntry()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:101: Warning: explicit link request to 'CopyEntry()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:147: Warning: explicit link request to 'GetNextEntry()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:155: Warning: explicit link request to 'GetName()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:186: Warning: explicit link request to 'OpenEntry()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:251: Warning: explicit link request to 'wxArchiveClassFactory' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:323: Warning: explicit link request to 'OpenEntry()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:333: Warning: explicit link request to 'PutNextEntry()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:344: Warning: explicit link request to 'GetNextEntry()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:357: Warning: explicit link request to 'GetSize()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:360: Warning: explicit link request to 'Eof()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:361: Warning: explicit link request to 'CloseEntry()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:363: Warning: explicit link request to 'IsReadOnly()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:369: Warning: explicit link request to 'CopyEntry()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:380: Warning: explicit link request to 'CopyEntry()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:400: Warning: explicit link request to 'IsReadOnly()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:402: Warning: explicit link request to 'GetNextEntry()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:403: Warning: explicit link request to 'wxArchiveNotifier' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:414: Warning: explicit link request to 'OnEntryUpdated()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/arc.h:415: Warning: explicit link request to 'SetNotifier()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/aui.h:11: Warning: explicit link request to 'wxAuiManager' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/aui.h:11: Warning: explicit link request to 'wxAuiPaneInfo' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/backwardcompatibility.h:19: Warning: unable to resolve reference to `versionnumbering_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/backwardcompatibility.h:20: Warning: unable to resolve reference to `sourcecompatibility_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/backwardcompatibility.h:21: Warning: unable to resolve reference to `libbincompatibility_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/backwardcompatibility.h:22: Warning: unable to resolve reference to `appbincompatibility_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/bitmap.h:71: Warning: explicit link request to 'ifdefs' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/bitmap.h:73: Warning: unable to resolve reference to `supportedbitmapformats_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/bitmap.h:74: Warning: unable to resolve reference to `bitmaphandlers_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/bookctrl.h:13: Warning: explicit link request to 'Introduction' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/bookctrl.h:14: Warning: unable to resolve reference to `bestbookctrl_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/bookctrl.h:27: Warning: unable to resolve reference to `samplenotebook_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/bufferclasses.h:14: Warning: unable to resolve reference to `cbov_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/commondialogs.h:27: Warning: unable to resolve reference to `colourdialog_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/commondialogs.h:28: Warning: unable to resolve reference to `fontdialog_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/commondialogs.h:29: Warning: unable to resolve reference to `printdialog_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/commondialogs.h:30: Warning: unable to resolve reference to `filedialog_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/commondialogs.h:31: Warning: unable to resolve reference to `dirdialog_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/commondialogs.h:32: Warning: unable to resolve reference to `textentrydialog_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/commondialogs.h:33: Warning: unable to resolve reference to `passwordentrydialog_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/commondialogs.h:34: Warning: unable to resolve reference to `messagedialog_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/commondialogs.h:35: Warning: unable to resolve reference to `singlechoicedialog_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/commondialogs.h:36: Warning: unable to resolve reference to `multichoicedialog_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/config.h:11: Warning: explicit link request to 'wxConfig' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/constraints.h:12: Warning: explicit link request to 'sizers' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/constraints.h:44: Warning: explicit link request to 'Layout' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/constraints.h:46: Warning: unable to resolve reference to `constraintlayoutdetails_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/constraints.h:47: Warning: unable to resolve reference to `layoutexamples_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/container.h:49: Warning: explicit link request to 'wxList' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/container.h:50: Warning: explicit link request to 'wxArray' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/dataobject.h:16: Warning: unable to resolve reference to `samplednd_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/dataobject.h:37: Warning: explicit link request to 'The' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/dataobject.h:38: Warning: explicit link request to 'The' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/dataobject.h:45: Warning: explicit link request to 'SetData' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/dataobject.h:47: Warning: explicit link request to 'DoDragDrop' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/dataobject.h:53: Warning: explicit link request to 'DoDragDrop' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/dataobject.h:60: Warning: explicit link request to 'DoDragDrop' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/datetime.h:12: Warning: explicit link request to 'Introduction' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/datetime.h:13: Warning: unable to resolve reference to `alldatetimeclasses_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/datetime.h:14: Warning: unable to resolve reference to `datetimecharacteristics_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/datetime.h:15: Warning: unable to resolve reference to `dateandtimespansdifference_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/datetime.h:16: Warning: unable to resolve reference to `tdatearithm_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/datetime.h:17: Warning: unable to resolve reference to `tdatetimezones_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/datetime.h:18: Warning: explicit link request to 'Daylight' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/datetime.h:19: Warning: unable to resolve reference to `tdateholidays_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/datetime.h:20: Warning: explicit link request to 'Compatibility' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/datetime.h:61: Warning: explicit link request to 'holidays' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/datetime.h:63: Warning: unable to resolve reference to `tdatecompatibility_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/datetime.h:81: Warning: explicit link request to 'timezones' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/datetime.h:172: Warning: explicit link request to 'ToTimezone' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/datetime.h:173: Warning: explicit link request to 'MakeTimezone' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/datetime.h:175: Warning: explicit link request to 'ToUTC' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/datetime.h:175: Warning: explicit link request to 'MakeUTC' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/datetime.h:209: Warning: explicit link request to 'methods' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/debugging.h:12: Warning: unable to resolve reference to `logfunctions_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/debugging.h:12: Warning: unable to resolve reference to `debugmacros_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/debugging.h:53: Warning: unable to resolve reference to `debugmacros_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/debugging.h:74: Warning: unable to resolve reference to `debugcontext_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/dialog.h:22: Warning: unable to resolve reference to `dialogfunctions_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/dialog.h:25: Warning: unable to resolve reference to `autoscrollingdialogs_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/dnd.h:19: Warning: unable to resolve reference to `samplednd_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/dnd.h:47: Warning: explicit link request to 'GiveFeedback' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/dnd.h:53: Warning: explicit link request to 'here' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/dnd.h:79: Warning: explicit link request to 'OnData' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/docview.h:61: Warning: unable to resolve reference to `predefinedids_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/docview.h:70: Warning: unable to resolve reference to `document_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/docview.h:71: Warning: unable to resolve reference to `view_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/docview.h:72: Warning: unable to resolve reference to `doctemplate_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/docview.h:73: Warning: unable to resolve reference to `docmanager_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/docview.h:74: Warning: unable to resolve reference to `command_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/docview.h:75: Warning: unable to resolve reference to `commandprocessor_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/docview.h:76: Warning: unable to resolve reference to `filehistory_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/docview.h:77: Warning: unable to resolve reference to `predefinedids_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/docview.h:231: Warning: explicit link request to 'AddFilesToMenu()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/eventhandling.h:12: Warning: explicit link request to 'Introduction' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/eventhandling.h:13: Warning: unable to resolve reference to `eventprocessing_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/eventhandling.h:14: Warning: unable to resolve reference to `progevent_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/eventhandling.h:15: Warning: unable to resolve reference to `pluggablehandlers_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/eventhandling.h:17: Warning: unable to resolve reference to `eventmacros_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/eventhandling.h:18: Warning: unable to resolve reference to `customevents_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/eventhandling.h:88: Warning: unable to resolve reference to `sampleevent_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/eventhandling.h:107: Warning: explicit link request to 'Skip' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/eventhandling.h:151: Warning: unable to resolve reference to `eventshouldpropagate_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/eventhandling.h:155: Warning: explicit link request to 'event.Skip()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/eventhandling.h:169: Warning: explicit link request to 'SetExtraStyle(wxWS_EX_BLOCK_EVENTS)' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/eventhandling.h:268: Warning: explicit link request to 'wxEvents' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/eventhandling.h:306: Warning: explicit link request to 'Replace' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/eventhandling.h:306: Warning: explicit link request to 'WriteText' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/eventhandling.h:554: Warning: unable to resolve reference to `sampleevent_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/exceptions.h:11: Warning: explicit link request to 'Introduction' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/exceptions.h:12: Warning: unable to resolve reference to `exceptionstrategies_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/exceptions.h:13: Warning: explicit link request to 'Technicalities' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/exceptions.h:39: Warning: explicit link request to 'OnUnhandledException()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/exceptions.h:42: Warning: explicit link request to 'OnRun()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/exceptions.h:47: Warning: explicit link request to 'OnInit()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/exceptions.h:47: Warning: explicit link request to 'OnExit()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/exceptions.h:51: Warning: explicit link request to 'ProcessEvent' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/exceptions.h:66: Warning: explicit link request to 'sample' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/file.h:13: Warning: unable to resolve reference to `filefunctions_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/file.h:24: Warning: explicit link request to 'documentation' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/font.h:68: Warning: unable to resolve reference to `nativefontinformation_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/fontencoding.h:18: Warning: explicit link request to 'Unicode' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/fontencoding.h:87: Warning: explicit link request to 'wxConfig' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/fontencoding.h:91: Warning: unable to resolve reference to `samplefont_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/fs.h:76: Warning: unable to resolve reference to `memoryfshandler_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/grid.h:12: Warning: explicit link request to 'Introduction' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/grid.h:13: Warning: unable to resolve reference to `simplewxgridexample_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/grid.h:14: Warning: unable to resolve reference to `complexwxgridexample_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/grid.h:15: Warning: unable to resolve reference to `gridclassesrelations_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/grid.h:16: Warning: unable to resolve reference to `keyboardandmouseinwxgrid_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/helloworld.h:16: Warning: explicit link request to 'include' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/helloworld.h:17: Warning: explicit link request to 'include' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:13: Warning: explicit link request to 'http' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:24: Warning: unable to resolve reference to `htmlquickstart_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:26: Warning: unable to resolve reference to `helpformat_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:27: Warning: unable to resolve reference to `filters_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:28: Warning: unable to resolve reference to `cells_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:29: Warning: unable to resolve reference to `handlers_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:30: Warning: unable to resolve reference to `htmltagssupported_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:36: Warning: explicit link request to 'wxHtmlWindow' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:38: Warning: explicit link request to 'LoadPage' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:39: Warning: explicit link request to 'SetPage' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:52: Warning: explicit link request to 'wxHtmlHelpController' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:59: Warning: explicit link request to 'SetRelatedFrame' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:60: Warning: explicit link request to 'SetRelatedStatusBar' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:79: Warning: explicit link request to 'SetFonts' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:80: Warning: explicit link request to 'SetBorders' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:81: Warning: explicit link request to 'ReadCustomization' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:82: Warning: explicit link request to 'WriteCustomization' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:91: Warning: unable to resolve reference to `htmleasyprinting_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:93: Warning: explicit link request to 'wxHtmlPrintout' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:94: Warning: explicit link request to 'wxHtmlDCRenderer' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:103: Warning: explicit link request to 'wxHtmlHelpController' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:191: Warning: explicit link request to 'wxHtmlFilter' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:197: Warning: explicit link request to 'wxHtmlWinParser' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:198: Warning: explicit link request to 'wxHtmlWindow' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:204: Warning: explicit link request to 'wxHtmlCell' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:208: Warning: explicit link request to 'wxHtmlContainerCell' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:213: Warning: explicit link request to 'wxHtmlWinParser' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:215: Warning: explicit link request to 'OpenContainer' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:219: Warning: explicit link request to 'CloseContainer' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:248: Warning: explicit link request to 'HandleTag' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:258: Warning: explicit link request to 'wxHtmlWinParser' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:264: Warning: explicit link request to 'HandleTag' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:272: Warning: explicit link request to 'wxHtmlWinParser' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:286: Warning: explicit link request to 'wxHtmlWinTagHandler' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:287: Warning: explicit link request to 'wxHtmlTagHandler' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:298: Warning: explicit link request to 'GetSupportedTags' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:331: Warning: explicit link request to 'HandleTag' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/html.h:350: Warning: explicit link request to 'wxHtmlTagsModule' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/internationalization.h:54: Warning: explicit link request to 'AddCatalogLookupPathPrefix()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/internationalization.h:63: Warning: unable to resolve reference to `sampleinternat_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/ipc.h:23: Warning: explicit link request to 'wxProtocol' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/ipc.h:23: Warning: explicit link request to 'wxFTP' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/ipc.h:23: Warning: explicit link request to 'wxHTTP' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/ipc.h:105: Warning: explicit link request to 'OnMakeConnection' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/ipc.h:110: Warning: unable to resolve reference to `datatransfer_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/ipc.h:111: Warning: explicit link request to 'Examples' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/ipc.h:112: Warning: unable to resolve reference to `ddedetails_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/ipc.h:179: Warning: explicit link request to 'OnAdvise' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/log.h:70: Warning: explicit link request to 'DbgView' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/mbconvclasses.h:18: Warning: unable to resolve reference to `needforconversion_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/mbconvclasses.h:19: Warning: unable to resolve reference to `conversionandwxstring_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/mbconvclasses.h:21: Warning: unable to resolve reference to `mbconvobjects_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/mbconvclasses.h:23: Warning: unable to resolve reference to `convertingstrings_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/mbconvclasses.h:24: Warning: unable to resolve reference to `convertingbuffers_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/nonenglish.h:22: Warning: explicit link request to 'Internationalization' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/nonenglish.h:30: Warning: explicit link request to 'Internationalization' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/nonenglish.h:137: Warning: explicit link request to 'wxHtmlHelpController' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/printing.h:33: Warning: unable to resolve reference to `topic9_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/printing.h:34: Warning: unable to resolve reference to `topic10_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/printing.h:35: Warning: unable to resolve reference to `topic11_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/printing.h:36: Warning: unable to resolve reference to `topic12_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/printing.h:37: Warning: unable to resolve reference to `topic13_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/printing.h:38: Warning: unable to resolve reference to `topic14_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/printing.h:39: Warning: unable to resolve reference to `topic15_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/printing.h:40: Warning: unable to resolve reference to `topic16_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/printing.h:41: Warning: unable to resolve reference to `topic17_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/printing.h:42: Warning: unable to resolve reference to `topic18_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:12: Warning: unable to resolve reference to `pwhat_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:13: Warning: unable to resolve reference to `pwhy_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:14: Warning: unable to resolve reference to `pother_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:15: Warning: unable to resolve reference to `pusing_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:16: Warning: unable to resolve reference to `pclasses_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:17: Warning: unable to resolve reference to `phelp_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:22: Warning: explicit link request to 'Python' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:25: Warning: explicit link request to 'http' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:51: Warning: explicit link request to 'http' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:105: Warning: unable to resolve reference to `Graphics_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:281: Warning: explicit link request to 'wxConfig' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:316: Warning: explicit link request to 'wxHtmlCell' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:317: Warning: explicit link request to 'wxHtmlContainerCell' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:318: Warning: explicit link request to 'wxHtmlDCRenderer' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:319: Warning: explicit link request to 'wxHtmlEasyPrinting' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:320: Warning: explicit link request to 'wxHtmlParser' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:321: Warning: explicit link request to 'wxHtmlTagHandler' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:322: Warning: explicit link request to 'wxHtmlTag' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:323: Warning: explicit link request to 'wxHtmlWinParser' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:324: Warning: explicit link request to 'wxHtmlPrintout' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:325: Warning: explicit link request to 'wxHtmlWinTagHandler' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:326: Warning: explicit link request to 'wxHtmlWindow' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:336: Warning: explicit link request to 'wxInternetFSHandler' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:358: Warning: explicit link request to 'wxMetaFileDC' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:435: Warning: explicit link request to 'wxZipFSHandler' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:441: Warning: explicit link request to 'http' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/python.h:445: Warning: explicit link request to 'http' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:15: Warning: unable to resolve reference to `differentflavors_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:16: Warning: unable to resolve reference to `resyntax_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:17: Warning: unable to resolve reference to `resynbracket_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:18: Warning: explicit link request to 'Escapes' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:19: Warning: explicit link request to 'Metasyntax' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:20: Warning: explicit link request to 'Matching' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:21: Warning: unable to resolve reference to `relimits_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:22: Warning: unable to resolve reference to `resynbre_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:23: Warning: unable to resolve reference to `resynchars_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:35: Warning: explicit link request to 'end' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:83: Warning: explicit link request to 'Matching' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:111: Warning: unable to resolve reference to `resynbracket_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:117: Warning: Illegal command \k as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:125: Warning: expected whitespace after c command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:126: Warning: explicit link request to 'Escapes' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:141: Warning: explicit link request to 'Escapes' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:198: Warning: unable to resolve reference to `resynchars_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:206: Warning: unable to resolve reference to `resynchars_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:271: Warning: explicit link request to 'Escapes' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:291: Warning: expected whitespace after a command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:295: Warning: expected whitespace after b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:297: Warning: Illegal command \B as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:303: Warning: expected whitespace after c command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:311: Warning: expected whitespace after e command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:314: Warning: Illegal command \f as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:318: Warning: Illegal command \n as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:322: Warning: Illegal command \r as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:326: Warning: Illegal command \t as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:330: Warning: Illegal command \u as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:336: Warning: Illegal command \U as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:342: Warning: Illegal command \v as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:346: Warning: Illegal command \x as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:353: Warning: Illegal command \0 as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:372: Warning: Illegal command \135 as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:373: Warning: Illegal command \135 as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:380: Warning: Illegal command \d as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:384: Warning: Illegal command \s as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:388: Warning: Illegal command \w as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:392: Warning: Illegal command \D as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:396: Warning: Illegal command \S as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:400: Warning: Illegal command \W as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:404: Warning: Illegal command \d as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:404: Warning: Illegal command \s as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:405: Warning: Illegal command \w as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:405: Warning: Illegal command \D as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:406: Warning: Illegal command \S as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:406: Warning: Illegal command \W as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:407: Warning: Found unknown command `\d'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:408: Warning: Found unknown command `\D'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:414: Warning: Illegal command \A as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:417: Warning: explicit link request to 'Matching' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:420: Warning: Illegal command \m as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:424: Warning: Illegal command \M as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:428: Warning: Illegal command \y as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:432: Warning: Illegal command \Y as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:437: Warning: Illegal command \Z as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:440: Warning: explicit link request to 'Matching' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:459: Warning: Found unknown command `\1'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:503: Warning: explicit link request to 'Matching' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:511: Warning: explicit link request to 'Matching' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:515: Warning: explicit link request to 'Matching' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:533: Warning: explicit link request to 'Matching' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:558: Warning: explicit link request to 'ttt' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:613: Warning: Illegal command \A as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:613: Warning: Illegal command \Z as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:636: Warning: expected whitespace after b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:637: Warning: Illegal command \B as the argument of a \b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:698: Warning: Found unknown command `\0'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:702: Warning: Found unknown command `\001'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:706: Warning: Found unknown command `\002'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:710: Warning: Found unknown command `\003'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:714: Warning: Found unknown command `\004'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:718: Warning: Found unknown command `\005'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:722: Warning: Found unknown command `\006'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:726: Warning: Found unknown command `\007'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:730: Warning: Found unknown command `\007'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:734: Warning: Found unknown command `\010'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:738: Warning: expected whitespace after b command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:742: Warning: Found unknown command `\011'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:746: Warning: Found unknown command `\t'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:750: Warning: Found unknown command `\012'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:758: Warning: Found unknown command `\013'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:762: Warning: Found unknown command `\v'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:766: Warning: Found unknown command `\014'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:770: Warning: Found unknown command `\f'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:774: Warning: Found unknown command `\015'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:778: Warning: Found unknown command `\r'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:782: Warning: Found unknown command `\016'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:786: Warning: Found unknown command `\017'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:790: Warning: Found unknown command `\020'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:794: Warning: Found unknown command `\021'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:798: Warning: Found unknown command `\022'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:802: Warning: Found unknown command `\023'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:806: Warning: Found unknown command `\024'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:810: Warning: Found unknown command `\025'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:814: Warning: Found unknown command `\026'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:818: Warning: Found unknown command `\027'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:822: Warning: Found unknown command `\030'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:826: Warning: Found unknown command `\031'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:830: Warning: Found unknown command `\032'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:834: Warning: Found unknown command `\033'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:838: Warning: Found unknown command `\034'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:842: Warning: Found unknown command `\034'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:846: Warning: Found unknown command `\035'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:850: Warning: Found unknown command `\035'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:854: Warning: Found unknown command `\036'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:858: Warning: Found unknown command `\036'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:862: Warning: Found unknown command `\037'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:866: Warning: Found unknown command `\037'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/resyn.h:1074: Warning: Found unknown command `\177'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:11: Warning: explicit link request to 'wxRichTextCtrl' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:11: Warning: explicit link request to 'wxRichTextBuffer' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:11: Warning: explicit link request to 'wxRichTextEvent' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:12: Warning: explicit link request to 'wxRichTextRange' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:13: Warning: explicit link request to 'wxRichTextFileHandler' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:13: Warning: explicit link request to 'wxRichTextHTMLHandler' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:14: Warning: explicit link request to 'wxRichTextXMLHandler' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:15: Warning: explicit link request to 'wxRichTextCharacterStyleDefinition' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:16: Warning: explicit link request to 'wxRichTextParagraphStyleDefinition' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:17: Warning: explicit link request to 'wxRichTextListStyleDefinition' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:18: Warning: explicit link request to 'wxRichTextStyleSheet' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:19: Warning: explicit link request to 'wxRichTextStyleComboCtrl' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:20: Warning: explicit link request to 'wxRichTextStyleListBox' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:21: Warning: explicit link request to 'wxRichTextStyleListCtrl' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:22: Warning: explicit link request to 'wxRichTextPrinting' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:23: Warning: explicit link request to 'wxRichTextPrintout' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:24: Warning: explicit link request to 'wxRichTextHeaderFooterData' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:25: Warning: explicit link request to 'wxRichTextStyleOrganiserDialog' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:26: Warning: explicit link request to 'wxRichTextFormattingDialog' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:27: Warning: explicit link request to 'wxSymbolPickerDialog' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:42: Warning: explicit link request to 'wxRichTextPrinting' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:44: Warning: explicit link request to 'wxRichTextFormattingDialog' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:46: Warning: explicit link request to 'wxRichTextStyleOrganiserDialog' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:200: Warning: unable to resolve reference to `topic19_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:201: Warning: unable to resolve reference to `richtextctrldialogs_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:202: Warning: unable to resolve reference to `topic22_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:203: Warning: unable to resolve reference to `topic23_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:281: Warning: explicit link request to 'wxRichTextStyleSheet' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:282: Warning: explicit link request to 'wxRichTextParagraphStyleDefinition' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:282: Warning: explicit link request to 'wxRichTextListStyleDefinition' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:282: Warning: explicit link request to 'wxRichTextCharacterStyleDefinition' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:284: Warning: explicit link request to 'wxRichTextStyleComboCtrl' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:285: Warning: explicit link request to 'wxRichTextStyleListBox' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:297: Warning: explicit link request to 'wxRichTextFormattingDialog' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:307: Warning: explicit link request to 'wxRichTextStyleOrganiserDialog' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/richtextctrl.h:311: Warning: explicit link request to 'wxSymbolPickerDialog' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/roughguide.h:44: Warning: explicit link request to 'wxList' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/roughguide.h:45: Warning: unable to resolve reference to `filefunctions_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/roughguide.h:47: Warning: explicit link request to 'miscellany' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/roughguide.h:48: Warning: unable to resolve reference to `classesbycat_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/runtimeclass.h:34: Warning: explicit link request to 'macros' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/runtimeclass.h:54: Warning: explicit link request to 'Example' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/runtimeclass.h:58: Warning: explicit link request to 'Runtime' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:20: Warning: unable to resolve reference to `sampleminimal_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:23: Warning: explicit link request to 'widgets' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:24: Warning: explicit link request to 'controls' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:49: Warning: unable to resolve reference to `sampleminimal_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:50: Warning: unable to resolve reference to `sampleanimate_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:51: Warning: unable to resolve reference to `sampleartprovider_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:52: Warning: unable to resolve reference to `samplecalendar_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:53: Warning: unable to resolve reference to `sampleconfig_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:54: Warning: unable to resolve reference to `samplecontrols_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:55: Warning: unable to resolve reference to `sampledebugrpt_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:56: Warning: unable to resolve reference to `sampledialogs_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:57: Warning: unable to resolve reference to `sampledialup_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:58: Warning: unable to resolve reference to `samplednd_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:59: Warning: unable to resolve reference to `sampleevent_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:60: Warning: explicit link request to 'Except(ions)' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:61: Warning: unable to resolve reference to `sampleexec_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:62: Warning: unable to resolve reference to `samplefont_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:63: Warning: unable to resolve reference to `samplegrid_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:64: Warning: unable to resolve reference to `samplehtml_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:65: Warning: unable to resolve reference to `sampleimage_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:66: Warning: explicit link request to 'Internat(ionalization)' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:67: Warning: unable to resolve reference to `samplelayout_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:68: Warning: unable to resolve reference to `samplelistctrl_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:69: Warning: unable to resolve reference to `samplemediaplayer_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:70: Warning: unable to resolve reference to `samplenotebook_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:71: Warning: unable to resolve reference to `samplerender_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:72: Warning: unable to resolve reference to `samplescrollsub_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:73: Warning: unable to resolve reference to `samplesockets_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:74: Warning: unable to resolve reference to `samplesound_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:75: Warning: unable to resolve reference to `samplestatbar_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:76: Warning: unable to resolve reference to `sampletaborder_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:77: Warning: unable to resolve reference to `sampletext_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:78: Warning: unable to resolve reference to `samplethread_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:79: Warning: unable to resolve reference to `sampletoolbar_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:80: Warning: unable to resolve reference to `sampletreectrl_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:81: Warning: unable to resolve reference to `samplewidgets_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:82: Warning: unable to resolve reference to `samplewizard_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:106: Warning: unable to resolve reference to `calendarctrl_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:112: Warning: explicit link request to 'wxConfig' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:126: Warning: explicit link request to 'wxSizers' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:126: Warning: explicit link request to 'constraints' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:259: Warning: explicit link request to 'PushEventHandler()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:260: Warning: explicit link request to 'PopEventHandler()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:274: Warning: explicit link request to 'wxExecute' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:275: Warning: explicit link request to 'wxShell' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:299: Warning: explicit link request to 'wxHtmlWindow' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:310: Warning: explicit link request to 'wxHtmlEasyPrinting' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:315: Warning: explicit link request to 'wxHtmlHelpController' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:355: Warning: explicit link request to 'overview' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:381: Warning: explicit link request to 'wxBookCtrl' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:390: Warning: explicit link request to 'renderer' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:397: Warning: explicit link request to 'SetTargetWindow' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:407: Warning: explicit link request to 'wxSocket' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:421: Warning: explicit link request to 'GetSocket' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:433: Warning: explicit link request to 'Read' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:433: Warning: explicit link request to 'Write' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:434: Warning: explicit link request to 'ReadMsg' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:434: Warning: explicit link request to 'WriteMsg' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:469: Warning: explicit link request to 'MoveAfterInTabOrder()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:506: Warning: explicit link request to 'wxMutexGuiLeave' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/samples.h:562: Warning: explicit link request to 'TransferDataFromWindow' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/sizer.h:14: Warning: explicit link request to 'CreateButtonSizer' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/sizer.h:27: Warning: unable to resolve reference to `ideabehindsizers_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/sizer.h:28: Warning: unable to resolve reference to `boxsizerprogramming_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/sizer.h:29: Warning: unable to resolve reference to `gridsizerprogramming_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/sizer.h:30: Warning: unable to resolve reference to `flexgridsizerprogramming_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/sizer.h:31: Warning: unable to resolve reference to `staticboxsizerprogramming_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/sizer.h:32: Warning: explicit link request to 'CreateButtonSizer' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/sizer.h:56: Warning: unable to resolve reference to `boxsizerprogramming_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/sizer.h:125: Warning: explicit link request to 'wxStaticBoxSixer' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/splitterwindow.h:15: Warning: explicit link request to 'Example' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:12: Warning: explicit link request to 'Introduction' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:13: Warning: unable to resolve reference to `otherstringclasses_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:14: Warning: unable to resolve reference to `stringadvices_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:15: Warning: unable to resolve reference to `relatedtostring_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:16: Warning: unable to resolve reference to `stringrefcount_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:17: Warning: unable to resolve reference to `stringtuning_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:33: Warning: explicit link request to 'Printf()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:48: Warning: unable to resolve reference to `stringrefcount_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:49: Warning: unable to resolve reference to `stringtuning_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:57: Warning: explicit link request to 'AfterFirst' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:58: Warning: explicit link request to 'BeforeLast' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:58: Warning: explicit link request to 'operator' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:59: Warning: explicit link request to 'Printf' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:73: Warning: explicit link request to 'Len()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:74: Warning: explicit link request to 'Length()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:91: Warning: explicit link request to 'c_str()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:121: Warning: explicit link request to 'c_str()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:135: Warning: unable to resolve reference to `stringrefcount_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:150: Warning: Found unknown command `\NULLs'
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:176: Warning: explicit link request to 'GetChar()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:178: Warning: explicit link request to 'GetWritableChar()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:182: Warning: explicit link request to 'GetChar()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:184: Warning: explicit link request to 'at()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:187: Warning: unable to resolve reference to `stringadvices_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:196: Warning: unable to resolve reference to `stringrefcount_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/string.h:228: Warning: explicit link request to 'Alloc()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/thread.h:15: Warning: explicit link request to 'thread' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/thread.h:16: Warning: explicit link request to 'mutexes' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/thread.h:17: Warning: unable to resolve reference to `criticalsection_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/thread.h:18: Warning: explicit link request to 'conditions' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/thread.h:33: Warning: unable to resolve reference to `idleevent_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/tipprovider.h:11: Warning: explicit link request to 'wxShowTip' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/tipprovider.h:12: Warning: explicit link request to 'GetTip' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/tipprovider.h:23: Warning: explicit link request to 'wxAdv' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/tipprovider.h:61: Warning: explicit link request to 'wxShowTip' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/tips.h:16: Warning: explicit link request to 'wxShowTip' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/tips.h:32: Warning: explicit link request to 'GetTip' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/toolbar.h:62: Warning: unable to resolve reference to `usingtoolbarlibrary_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/treectrl.h:19: Warning: explicit link request to 'GetItemText' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/treectrl.h:19: Warning: explicit link request to 'SetItemText' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/treectrl.h:21: Warning: explicit link request to 'GetItemImage' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/treectrl.h:21: Warning: explicit link request to 'SetItemImage' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/treectrl.h:24: Warning: explicit link request to 'SetItemSelectedImage' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/treectrl.h:24: Warning: explicit link request to 'GetItemSelectedImage' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/treectrl.h:29: Warning: explicit link request to 'IsSelected' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/treectrl.h:30: Warning: explicit link request to 'IsVisible' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/treectrl.h:30: Warning: explicit link request to 'IsBold' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/treectrl.h:31: Warning: explicit link request to 'IsExpanded' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/treectrl.h:33: Warning: explicit link request to 'SelectItem' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/treectrl.h:40: Warning: explicit link request to 'SetItemData' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/treectrl.h:42: Warning: explicit link request to 'GetItemData()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/treectrl.h:48: Warning: explicit link request to 'AddRoot' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/treectrl.h:62: Warning: explicit link request to 'GetFirstChild' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/treectrl.h:63: Warning: explicit link request to 'GetNextChild' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/treectrl.h:66: Warning: explicit link request to 'SortChildren' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/treectrl.h:67: Warning: explicit link request to 'OnCompareItems' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/treectrl.h:71: Warning: explicit link request to 'HitTest' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/treectrl.h:72: Warning: explicit link request to 'EditLabel' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/trefcount.h:11: Warning: unable to resolve reference to `refcount_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/trefcount.h:12: Warning: unable to resolve reference to `refcountequality_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/trefcount.h:13: Warning: unable to resolve reference to `refcountdestruct_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/trefcount.h:14: Warning: unable to resolve reference to `refcountlist_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/trefcount.h:15: Warning: unable to resolve reference to `object_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/trefcount.h:35: Warning: unable to resolve reference to `refcountlist_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/unicode.h:14: Warning: unable to resolve reference to `whatisunicode_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/unicode.h:15: Warning: unable to resolve reference to `unicodeandansi_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/unicode.h:16: Warning: unable to resolve reference to `unicodeinsidewxw_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/unicode.h:17: Warning: unable to resolve reference to `unicodeoutsidewxw_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/unicode.h:18: Warning: unable to resolve reference to `unicodesettings_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/unicode.h:19: Warning: unable to resolve reference to `topic8_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/unicode.h:30: Warning: explicit link request to 'http' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/unicode.h:100: Warning: explicit link request to 'ifdef' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/unicode.h:114: Warning: explicit link request to 'ifdefs' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/unicode.h:153: Warning: explicit link request to 'c_str()' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/windowids.h:15: Warning: explicit link request to 'Introduction' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/windowids.h:16: Warning: unable to resolve reference to `windowidstypes_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/windowids.h:17: Warning: unable to resolve reference to `windowidsusing_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/xrc.h:11: Warning: explicit link request to 'wxXmlResource' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/xrc.h:11: Warning: explicit link request to 'wxXmlResourceHandler' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/xrc.h:32: Warning: unable to resolve reference to `xrcconcepts_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/xrc.h:33: Warning: unable to resolve reference to `binaryresourcefiles_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/xrc.h:34: Warning: unable to resolve reference to `embeddedresource_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/xrc.h:35: Warning: unable to resolve reference to `xrccppsample_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/xrc.h:36: Warning: unable to resolve reference to `xrcsample_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/xrc.h:37: Warning: unable to resolve reference to `xrcfileformat_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/xrc.h:38: Warning: unable to resolve reference to `xrccppheader_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/xrc.h:39: Warning: unable to resolve reference to `newresourcehandlers_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/xrc.h:46: Warning: unable to resolve reference to `binaryresourcefiles_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/xrc.h:58: Warning: explicit link request to 'wxDesigner' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/xrc.h:59: Warning: explicit link request to 'DialogBlocks' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/xrc.h:60: Warning: explicit link request to 'XRCed' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/xrc.h:63: Warning: explicit link request to 'wxGlade' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/xrc.h:65: Warning: explicit link request to 'www.wxwidgets.org' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/overviews/xrc.h:70: Warning: unable to resolve reference to `binaryresourcefiles_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/xrc.h:71: Warning: unable to resolve reference to `embeddedresource_overview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/overviews/xrc.h:624: Warning: explicit link request to 'wxXmlResourceHandler' could not be resolved
+/home/frm/work/wxWidgets/docs/doxygen/platdetails.h:23: Warning: Found unknown command `\input'
+/home/frm/work/wxWidgets/docs/doxygen/platdetails.h:24: Warning: Found unknown command `\input'
+/home/frm/work/wxWidgets/docs/doxygen/platdetails.h:25: Warning: Found unknown command `\input'
+/home/frm/work/wxWidgets/docs/doxygen/platdetails.h:26: Warning: Found unknown command `\input'
+/home/frm/work/wxWidgets/docs/doxygen/platdetails.h:27: Warning: Found unknown command `\input'
+/home/frm/work/wxWidgets/docs/doxygen/platdetails.h:28: Warning: Found unknown command `\input'
+/home/frm/work/wxWidgets/docs/doxygen/platdetails.h:29: Warning: Found unknown command `\input'
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:16: Warning: unable to resolve reference to `referencenotes' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:17: Warning: unable to resolve reference to `roughguide' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:18: Warning: unable to resolve reference to `helloworld' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:19: Warning: unable to resolve reference to `samples' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:20: Warning: unable to resolve reference to `wxpython' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:24: Warning: unable to resolve reference to `backwardcompatibility' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:25: Warning: unable to resolve reference to `runtimeclassoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:26: Warning: unable to resolve reference to `trefcount' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:27: Warning: unable to resolve reference to `wxappoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:28: Warning: unable to resolve reference to `unicode' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:29: Warning: unable to resolve reference to `mbconvclasses' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:30: Warning: unable to resolve reference to `internationalization' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:31: Warning: unable to resolve reference to `nonenglishoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:32: Warning: unable to resolve reference to `debuggingoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:33: Warning: unable to resolve reference to `wxlogoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:34: Warning: unable to resolve reference to `eventhandlingoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:35: Warning: unable to resolve reference to `exceptionsoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:36: Warning: unable to resolve reference to `windowstyles' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:37: Warning: unable to resolve reference to `windowdeletionoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:38: Warning: unable to resolve reference to `windowidsoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:39: Warning: unable to resolve reference to `envvars' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:43: Warning: unable to resolve reference to `wxstringoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:44: Warning: unable to resolve reference to `bufferclasses' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:45: Warning: unable to resolve reference to `wxdatetimeoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:46: Warning: unable to resolve reference to `wxcontaineroverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:47: Warning: unable to resolve reference to `wxfileoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:48: Warning: unable to resolve reference to `wxstreamoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:49: Warning: unable to resolve reference to `wxthreadoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:50: Warning: unable to resolve reference to `wxconfigoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:51: Warning: unable to resolve reference to `fs' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:52: Warning: unable to resolve reference to `wxresyn' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:53: Warning: unable to resolve reference to `wxarc' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:54: Warning: unable to resolve reference to `ipcoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:58: Warning: unable to resolve reference to `dcoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:59: Warning: unable to resolve reference to `wxbitmapoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:60: Warning: unable to resolve reference to `wxfontoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:61: Warning: unable to resolve reference to `wxfontencodingoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:62: Warning: unable to resolve reference to `printingoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:63: Warning: unable to resolve reference to `unixprinting' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:67: Warning: unable to resolve reference to `sizeroverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:68: Warning: unable to resolve reference to `xrcoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:69: Warning: unable to resolve reference to `windowsizingoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:70: Warning: unable to resolve reference to `scrollingoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:71: Warning: unable to resolve reference to `wxdialogoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:72: Warning: unable to resolve reference to `validatoroverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:73: Warning: unable to resolve reference to `wxdataobjectoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:74: Warning: unable to resolve reference to `wxdndoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:75: Warning: unable to resolve reference to `constraintsoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:79: Warning: unable to resolve reference to `wxhtml' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:80: Warning: unable to resolve reference to `wxrichtextctrloverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:81: Warning: unable to resolve reference to `wxauioverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:82: Warning: unable to resolve reference to `commondialogsoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:83: Warning: unable to resolve reference to `wxtoolbaroverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:84: Warning: unable to resolve reference to `gridoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:85: Warning: unable to resolve reference to `wxtreectrloverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:86: Warning: unable to resolve reference to `wxlistctrloverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:87: Warning: unable to resolve reference to `wxsplitterwindowoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:88: Warning: unable to resolve reference to `wximagelistoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:89: Warning: unable to resolve reference to `wxbookctrloverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:90: Warning: unable to resolve reference to `wxtipprovider' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/topics.h:91: Warning: unable to resolve reference to `docviewoverview' for \ref command
+/home/frm/work/wxWidgets/docs/doxygen/manual.h:15: Warning: image file wx.png is not found in IMAGE_PATH: assuming external image.
diff --git a/docs/doxygen/htmlfooter.inc b/docs/doxygen/htmlfooter.inc
new file mode 100644
index 0000000000..397a75f4bf
--- /dev/null
+++ b/docs/doxygen/htmlfooter.inc
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+