mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-27 22:00:17 +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);
|
if (dec !is null) visit(dec);
|
||||||
}
|
}
|
||||||
output.writeln("<templateDeclaration>");
|
output.writeln("</templateDeclaration>");
|
||||||
}
|
}
|
||||||
|
|
||||||
override void visit(TemplateInstance templateInstance)
|
override void visit(TemplateInstance templateInstance)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue