Update dsymbol/src/dsymbol/builtin/symbols.d
Co-authored-by: Jan Jurzitza <gh@webfreak.org>
This commit is contained in:
parent
a19331f9f9
commit
73811b54bb
|
|
@ -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;
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue