Skip to content

Commit

Permalink
Add proper symbol qualifier to function symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuukk authored and WebFreak001 committed Nov 14, 2023
1 parent 5244f81 commit 09f4e7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dsymbol/src/dsymbol/conversion/first.d
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ final class FirstPass : ASTVisitor
scope (exit) popSymbol();
currentSymbol.acSymbol.protection = protection.current;
currentSymbol.acSymbol.doc = makeDocumentation(dec.comment);
currentSymbol.acSymbol.qualifier = SymbolQualifier.func;

istring lastComment = this.lastComment;
this.lastComment = istring.init;
Expand Down

0 comments on commit 09f4e7e

Please sign in to comment.