summaryrefslogtreecommitdiff
path: root/lib/igt_core.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_core.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_core.c')
-rw-r--r--lib/igt_core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/igt_core.c b/lib/igt_core.c
index 700604f7..7d04f2c4 100644
--- a/lib/igt_core.c
+++ b/lib/igt_core.c
@@ -157,10 +157,10 @@
* test logic.
*
* - When adding a new feature test function which uses igt_skip() internally,
- * use the &lt;prefix&gt;_require_&lt;feature_name&gt; naming scheme. When you
+ * use the <prefix>_require_<feature_name> naming scheme. When you
* instead add a feature test function which returns a boolean, because your
* main test logic must take different actions depending upon the feature's
- * availability, then instead use the &lt;prefix&gt;_has_&lt;feature_name&gt;.
+ * availability, then instead use the <prefix>_has_<feature_name>.
*
* - As already mentioned eschew explicit error handling logic as much as
* possible. If your test absolutely has to handle the error of some function