The way to exclude the build directory caused a problem when the project root is in a directory called build. This caused doxygen to not find anything when running on lilybuild. We moved the exclude directories from EXCLUDE_PATTERNS to EXCLUDE so that the full path of the project will not interfere with the doc generation process.
Type: skip