From 5524711e540e79f76333cf2462c85022691aee54 Mon Sep 17 00:00:00 2001 From: fryshorts Date: Sun, 12 Oct 2014 16:54:39 +0200 Subject: [PATCH] Some documentation improvements in obs-properties.h Create a stub for the documentation page. --- libobs/obs-properties.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/libobs/obs-properties.h b/libobs/obs-properties.h index 743483dbc..e900a356b 100644 --- a/libobs/obs-properties.h +++ b/libobs/obs-properties.h @@ -20,6 +20,20 @@ #include "util/c99defs.h" #include "obs-data.h" +/** + * @file + * @brief libobs header for the properties system used in libobs + * + * @page properties Properties + * @brief Platform and Toolkit independent settings implementation + * + * @section prop_overview_sec Overview + * + * libobs uses a property system which lets for example sources specify + * settings that can be displayed to the user by the UI. + * + */ + #ifdef __cplusplus extern "C" { #endif