Skip to content

Commit

Permalink
docs: format section function documentation comment
Browse files Browse the repository at this point in the history
  • Loading branch information
threeal committed Jun 4, 2024
1 parent 6715416 commit c6f9feb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cmake/Assertion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -295,12 +295,10 @@ endfunction()

# Begins a new test section.
#
# ```cmake
# section(<name>)
# ```
#
# Begins a new test section named `name`. Use the `endsection` macro to end the
# test section.
# This macro begins a new test section named `<name>`. Use the `endsection`
# macro to end the test section.
macro(section NAME)
message(CHECK_START "${NAME}")
endmacro()
Expand Down

0 comments on commit c6f9feb

Please sign in to comment.