1
0
Fork 0

use doxygen todo list

This commit is contained in:
Kevin Matz 2021-08-26 11:54:08 -04:00
parent 44c87055fd
commit 8de1af8e89
4 changed files with 3 additions and 5 deletions

View File

@ -95,7 +95,7 @@ struct address_type
/**
* @brief 5.1.5 The range struct
*/
/// TODO: maybe template this struct based on address_length
/// \todo maybe template this struct based on address_length
struct range
: PDU::pdu_stream_object
{

View File

@ -41,7 +41,6 @@ Channel::Channel(std::shared_ptr<Component> owner, Direction direction) {
* @brief Channel::~Channel & closes the channel cleanly.
*/
Channel::~Channel() {
// TODO: close the channel.
}
/// \todo close the channel on destructor.
} // namespace ACN::SDT

View File

@ -57,7 +57,7 @@ void Leader::SdtReceiver(PDU::Message<RLP::Pdu> root)
for(auto const &sdt : *block->pdu) {
switch(sdt->vector()) {
/// TODO: handle SDT
/// \todo handle SDT
default:
break;
}

View File

@ -287,7 +287,6 @@ void uuid::setNCSBytes_()
/**
* @brief uuid::setRFC4122Bytes
* TODO: Check endianness
*/
void uuid::setRFC4122Bytes_()
{