File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -499,13 +499,12 @@ sub detect_comment_block{
499
499
do {no warnings ' uninitialized' ;
500
500
push @CLASSNAME , $3 ;
501
501
if ($#CLASSNAME == 0){
502
- dbg_info(' www' );
503
502
# might be worth to add in-class classes later on
504
503
# in case of a tamplate based class declaration
505
504
# based on an in-class and in the same file
506
505
push @DECLARED_CLASSES , $CLASSNAME [$#CLASSNAME ];
507
506
}
508
- dbg_info(" class: " .$CLASSNAME [$#CLASSNAME ]. $#CLASSNAME );
507
+ dbg_info(" class: " .$CLASSNAME [$#CLASSNAME ]);
509
508
if ($LINE =~ m /\b [A-Z] +_EXPORT\b / || $#CLASSNAME != 0 || $INPUT_LINES [$LINE_IDX -2] =~ m / ^\s *template</ ){
510
509
# class should be exported except those not at top level or template classes
511
510
# if class is not exported, then its methods should be (checked whenever leaving out the class)
You can’t perform that action at this time.
0 commit comments