Skip to content

Commit

Permalink
remove unnecessary lines in doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kuron99 committed Jul 8, 2024
1 parent bbaf5f7 commit d5c7268
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/thread_info_table.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,6 @@ class thread_info_table {
}

/**
* @details When @a token points to an invalid memory location, an error occurs
* if @a token is referenced.
* To avoid this, it scans the table.
* So if @token is invalid one, return status::WARN_INVALID_TOKEN.
* @tparam interior_node Class information is given at compile time to eliminate
* the dependency between header files.
* @tparam border_node Class information is given at compile time to eliminate the
Expand Down

0 comments on commit d5c7268

Please sign in to comment.