[Http]: Cosmetic, remove some dead code.
[mono-project.git] / mcs / errors / cs1570-3.cs
blob9a949509b611a1735d57f93253018dbc0c8b2cc9
1 // CS1570: XML documentation comment on `Testing.StructTest2' is not well-formed XML markup ('summary' is expected Line 3, position 4.)
2 // Line: 10
3 // Compiler options: -doc:dummy.xml -warn:1 -warnaserror
5 namespace Testing
7 /// <summary>
8 /// incorrect markup comment for struct
9 /// </incorrect>
10 public struct StructTest2