Some documentation improvements to obs-service.h

master
fryshorts 2014-10-12 20:02:23 +02:00
parent 87586d1cf5
commit b4a5832ec7
1 changed files with 7 additions and 0 deletions

View File

@ -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;