Browse Source

Some documentation improvements to obs-service.h

fryshorts 11 years ago
parent
commit
b4a5832ec7
1 changed files with 7 additions and 0 deletions
  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;