summaryrefslogtreecommitdiff
path: root/va/va.h
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2011-11-04 17:33:48 +0100
committerXiang, Haihao <haihao.xiang@intel.com>2013-05-28 16:38:42 +0800
commite5ddc84640103becad04aa0ab50e103ddf4fa583 (patch)
treeb2b68d210e501a02a8f1ea8565cc7acb6da991cd /va/va.h
parentbb8cf60bb5e41006eeafc06c9baf86f5bd1dbbaa (diff)
doc: add placeholder for the Core API.
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
Diffstat (limited to 'va/va.h')
-rw-r--r--va/va.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/va/va.h b/va/va.h
index 04c8f3f..3401878 100644
--- a/va/va.h
+++ b/va/va.h
@@ -68,6 +68,13 @@
* contributed to various aspects of the API.
*/
+/**
+ * \file va.h
+ * \brief The Core API
+ *
+ * This file contains the \ref api_core "Core API".
+ */
+
#ifndef _VA_H_
#define _VA_H_
@@ -77,6 +84,12 @@
extern "C" {
#endif
+/**
+ * \defgroup api_core Core API
+ *
+ * @{
+ */
+
/*
Overview
@@ -2276,6 +2289,8 @@ VAStatus vaSetDisplayAttributes (
int num_attributes
);
+/**@}*/
+
#ifdef __cplusplus
}
#endif