Skip to content

Commit

Permalink
change to 2 slash
Browse files Browse the repository at this point in the history
  • Loading branch information
L0rdLizard committed Apr 11, 2024
1 parent 6b869c5 commit 9d8cc9d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/protocol/Connection.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ namespace STIP {
std::condition_variable messageCv;

public:
/// \brief Connection конструктор
///
/// Конструктор класса Connection
///
/// Создает объект Connection
///
/// \param endpoint - адрес и порт подключения
/// \param socket
// \brief Connection конструктор
//
// Конструктор класса Connection
//
// Создает объект Connection
//
// \param endpoint - адрес и порт подключения
// \param socket
Connection(udp::endpoint &endpoint, udp::socket *socket);

/// \brief Отправка пинга(получение версии протокола)
Expand Down

0 comments on commit 9d8cc9d

Please sign in to comment.