mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-26 13:20:07 +03:00
corrected templateDeclaration closing tag
This commit is contained in:
parent
3e3052bd81
commit
aad6f7d1f6
1 changed files with 1 additions and 1 deletions
|
@ -1175,7 +1175,7 @@ class XMLPrinter : ASTVisitor
|
|||
{
|
||||
if (dec !is null) visit(dec);
|
||||
}
|
||||
output.writeln("<templateDeclaration>");
|
||||
output.writeln("</templateDeclaration>");
|
||||
}
|
||||
|
||||
override void visit(TemplateInstance templateInstance)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue