docs/reference/tmpl/lm-connection.sgml
changeset 91 d51b8e4f43d9
parent 84 7ae7b690aa89
child 92 2307509710de
--- a/docs/reference/tmpl/lm-connection.sgml	Tue Aug 24 23:37:38 2004 +0000
+++ b/docs/reference/tmpl/lm-connection.sgml	Thu Aug 26 22:41:08 2004 +0000
@@ -109,14 +109,14 @@
 
 <!-- ##### ENUM LmConnectionState ##### -->
 <para>
-
+Describes the current state of an #LmConnection.
 </para>
 
-@LM_CONNECTION_STATE_DISCONNECTED: 
-@LM_CONNECTION_STATE_CONNECTING: 
-@LM_CONNECTION_STATE_CONNECTED: 
-@LM_CONNECTION_STATE_AUTHENTICATING: 
-@LM_CONNECTION_STATE_AUTHENTICATED: 
+@LM_CONNECTION_STATE_CLOSED: The connection is closed.
+@LM_CONNECTION_STATE_OPENING: The connection is in the process of opening.
+@LM_CONNECTION_STATE_OPEN: The connection is open.
+@LM_CONNECTION_STATE_AUTHENTICATING: The connection is in the process of authenticating.
+@LM_CONNECTION_STATE_AUTHENTICATED: The connection is authenticated and is ready to start sending/receiving messages.
 
 <!-- ##### USER_FUNCTION LmResultFunction ##### -->
 <para>