loudmouth/lm-connection.h
changeset 643 e7ef923056d7
parent 609 8dab2a5c2123
child 690 7ccf2113ec5f
--- a/loudmouth/lm-connection.h	Thu Nov 15 12:18:09 2012 -0800
+++ b/loudmouth/lm-connection.h	Mon Nov 19 19:11:25 2012 +0200
@@ -85,10 +85,13 @@
 
 /**
  * LmDisconnectReason:
- * @LM_DISCONNECT_REASON_OK:  * @LM_DISCONNECT_REASON_PING_TIME_OUT: Connection to the server timed out.
+ * @LM_DISCONNECT_REASON_OK:
+ * @LM_DISCONNECT_REASON_PING_TIME_OUT: Connection to the server timed out.
  * @LM_DISCONNECT_REASON_HUP: The socket emitted that the connection was hung up.
  * @LM_DISCONNECT_REASON_ERROR: A generic error somewhere in the transport layer.
- * @LM_DISCONNECT_REASON_RESOURCE_CONFLICT:  * @LM_DISCONNECT_REASON_INVALID_XML:  * @LM_DISCONNECT_REASON_UNKNOWN: An unknown error.
+ * @LM_DISCONNECT_REASON_RESOURCE_CONFLICT:
+ * @LM_DISCONNECT_REASON_INVALID_XML:
+ * @LM_DISCONNECT_REASON_UNKNOWN: An unknown error.
  *
  * Sent with #LmDisconnectFunction to describe why a connection was closed.
  */