<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -37,21 +37,21 @@ namespace CrissCross
 		/*! \brief Possible states of socket instances. */
 		typedef enum
 		{
-			SOCKET_STATE_UNKNOWN,           /*!&lt; \brief&lt; The state has not yet been specified or is currently not known. */
-			SOCKET_STATE_NOT_CREATED,       /*!&lt; \brief&lt; The socket is not yet instantiated. */
-			SOCKET_STATE_ERROR,             /*!&lt; \brief&lt; The socket has encountered an error. */
-			SOCKET_STATE_CLOSED,            /*!&lt; \brief&lt; The socket is closed. */
-			SOCKET_STATE_LISTENING,         /*!&lt; \brief&lt; The socket is listening for incoming connections (or data, if UDP). */
-			SOCKET_STATE_CONNECTING,        /*!&lt; \brief&lt; The socket is doing an asynchronous connect to a remote host. */
-			SOCKET_STATE_CONNECTED          /*!&lt; \brief&lt; The socket is connected to a remote host. */
+			SOCKET_STATE_UNKNOWN,           /*!&lt; \brief The state has not yet been specified or is currently not known. */
+			SOCKET_STATE_NOT_CREATED,       /*!&lt; \brief The socket is not yet instantiated. */
+			SOCKET_STATE_ERROR,             /*!&lt; \brief The socket has encountered an error. */
+			SOCKET_STATE_CLOSED,            /*!&lt; \brief The socket is closed. */
+			SOCKET_STATE_LISTENING,         /*!&lt; \brief The socket is listening for incoming connections (or data, if UDP). */
+			SOCKET_STATE_CONNECTING,        /*!&lt; \brief The socket is doing an asynchronous connect to a remote host. */
+			SOCKET_STATE_CONNECTED          /*!&lt; \brief The socket is connected to a remote host. */
 		} socketState;
 
 		/*! \brief Socket protocols. */
 		typedef enum
 		{
-			PROTOCOL_NONE,                          /*!&lt; \brief&lt; No protocol specified. */
-			PROTOCOL_TCP,                           /*!&lt; \brief&lt; Transmission Control Protocol. */
-			PROTOCOL_UDP                            /*!&lt; \brief&lt; User Datagram Protocol. */
+			PROTOCOL_NONE,                          /*!&lt; \brief No protocol specified. */
+			PROTOCOL_TCP,                           /*!&lt; \brief Transmission Control Protocol. */
+			PROTOCOL_UDP                            /*!&lt; \brief User Datagram Protocol. */
 		} socketProtocol;
 
 		/*! \brief The abstract core socket class. */</diff>
      <filename>source/crisscross/core_socket.h</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>fd87017570313348187083bc8fb7a0f8eddfcd70</id>
    </parent>
  </parents>
  <author>
    <name>Eddie Ringle</name>
    <email>eddie@eringle.net</email>
  </author>
  <url>http://github.com/tycho/crisscross/commit/574673bbdf1d868ee7f6c0ca30bcf904f400fce7</url>
  <id>574673bbdf1d868ee7f6c0ca30bcf904f400fce7</id>
  <committed-date>2009-11-08T09:44:27-08:00</committed-date>
  <authored-date>2009-11-03T14:10:10-08:00</authored-date>
  <message>core_socket.h: Removing extra left bracket in doxygen comment

Signed-off-by: Eddie Ringle &lt;eddie@eringle.net&gt;</message>
  <tree>74c751a1798b0205432f6acf7be284e26d69d6af</tree>
  <committer>
    <name>Steven Noonan</name>
    <email>steven@uplinklabs.net</email>
  </committer>
</commit>
