Skip to content

Commit a58a4f2

Browse files
committed
Reformat param descriptions
1 parent f992a7c commit a58a4f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cmake/rsp/debug.cmake

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ if (NOT COMMAND "var_dump")
4646
#! var_dump : Output human readable information about given properties
4747
#
4848
#
49-
# @param [OUTPUT <variable>] Optional - If specified, information is assigned to output variable
50-
# instead of being printed to stderr.
51-
# @param [WITHOUT_NAMES] Option, if given then property names are omitted from the output
52-
# @param [PROPERTIES <variable>...] One or more variables to dump information about.
49+
# @param [OUTPUT <variable>] Optional - If specified, information is assigned to output variable
50+
# instead of being printed to stderr.
51+
# @param [PROPERTIES <variable>...] One or more variables to dump information about.
52+
# @param [WITHOUT_NAMES] Option, if given then property names are omitted from the output
5353
#
5454
# @return
5555
# [OUTPUT] The resulting output variable, if OUTPUT was specified.

0 commit comments

Comments
 (0)