Update dsymbol/src/dsymbol/builtin/symbols.d

Co-authored-by: Jan Jurzitza <gh@webfreak.org>
This commit is contained in:
Vushu 2023-05-10 06:50:10 +02:00 committed by Jan Jurzitza
parent 6edf6a9aee
commit 4d3bc1142d
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ TTree!(DSymbol*, SymbolsAllocator, true, "a < b") enumSymbols;
TTree!(DSymbol*, SymbolsAllocator, true, "a < b") pointerSymbols;
/**
* Templated properties
* Properties for the template arguments of declarations (none)
*/
TTree!(DSymbol*, SymbolsAllocator, true, "a < b") templatedSymbols;
/**