[FFmpeg-devel] [PATCH 12/17] avutil/murmur3: add Doxy @file and group

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sun Nov 3 22:07:11 CET 2013


On Sat, Nov 02, 2013 at 03:03:26PM -0700, Timothy Gu wrote:
> +/**
> + * @file
> + * @brief Murmur3 hasher
> + * @author Reimar Döffinger <Reimar.Doeffinger at gmx.de>
> + * @ingroup lavu_murmur3
> + */
> +
>  #include <stdint.h>
>  #include "mem.h"
>  #include "intreadwrite.h"
> diff --git a/libavutil/murmur3.h b/libavutil/murmur3.h
> index f29ed97..6b218e1 100644
> --- a/libavutil/murmur3.h
> +++ b/libavutil/murmur3.h
> @@ -23,10 +23,23 @@
>  
>  #include <stdint.h>
>  
> +/**
> + * @file
> + * Public header for libavutil Murmur3 hasher
> + * @author Reimar Döffinger <Reimar.Doeffinger at gmx.de>
> + * @defgroup lavu_murmur3 Murmur3
> + * @ingroup lavu_crypto
> + * @{
> + */

Isn't there some way doxygen can handle those trivial cases
(single .h file and .c file with matching name) by itself?
It seems quite a waste of time to with manual effort do
something that doxygen could figure out on its own in principle...


More information about the ffmpeg-devel mailing list