Diego Biurrun <[email protected]> writes: > True, but this patch fixes Doxygen generation without changing policy > about which parts of libav Doxygen documentation is extracted from. > Can we please apply this, fix the build, and settle the policy issue > separately?
No. This patch attempts to fix a problem by explicitly enumerating everything that should _not_ be used by doxygen. Maintaining negative lists is always error-prone. It is better to list what _should_ be included. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
