Skip to content

Commit

Permalink
docs: format endsection function documentation comment
Browse files Browse the repository at this point in the history
  • Loading branch information
threeal committed Jun 4, 2024
1 parent 684e660 commit 89185d1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cmake/Assertion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -305,11 +305,9 @@ endmacro()

# Ends the current test section.
#
# ```cmake
# endsection()
# ```
#
# Ends the current test section and marks it as passed.
# This macro ends the current test section and marks it as passed.
macro(endsection)
message(CHECK_PASS passed)
endmacro()

0 comments on commit 89185d1

Please sign in to comment.