doc: add placeholder for the Core API.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Fri, 4 Nov 2011 16:33:48 +0000 (17:33 +0100)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Sun, 18 Dec 2011 18:19:00 +0000 (19:19 +0100)
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
doc/Makefile.am
va/va.h

index 36c3905..44c31fe 100644 (file)
@@ -29,6 +29,7 @@ EXTRA_DIST = \
 
 VA_HEADER_DIR   = $(top_srcdir)/va
 VA_HEADER_FILES = \
+       $(VA_HEADER_DIR)/va.h           \
        $(NULL)
 
 export VA_HEADER_DIR
diff --git a/va/va.h b/va/va.h
index 2ff501b..113c13f 100644 (file)
--- a/va/va.h
+++ b/va/va.h
  *  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_
 
 extern "C" {
 #endif
 
+/**
+ * \defgroup api_core Core API
+ *
+ * @{
+ */
+
 /* 
 Overview 
 
@@ -1994,6 +2007,8 @@ VAStatus vaSetDisplayAttributes (
     int num_attributes
 );
 
+/**@}*/
+
 #ifdef __cplusplus
 }
 #endif