Some documentation improvements in obs.h

A stub for the main documentation page was created.
This commit is contained in:
fryshorts 2014-10-12 16:43:30 +02:00
parent 640aeb7f6b
commit f0db683d0b

View file

@ -63,10 +63,17 @@ typedef struct obs_module obs_module_t;
#include "obs-output.h"
#include "obs-service.h"
/*
/**
* @file
* @brief Main libobs header used by applications.
*
* @mainpage
*
* @section intro_sec Introduction
*
* This document describes the api for libobs to be used by applications as well
* as @ref modules_page implementing some kind of functionality.
*
* Main libobs header used by applications.
*/
#ifdef __cplusplus