From 5b7edb9cb010fc770f069a2fbba2782ea3ee6936 Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Mon, 20 Apr 2015 12:35:01 +0100 Subject: docs: avoid escaping characters in documentation comments Avoid having to escape certain characters in documentation comments by not allowing docbook markup tags. Markdown formatting in documentation comments is still supported. Signed-off-by: Thomas Wood --- lib/igt_aux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/igt_aux.c') diff --git a/lib/igt_aux.c b/lib/igt_aux.c index 788ac3fb..e011ef4e 100644 --- a/lib/igt_aux.c +++ b/lib/igt_aux.c @@ -413,7 +413,7 @@ void igt_drop_root(void) * @var: var lookup to to enable this wait * * Waits for a key press when run interactively and when the corresponding debug - * var is set in the --interactive-debug=<var> variable. Multiple keys + * var is set in the --interactive-debug= variable. Multiple keys * can be specified as a comma-separated list or alternatively "all" if a wait * should happen for all cases. * -- cgit v1.2.3