Skip to content

Commit a0444c1

Browse files
committed
issue #10252 Doxygen produces wrong link from header file
1 parent 2e353ba commit a0444c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/scanner.l

+2
Original file line numberDiff line numberDiff line change
@@ -2209,6 +2209,8 @@ NONLopt [^\n]*
22092209
<FindMembers>"Q_OBJECT"|"Q_GADGET" { // Qt object / gadget macro
22102210
}
22112211
<FindMembers>"Q_PROPERTY" { // Qt property declaration
2212+
yyextra->yyBegLineNr = yyextra->yyLineNr;
2213+
yyextra->yyBegColNr = yyextra->yyColNr;
22122214
yyextra->current->protection = Protection::Public ; // see bug734245 & bug735462
22132215
yyextra->current->mtype = yyextra->mtype = MethodTypes::Property;
22142216
yyextra->current->type.resize(0);

0 commit comments

Comments
 (0)