Reword Ecore_Con doxy a little to be a bit nicer.

SVN revision: 32916
This commit is contained in:
Christopher Michael 2007-11-30 08:10:37 +00:00
parent 0ceaf246a2
commit ac03429c22
1 changed files with 3 additions and 3 deletions

View File

@ -40,9 +40,9 @@
* There are two main objects in the @c Ecore_Con library: the @c * There are two main objects in the @c Ecore_Con library: the @c
* Ecore_Con_Server and the @c Ecore_Con_Client. * Ecore_Con_Server and the @c Ecore_Con_Client.
* *
* The @c Ecore_Con_Server represents a server to connect to. It is * The @c Ecore_Con_Server represents a server that can be connected to.
* represents a server that can be connected to. It is used regardless * It is used regardless of whether the program is acting as a server or
* of whether the program is acting as a server or client itself. * client itself.
* *
* To create a listening server, call @c ecore_con_server_add(). * To create a listening server, call @c ecore_con_server_add().
* *