瀏覽代碼

Some documentation improvements to obs-service.h

fryshorts 11 年之前
父節點
當前提交
b4a5832ec7
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      libobs/obs-service.h

+ 7 - 0
libobs/obs-service.h

@@ -17,6 +17,13 @@
 
 #pragma once
 
+/**
+ * @file
+ * @brief header for modules implementing services.
+ *
+ * Services are modules that implement provider specific settings for outputs.
+ */
+
 struct obs_service_info {
 	/* required */
 	const char *id;