diff --git a/_contrib/bco-htmlproof b/_contrib/bco-htmlproof index 3d01088e..c5c55643 100755 --- a/_contrib/bco-htmlproof +++ b/_contrib/bco-htmlproof @@ -25,6 +25,8 @@ HTML::Proofer.new( ## Check whether HTML is well-formed :check_html => true, + :file_ignore => [ /.*\/(doxygen)\/.*/ ], + ## Links to ignore :href_ignore => [ '#', ## hrefs pointing to the current page (htmlproofer fails them)