eol
[mcs.git] / tests / test-xml-005.cs
blob7d331365b69f447157361ae5aa1c9245b07accc8
1 // Compiler options: -doc:xml-005.xml
2 using System;
4 namespace Testing
6 /// <summary>
7 /// comment for interface
8 /// </summary>
9 public interface InterfaceTest
13 /// <summary>
14 /// incorrect markup comment for interface
15 /// </incorrect>
16 public interface InterfaceTest2
20 /**
21 <summary>
22 Java style comment for interface
23 </summary>
25 public interface InterfaceTest3
29 public class Test
31 public static void Main ()