summaryrefslogtreecommitdiff
path: root/lib/igt_aux.c
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2015-04-20 12:35:01 +0100
committerThomas Wood <thomas.wood@intel.com>2015-04-21 10:52:14 +0100
commit5b7edb9cb010fc770f069a2fbba2782ea3ee6936 (patch)
tree8ac427d355674332f5c643a9d190a5247466032e /lib/igt_aux.c
parentcc9110c44733f63d1c81fc546becf7b22fbac394 (diff)
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 <thomas.wood@intel.com>
Diffstat (limited to 'lib/igt_aux.c')
-rw-r--r--lib/igt_aux.c2
1 files changed, 1 insertions, 1 deletions
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=&lt;var&gt; variable. Multiple keys
+ * var is set in the --interactive-debug=<var> variable. Multiple keys
* can be specified as a comma-separated list or alternatively "all" if a wait
* should happen for all cases.
*