Commit fda9049e authored by Jan Tattermusch's avatar Jan Tattermusch

remove leading whitespace in C# xml comments

parent 277a8b65
...@@ -74,7 +74,7 @@ void WriteDocCommentBodyImpl(io::Printer* printer, SourceLocation location) { ...@@ -74,7 +74,7 @@ void WriteDocCommentBodyImpl(io::Printer* printer, SourceLocation location) {
printer->Print("///\n"); printer->Print("///\n");
} }
last_was_empty = false; last_was_empty = false;
printer->Print("/// $line$\n", "line", *it); printer->Print("///$line$\n", "line", *it);
} }
} }
printer->Print("/// </summary>\n"); printer->Print("/// </summary>\n");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment