Minor fixes to the doc

This commit is contained in:
Laurent Gomila 2011-08-26 18:42:54 +02:00
parent b9b3888788
commit 78afc38501
4 changed files with 4 additions and 4 deletions

View File

@ -369,7 +369,7 @@ public :
Response ChangeDirectory(const std::string& directory); Response ChangeDirectory(const std::string& directory);
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
/// Go to the parent directory of the current one /// \brief Go to the parent directory of the current one
/// ///
/// \return Server response to the request /// \return Server response to the request
/// ///

View File

@ -117,7 +117,7 @@ public :
void SetUri(const std::string& uri); void SetUri(const std::string& uri);
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
/// \brief Set the HTTP version fo the request /// \brief Set the HTTP version for the request
/// ///
/// The HTTP version is 1.0 by default. /// The HTTP version is 1.0 by default.
/// ///

View File

@ -94,7 +94,7 @@ public :
void SetBlocking(bool blocking); void SetBlocking(bool blocking);
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
/// \brief Tell whether the socket is blocking or non-blocking mode /// \brief Tell whether the socket is in blocking or non-blocking mode
/// ///
/// \return True if the socket is blocking, false otherwise /// \return True if the socket is blocking, false otherwise
/// ///

View File

@ -109,7 +109,7 @@ public :
Status Connect(const IpAddress& remoteAddress, unsigned short remotePort, Uint32 timeout = 0); Status Connect(const IpAddress& remoteAddress, unsigned short remotePort, Uint32 timeout = 0);
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
/// \brief Disconnect the connect from its remote peer /// \brief Disconnect the socket from its remote peer
/// ///
/// This function gracefully closes the connection. If the /// This function gracefully closes the connection. If the
/// socket is not connected, this function has no effect. /// socket is not connected, this function has no effect.