doc: Fix warning about unsupported xml/html tag

Change-Id: I721b87076ddb6a5b97ed7a219d39b20697a89e74
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
Peter Mitsis 2016-02-11 13:21:48 -05:00 committed by Gerrit Code Review
parent 87b6665592
commit e4090ee176

View file

@ -49,7 +49,7 @@
* x = foo ();
* __ASSERT (x != 0, "foo() returned zero!");
*
* If __ASSERT() is disabled, then <x> is assigned a value, but never used.
* If __ASSERT() is disabled, then 'x' is assigned a value, but never used.
* This type of situation can be resolved using the __ASSERT_EVAL() macro.
*
* __ASSERT_EVAL ((void) foo(),