2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1570-3.cs
blob442801a6dcfd2c46823e4a9298c0653310a42df9
1 // cs1570-3.cs: XML comment on `T:Testing.StructTest2' has non-well-formed XML ('summary' is expected Line 3, position 4.)
2 // Line: 19
3 // Compiler options: -doc:dummy.xml -warn:1 -warnaserror
5 using System;
7 namespace Testing
9 /// <summary>
10 /// comment for struct
11 /// </summary>
12 public struct StructTest
16 /// <summary>
17 /// incorrect markup comment for struct
18 /// </incorrect>
19 public struct StructTest2
23 /**
24 <summary>
25 Java style commet
26 </summary>
28 public struct StructTest3
32 public class Test
34 public static void Main ()