From 3d9adeeb52a19431a312f7f9d4eca24cf53205b1 Mon Sep 17 00:00:00 2001 From: thephez Date: Tue, 9 Jan 2018 16:50:26 -0500 Subject: [PATCH] Update HTML Proofer to ignore doxygen generated HTML --- _contrib/bco-htmlproof | 2 ++ 1 file changed, 2 insertions(+) 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)