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

List:       kde-commits
Subject:    [websites/quality-kde-org] apidox/src: doxylog2html.pl - try to ignore bogus multisection label warn
From:       Allen Winter <winter () kde ! org>
Date:       2016-05-01 0:28:23
Message-ID: E1awfFH-0005dk-Lo () scm ! kde ! org
[Download RAW message or body]

Git commit 3c680a1efec745525d0ee1f2c794f1c85bb4358c by Allen Winter.
Committed on 01/05/2016 at 00:27.
Pushed by winterz into branch 'master'.

doxylog2html.pl - try to ignore bogus multisection label warnings

M  +1    -1    apidox/src/doxylog2html.pl

http://commits.kde.org/websites/quality-kde-org/3c680a1efec745525d0ee1f2c794f1c85bb4358c

diff --git a/apidox/src/doxylog2html.pl b/apidox/src/doxylog2html.pl
index 7ddbcbd..dfee6e5 100755
--- a/apidox/src/doxylog2html.pl
+++ b/apidox/src/doxylog2html.pl
@@ -604,7 +604,7 @@ print "GARBAGE=>$line\n";
       return "BADBRIEF";
     }
     if ($line =~ m+multiple use of section label+) {
-      if ($line !~ m/index:/ && $line !~ m/qt\.tag/) {
+      if ($line !~ m/index:/ && $line !~ m/qt\.tag/ && $line !~ m/dox:1/) {
         return "MULTILABEL";
       } else {
         return "";
[prev in list] [next in list] [prev in thread] [next in thread] 

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