Skip to content

Commit

Permalink
Prevent bogus type assignment in Python output
Browse files Browse the repository at this point in the history
  • Loading branch information
doxygen committed Mar 26, 2023
1 parent 79bad80 commit c78c2de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pyscanner.l
Original file line number Diff line number Diff line change
Expand Up @@ -1248,7 +1248,6 @@ STARTDOCSYMS "##"
break;
}
}
if (yyextra->current->type.isEmpty()) yyextra->current->type = QCString(yytext);
}
yyextra->startInit = FALSE;
yyextra->current->initializer << yytext;
Expand Down

0 comments on commit c78c2de

Please sign in to comment.