Update dsymbol/src/dsymbol/builtin/symbols.d
Co-authored-by: Jan Jurzitza <gh@webfreak.org>
This commit is contained in:
parent
6edf6a9aee
commit
4d3bc1142d
|
@ -46,7 +46,7 @@ TTree!(DSymbol*, SymbolsAllocator, true, "a < b") enumSymbols;
|
||||||
TTree!(DSymbol*, SymbolsAllocator, true, "a < b") pointerSymbols;
|
TTree!(DSymbol*, SymbolsAllocator, true, "a < b") pointerSymbols;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Templated properties
|
* Properties for the template arguments of declarations (none)
|
||||||
*/
|
*/
|
||||||
TTree!(DSymbol*, SymbolsAllocator, true, "a < b") templatedSymbols;
|
TTree!(DSymbol*, SymbolsAllocator, true, "a < b") templatedSymbols;
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue