Skip to content

Commit

Permalink
Improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Adda0 committed Apr 17, 2024
1 parent d657670 commit d8814c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/mata/nft/nft.hh
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ public:
Levels(std::vector<Level>&& levels): super(std::move(levels)) {}

/**
* @brief Append post vector to the delta.
* @brief Append @p levels_vector to the end of @c this.
*
* @param post_vector Vector of posts to be appended.
* @param[in] levels_vector Vector of levels to be appended.
*/
void append(const Levels& levels_vector) { for (const Level& level: levels_vector) { push_back(level); } }
};
Expand Down

0 comments on commit d8814c2

Please sign in to comment.