[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    quality/apidox/src
From:       Allen Winter <winter () kde ! org>
Date:       2010-09-08 21:24:15
Message-ID: 20100908212415.F1180AC857 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1173175 by winterz:

ignore "string ran past end of line" error from dot



 M  +6 -3      doxylog2html.pl  


--- trunk/quality/apidox/src/doxylog2html.pl #1173174:1173175
@@ -2,7 +2,7 @@
 
 ###############################################################################
 # Converts doxygen log files into pretty HTML for the EBN.                    #
-# Copyright (C) 2006-2007,2009 by Allen Winter <winter@kde.org>               #
+# Copyright (C) 2006-2007,2009,2010 by Allen Winter <winter@kde.org>          #
 #                                                                             #
 # This program is free software; you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -47,14 +47,14 @@
 use POSIX qw (strftime);
 
 my($Prog) = 'doxylog2html.pl';
-my($Version) = '1.9';
+my($Version) = '1.91';
 
 my($help) = '';
 my($explain) = '';
 my($version) = '';
 my($export) = 'text';
 my($title) = "APIDOX Results";
-my($cms) = "kde-4.0/kdepim";
+my($cms) = "kde-4.6/kdepim";
 my($rev) = '';
 
 exit 1
@@ -499,6 +499,9 @@
     if ($line =~ m+not a readable file or directory+) {
       return "";
     }
+    if ($line =~ m+string ran past end of line+) {
+      return "";
+    }
     return "UNKNOWN";
   }
   return "";
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic