From: Gwenole Beauchesne Date: Fri, 4 Nov 2011 16:33:48 +0000 (+0100) Subject: doc: add placeholder for the Core API. X-Git-Tag: accepted/trunk/20120822.013104~198 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e4364b7d4c0bcb1a970678badd3daff0ea169be9;p=profile%2Fivi%2Flibva.git doc: add placeholder for the Core API. Signed-off-by: Gwenole Beauchesne --- 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