From e4364b7d4c0bcb1a970678badd3daff0ea169be9 Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne Date: Fri, 4 Nov 2011 17:33:48 +0100 Subject: [PATCH] doc: add placeholder for the Core API. Signed-off-by: Gwenole Beauchesne --- doc/Makefile.am | 1 + va/va.h | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/doc/Makefile.am b/doc/Makefile.am index 36c3905..44c31fe 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -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 --- 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 @@ -1994,6 +2007,8 @@ VAStatus vaSetDisplayAttributes ( int num_attributes ); +/**@}*/ + #ifdef __cplusplus } #endif -- 2.7.4