Skip to content

Commit 090e63f

Browse files
committed
Placed verbatim tags around a pair of brackets that Doxygen interpreted as xml tags
1 parent 57a70d9 commit 090e63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/frameworks/utest/utest/utest_case.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ namespace v1 {
3636
*
3737
* @warning Initialization of handlers with either default_handler or
3838
* ignore_handler helpers will prevent the object to be a POD. Prefer usage
39-
* of NULL in favor of ignore_handler or <handler_type>(1) for default
39+
* of NULL in favor of ignore_handler or \verbatim <handler_type>(1) \endverbatim for default
4040
* handler.
4141
*
4242
* @see Case.

0 commit comments

Comments
 (0)