From: Andrew Cooper Date: Mon, 10 Jul 2017 13:00:09 +0000 (+0100) Subject: docs: Fix up the doxygen formatting for _ASM_TRAP_OK() X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d94ba594f2e680dc4f1d1026df38b8d0fb5a5dc1;p=people%2Fandrewcoop%2Fxen-test-framework.git docs: Fix up the doxygen formatting for _ASM_TRAP_OK() Signed-off-by: Andrew Cooper --- diff --git a/include/xtf/extable.h b/include/xtf/extable.h index 23bfcc1..e93331e 100644 --- a/include/xtf/extable.h +++ b/include/xtf/extable.h @@ -50,8 +50,9 @@ #define _ASM_EXTABLE(fault, fixup) _ASM_EXTABLE_HANDLER(fault, fixup, 0) /** - * Create an exception table entry, whitelisting a trap as being ok at @param - * loc. (ab)uses the fault fixup logic to fixup to its current position. + * Create an exception table entry, whitelisting a trap as being ok at @p loc. + * (ab)uses the fault fixup logic to fixup to its current position. + * @param loc Location of the trap. */ #define _ASM_TRAP_OK(loc) _ASM_EXTABLE(loc, loc)