mirror of
https://github.com/dlang-community/DCD.git
synced 2025-04-25 21:00:02 +03:00
Add proper symbol qualifier to function symbols
This commit is contained in:
parent
5244f81367
commit
09f4e7e932
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue