summaryrefslogtreecommitdiff
path: root/src/lib/ecore_con/efl_net_server_fd.eo
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ecore_con/efl_net_server_fd.eo')
-rw-r--r--src/lib/ecore_con/efl_net_server_fd.eo4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/ecore_con/efl_net_server_fd.eo b/src/lib/ecore_con/efl_net_server_fd.eo
index f02091a1b4..97f192ef91 100644
--- a/src/lib/ecore_con/efl_net_server_fd.eo
+++ b/src/lib/ecore_con/efl_net_server_fd.eo
@@ -14,13 +14,13 @@ class Efl.Net.Server_Fd (Efl.Loop_Fd, Efl.Net.Server) {
It will replace @Efl.Net.Server.serve, thus if this is
used, this method will return EALREADY.
- \@note The parameter 'address' given to this function is
+ Note: The parameter 'address' given to this function is
only used to validate the next socket available. It
doesn't search for a socket with the given address. Thus
the socket to be used is the next unused one : order
matters if using multiple servers!
- \@note subclasses must validate the socket and return
+ Note: subclasses must validate the socket and return
EINVAL prior to call the base class with
Efl.Object.super. They must also emit "serving" when
ready. For instance stream protocols may need to check