Skip to content

Commit

Permalink
Fix doxygen complaint.
Browse files Browse the repository at this point in the history
  • Loading branch information
abh3 committed Jun 28, 2017
1 parent 43c31ec commit 2d56c16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/XrdCl/XrdClMonitor.hh
Expand Up @@ -73,7 +73,7 @@ namespace XrdCl
sTOD.tv_sec = 0; sTOD.tv_usec = 0;
eTOD.tv_sec = 0; eTOD.tv_usec = 0;
}
std::string server; //!< user\@host:port
std::string server; //!< "user@host:port"
std::string auth; //!< authentication protocol used or empty if none
timeval sTOD; //!< gettimeofday() when login started
timeval eTOD; //!< gettimeofday() when login ended
Expand All @@ -87,7 +87,7 @@ namespace XrdCl
{
DisconnectInfo(): rBytes(0), sBytes(0), cTime(0)
{}
std::string server; //!< user\@host:port
std::string server; //!< "user@host:port"
uint64_t rBytes; //!< Number of bytes received
uint64_t sBytes; //!< Number of bytes sent
time_t cTime; //!< Seconds connected to the server
Expand Down Expand Up @@ -195,7 +195,7 @@ namespace XrdCl
{
CheckSumInfo(): oTime(0), tTime(0), isOK(false) {}
TransferInfo transfer; //!< The transfer in question
std::string cksum; //!< Checksum as \<type\>:\<value\>
std::string cksum; //!< Checksum as "type:value"
uint64_t oTime; //!< Microseconds to obtain cksum from origin
uint64_t tTime; //!< Microseconds to obtain cksum from target
bool isOK; //!< True if checksum matched, false otherwise
Expand Down

0 comments on commit 2d56c16

Please sign in to comment.