瀏覽代碼

Some documentation improvements in obs-properties.h

Create a stub for the documentation page.
fryshorts 11 年之前
父節點
當前提交
5524711e54
共有 1 個文件被更改,包括 14 次插入0 次删除
  1. 14 0
      libobs/obs-properties.h

+ 14 - 0
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