On 2012-08-09 03:31:27 +0200, Diego Biurrun wrote:
> The comments in non-library code never apply to code that is used
> outside of the file and thus never need to be in Doxygen format.
> ---
> 
> Rejoice, this fixes Doxygen build failures.
> 
>  Doxyfile |    6 +++++-
>  1 files changed, 5 insertions(+), 1 deletions(-)
> 
> diff --git a/Doxyfile b/Doxyfile
> index 8e0dcf3..3b37197 100644
> --- a/Doxyfile
> +++ b/Doxyfile
> @@ -616,7 +616,11 @@ RECURSIVE              = YES
>  # excluded from the INPUT source files. This way you can easily exclude a
>  # subdirectory from a directory tree whose root is specified with the INPUT 
> tag.
>  
> -EXCLUDE                =
> +EXCLUDE                = compat                                         \
> +                         doc                                            \
> +                         presets                                        \
> +                         tests                                          \
> +                         tools                                          \

is there anything in '.' which would have useful Doxygen comments?
Specifying the library dirs explicitly as search path makes imho more
sense than excluding everything else.

Janne
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to