Skip to content

Commit

Permalink
Merge pull request #312 from tetengo/doxygen
Browse files Browse the repository at this point in the history
Doxygen
  • Loading branch information
kaorut authored Jan 3, 2024
2 parents 8850f99 + bc86d9f commit c8ec1d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions library/lattice/cpp/include/tetengo/lattice/node.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,11 @@ namespace tetengo::lattice
{
return m_index_in_step;
}

/*!
\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
2 changes: 0 additions & 2 deletions library/lattice/cpp/include/tetengo/lattice/string_input.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ namespace tetengo::lattice
{
/*!
\brief A string input.
\tparam T A type.
*/
class string_input : public input
{
Expand Down

0 comments on commit c8ec1d3

Please sign in to comment.