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:
@ -25,6 +25,11 @@
|
||||
#include "config.h"
|
||||
#include "attributes.h"
|
||||
|
||||
/**
|
||||
* @addtogroup lavu_internal
|
||||
* @{
|
||||
*/
|
||||
|
||||
extern const uint32_t ff_inverse[257];
|
||||
|
||||
#if ARCH_ARM
|
||||
@ -76,4 +81,7 @@ static inline av_const unsigned int ff_sqrt(unsigned int a)
|
||||
return b - (a < b * b);
|
||||
}
|
||||
|
||||
/**
|
||||
* @}
|
||||
*/
|
||||
#endif /* AVUTIL_INTMATH_H */
|
||||
|
Reference in New Issue
Block a user