Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29537 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
% Hostname
|
||||
%
|
||||
|
||||
\membersection{wxIPV4address::Hostname}
|
||||
\membersection{wxIPV4address::Hostname}\label{wxipv4addresshostname}
|
||||
|
||||
\func{bool}{Hostname}{\param{const wxString\&}{ hostname}}
|
||||
|
||||
@@ -32,12 +32,6 @@ or an IP-style address in dot notation (a.b.c.d)
|
||||
Returns true on success, false if something goes wrong
|
||||
(invalid hostname or invalid IP address).
|
||||
|
||||
%
|
||||
% Hostname
|
||||
%
|
||||
|
||||
\membersection{wxIPV4address::Hostname}
|
||||
|
||||
\func{wxString}{Hostname}{\void}
|
||||
|
||||
Returns the hostname which matches the IP address.
|
||||
@@ -46,7 +40,7 @@ Returns the hostname which matches the IP address.
|
||||
% IPAddress
|
||||
%
|
||||
|
||||
\membersection{wxIPV4address::IPAddress}
|
||||
\membersection{wxIPV4address::IPAddress}\label{wxipv4addressipaddress}
|
||||
|
||||
\func{wxString}{IPAddress}{\void}
|
||||
|
||||
@@ -56,7 +50,7 @@ Returns a wxString containing the IP address in dot quad (127.0.0.1) format.
|
||||
% Service
|
||||
%
|
||||
|
||||
\membersection{wxIPV4address::Service}
|
||||
\membersection{wxIPV4address::Service}\label{wxipv4addressservice}
|
||||
|
||||
\func{bool}{Service}{\param{const wxString\&}{ service}}
|
||||
|
||||
@@ -67,12 +61,6 @@ Set the port to that corresponding to the specified {\it service}.
|
||||
Returns true on success, false if something goes wrong
|
||||
(invalid service).
|
||||
|
||||
%
|
||||
% Service
|
||||
%
|
||||
|
||||
\membersection{wxIPV4address::Service}
|
||||
|
||||
\func{bool}{Service}{\param{unsigned short}{ service}}
|
||||
|
||||
Set the port to that corresponding to the specified {\it service}.
|
||||
@@ -82,12 +70,6 @@ Set the port to that corresponding to the specified {\it service}.
|
||||
Returns true on success, false if something goes wrong
|
||||
(invalid service).
|
||||
|
||||
%
|
||||
% Service
|
||||
%
|
||||
|
||||
\membersection{wxIPV4address::Service}
|
||||
|
||||
\func{unsigned short}{Service}{\void}
|
||||
|
||||
Returns the current service.
|
||||
|
Reference in New Issue
Block a user