mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-28 06:10:01 +03:00
Merge pull request #45 from John-Colvin/patch-1
corrected templateDeclaration closing tag
This commit is contained in:
commit
1b5be72c3d
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