Skip to content

Commit

Permalink
Correct a Doxygen coment #307
Browse files Browse the repository at this point in the history
  • Loading branch information
kaorut committed Nov 19, 2023
1 parent 5e7cb33 commit bc86d9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/lattice/cpp/include/tetengo/lattice/node.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ namespace tetengo::lattice
}

/*!
\brief Returns the index of the preceding step.
\brief Returns the preceding step.
\return The index of the preceding step.
\return The preceding step.
*/
[[nodiscard]] constexpr std::size_t preceding_step() const
{
Expand Down

0 comments on commit bc86d9f

Please sign in to comment.