doxygen warnings and formatting fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56446 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -79,6 +79,7 @@ The following is a basic categorization of them:
|
|||||||
|
|
||||||
@li @subpage overview_sizer
|
@li @subpage overview_sizer
|
||||||
@li @subpage overview_xrc
|
@li @subpage overview_xrc
|
||||||
|
@li @subpage overview_xrcformat
|
||||||
@li @subpage overview_windowsizing
|
@li @subpage overview_windowsizing
|
||||||
@li @subpage overview_scrolling
|
@li @subpage overview_scrolling
|
||||||
@li @subpage overview_dialog
|
@li @subpage overview_dialog
|
||||||
|
@@ -10,10 +10,7 @@
|
|||||||
|
|
||||||
@page overview_scrolling Scrolled Windows
|
@page overview_scrolling Scrolled Windows
|
||||||
|
|
||||||
Classes:
|
Classes: wxWindow, wxScrolledWindow, wxScrollBar
|
||||||
@li wxWindow
|
|
||||||
@li ::wxScrolledWindow
|
|
||||||
@li wxScrollBar
|
|
||||||
|
|
||||||
@li @ref overview_scrolling_model
|
@li @ref overview_scrolling_model
|
||||||
@li @ref overview_scrolling_example
|
@li @ref overview_scrolling_example
|
||||||
|
@@ -43,7 +43,8 @@ XRC was written by Vaclav Slavik.
|
|||||||
@li @ref overview_xrc_sample
|
@li @ref overview_xrc_sample
|
||||||
@li @ref overview_xrc_cppheader
|
@li @ref overview_xrc_cppheader
|
||||||
@li @ref overview_xrc_newresourcehandlers
|
@li @ref overview_xrc_newresourcehandlers
|
||||||
@li @ref xrc_format
|
|
||||||
|
See also the separate @ref overview_xrcformat page for details about the XRC file format.
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
@@ -1196,6 +1196,8 @@ public:
|
|||||||
/**
|
/**
|
||||||
@class wxDatagramSocket
|
@class wxDatagramSocket
|
||||||
|
|
||||||
|
@todo docme
|
||||||
|
|
||||||
@library{wxnet}
|
@library{wxnet}
|
||||||
@category{net}
|
@category{net}
|
||||||
*/
|
*/
|
||||||
@@ -1205,8 +1207,10 @@ public:
|
|||||||
/**
|
/**
|
||||||
Constructor.
|
Constructor.
|
||||||
|
|
||||||
|
@param addr
|
||||||
|
The socket address.
|
||||||
@param flags
|
@param flags
|
||||||
Socket flags (See wxSocketBase::SetFlags())
|
Socket flags (See wxSocketBase::SetFlags()).
|
||||||
*/
|
*/
|
||||||
wxDatagramSocket(const wxSockAddress& addr,
|
wxDatagramSocket(const wxSockAddress& addr,
|
||||||
wxSocketFlags flags = wxSOCKET_NONE);
|
wxSocketFlags flags = wxSOCKET_NONE);
|
||||||
|
@@ -320,14 +320,13 @@ public:
|
|||||||
@li Pad()
|
@li Pad()
|
||||||
|
|
||||||
|
|
||||||
@section string_misc wxWidgets 1.xx compatibility functions
|
@section string_compat wxWidgets 1.xx compatibility functions
|
||||||
|
|
||||||
The following functions are deprecated.
|
The following functions are deprecated.
|
||||||
Please consider using @c std::string compatible variants.
|
Please consider using @c std::string compatible variants.
|
||||||
|
|
||||||
Contains(), First(), Freq(), IsAscii(), IsNull(),
|
Contains(), First(), Freq(), IsAscii(), IsNull(), IsNumber(), IsWord(),
|
||||||
IsNumber(), IsWord(), Last(), Length(), LowerCase(), Remove(), Strip(),
|
Last(), Length(), LowerCase(), Remove(), Strip(), SubString(), UpperCase()
|
||||||
SubString(), UpperCase()
|
|
||||||
|
|
||||||
|
|
||||||
@library{wxbase}
|
@library{wxbase}
|
||||||
|
@@ -74,7 +74,7 @@ public:
|
|||||||
Message to show on the dialog.
|
Message to show on the dialog.
|
||||||
@param caption
|
@param caption
|
||||||
The caption of the the dialog.
|
The caption of the the dialog.
|
||||||
@param defaultValue
|
@param value
|
||||||
The default value, which may be the empty string.
|
The default value, which may be the empty string.
|
||||||
@param style
|
@param style
|
||||||
A dialog style, specifying the buttons (wxOK, wxCANCEL)
|
A dialog style, specifying the buttons (wxOK, wxCANCEL)
|
||||||
|
@@ -31,7 +31,7 @@ enum wxXmlResourceFlags
|
|||||||
The class holds XML resources from one or more .xml files, binary files or zip
|
The class holds XML resources from one or more .xml files, binary files or zip
|
||||||
archive files.
|
archive files.
|
||||||
|
|
||||||
@see @ref overview_xrc, @ref xrc_format
|
@see @ref overview_xrc, @ref overview_xrcformat
|
||||||
|
|
||||||
@library{wxxrc}
|
@library{wxxrc}
|
||||||
@category{xrc}
|
@category{xrc}
|
||||||
|
Reference in New Issue
Block a user