diff --git a/vpr/src/server/telegramheader.h b/vpr/src/server/telegramheader.h index d70ba7b6c75..483b5779ebc 100644 --- a/vpr/src/server/telegramheader.h +++ b/vpr/src/server/telegramheader.h @@ -57,7 +57,6 @@ class TelegramHeader { /** * @brief Constructs a TelegramHeader based on the provided body data. * - * @tparam T The type of the body data. * @param body The body data used to calculate the size and checksum. * @param compressor_id The ID of the compressor used for compression (default is 0, means no compressor is used). * @return A TelegramHeader object constructed from the provided body data.