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 \ # The EXCLUDE_SYMLINKS tag can be used select whether or not files or # directories that are symbolic links (a Unix filesystem feature) are excluded -- 1.7.1 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
