Change tag of link errors from *HTML* to *LINK*.
I'm going to check for links in other types of files. [SVN r48238]
This commit is contained in:
parent
c6ec4cd94a
commit
75146df296
@ -36,7 +36,7 @@ namespace boost
|
||||
public:
|
||||
|
||||
link_check();
|
||||
virtual const char * name() const { return "*HTML*"; }
|
||||
virtual const char * name() const { return "*LINK*"; }
|
||||
virtual const char * desc() const { return "invalid bookmarks, invalid urls, broken links, unlinked files"; }
|
||||
|
||||
virtual void inspect(
|
||||
|
Loading…
Reference in New Issue
Block a user