2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / test-xml-004.cs
blob7fca0849e894182ca033f3ecf00f6a9574e78e07
1 // Compiler options: -doc:xml-004.xml
2 using System;
4 namespace Testing
6 /// <summary>
7 /// comment for struct
8 /// </summary>
9 public struct StructTest
13 /// <summary>
14 /// incorrect markup comment for struct
15 /// </incorrect>
16 public struct StructTest2
20 /**
21 <summary>
22 Java style commet
23 </summary>
25 public struct StructTest3
29 public class Test
31 public static void Main ()