@@ -187,7 +187,7 @@ endif ()
187187
188188if (NOT COMMAND "info" )
189189
190- #! info : Log an "info" level message - Normal but significant events.
190+ #! info : Log an "info" level message - Informational events.
191191 #
192192 # @see log()
193193 #
@@ -196,7 +196,6 @@ if (NOT COMMAND "info")
196196 # using the LIST_SEPARATOR.
197197 # @param [<mode>] Option - Cmake's message type. Defaults to the `mode` that is
198198 # associated with the specified `level`, defined in RSP_LOG_LEVELS_CMAKE.
199- # NOTICE, when not specified.
200199 # @param [CONTEXT <variable>...] Optional - Evt. variables to output in a "context" associated with the
201200 # log message.
202201 # @param [OUTPUT <variable>] Optional - If specified, message is assigned to output variable instead
@@ -214,7 +213,7 @@ endif ()
214213
215214if (NOT COMMAND "debug" )
216215
217- #! debug : Log an "debug" level message - Normal but significant events.
216+ #! debug : Log a "debug" level message - Debugging information or events.
218217 #
219218 # @see log()
220219 #
@@ -223,7 +222,6 @@ if (NOT COMMAND "debug")
223222 # using the LIST_SEPARATOR.
224223 # @param [<mode>] Option - Cmake's message type. Defaults to the `mode` that is
225224 # associated with the specified `level`, defined in RSP_LOG_LEVELS_CMAKE.
226- # NOTICE, when not specified.
227225 # @param [CONTEXT <variable>...] Optional - Evt. variables to output in a "context" associated with the
228226 # log message.
229227 # @param [OUTPUT <variable>] Optional - If specified, message is assigned to output variable instead
0 commit comments