Skip to content

Commit feb76a7

Browse files
committed
refactor xml
1 parent 5fc6062 commit feb76a7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: source/lib/XML.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -318,9 +318,6 @@ write(
318318
{ "usr", toBase64(I.USR) }
319319
});
320320
writeSymbolInfo(I);
321-
//writeTagLine("fullname", I.FullName);
322-
//writeTagLine("typedef", std::to_string(I.IsTypeDef));
323-
//write(I.Members);
324321
writeRecords(I.Children.Records);
325322
write(I.Children.functions);
326323
write(I.Children.Enums);

0 commit comments

Comments
 (0)