mirror of
https://github.com/seigler/dash-docs
synced 2025-07-26 17:26:12 +00:00
Update HTML Proofer to ignore doxygen generated HTML
This commit is contained in:
parent
ec47d3855e
commit
3d9adeeb52
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ HTML::Proofer.new(
|
||||||
## Check whether HTML is well-formed
|
## Check whether HTML is well-formed
|
||||||
:check_html => true,
|
:check_html => true,
|
||||||
|
|
||||||
|
:file_ignore => [ /.*\/(doxygen)\/.*/ ],
|
||||||
|
|
||||||
## Links to ignore
|
## Links to ignore
|
||||||
:href_ignore => [
|
:href_ignore => [
|
||||||
'#', ## hrefs pointing to the current page (htmlproofer fails them)
|
'#', ## hrefs pointing to the current page (htmlproofer fails them)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue