Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2008-08-19 18:27:15


Author: danieljames
Date: 2008-08-19 18:27:14 EDT (Tue, 19 Aug 2008)
New Revision: 48238
URL: http://svn.boost.org/trac/boost/changeset/48238

Log:
Change tag of link errors from *HTML* to *LINK*.

I'm going to check for links in other types of files.

Text files modified:
   trunk/tools/inspect/link_check.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/tools/inspect/link_check.hpp
==============================================================================
--- trunk/tools/inspect/link_check.hpp (original)
+++ trunk/tools/inspect/link_check.hpp 2008-08-19 18:27:14 EDT (Tue, 19 Aug 2008)
@@ -36,7 +36,7 @@
     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(


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk