summaryrefslogtreecommitdiff
path: root/lib/igt_draw.h
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2015-05-14 16:00:25 +0100
committerThomas Wood <thomas.wood@intel.com>2015-05-14 17:00:40 +0100
commit6141aa2dad814ba8e1254c8e8213f1ba3ae6835a (patch)
tree201599dcd8d2c595f61c8defe434625fe1fc6b75 /lib/igt_draw.h
parent1f6f6c07bd5bed8540dd309c3f5eac9270955f72 (diff)
docs: various documentation fixes
Fix various typos, add missing parameter documentation, include the igt_draw section and update the list of ignored headers. Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'lib/igt_draw.h')
-rw-r--r--lib/igt_draw.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/igt_draw.h b/lib/igt_draw.h
index 61ffad5c..9d8413a4 100644
--- a/lib/igt_draw.h
+++ b/lib/igt_draw.h
@@ -29,10 +29,10 @@
#include "igt_fb.h"
/**
- *igt_draw_method:
+ * igt_draw_method:
* @IGT_DRAW_MMAP_CPU: draw using a CPU mmap.
* @IGT_DRAW_MMAP_GTT: draw using a GTT mmap.
- * @IGT-DRAW_MMAP_WC: draw using the WC mmap.
+ * @IGT_DRAW_MMAP_WC: draw using the WC mmap.
* @IGT_DRAW_PWRITE: draw using the pwrite ioctl.
* @IGT_DRAW_BLT: draw using the BLT ring.
* @IGT_DRAW_RENDER: draw using the render ring.