doxy: provide a start page and document libavutil

Introduce a basic layout, the subpages are currently left empty.

Split libavutil in multiple groups as example of the structure
This commit is contained in:
Luca Barbato
2011-11-20 20:38:24 +01:00
parent 384bdaceeb
commit 757cd8d876
19 changed files with 377 additions and 16 deletions

View File

@@ -22,6 +22,10 @@
#define AVUTIL_RANDOM_SEED_H
#include <stdint.h>
/**
* @addtogroup lavu_crypto
* @{
*/
/**
* Get random data.
@@ -33,4 +37,8 @@
*/
uint32_t av_get_random_seed(void);
/**
* @}
*/
#endif /* AVUTIL_RANDOM_SEED_H */