2010-05-31 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / test-xml-002.cs
blobf18e3248d1ec7bddcec48d20020caaedb57a00f1
1 // Compiler options: -doc:xml-002.xml
2 using System;
4 namespace Testing
6 /// <summary>
7 /// comment on class
8 /// </summary>
9 public class Test
11 public static void Main ()
16 /// <summary>
17 /// Incorrect comment markup. See <see cref="T:Testing.Test" /> too.
18 /// </incorrect>
19 public class Test2
23 /**
24 <summary>
25 another Java-style documentation style
26 </summary>
28 public class Test3
32 /// indentation level test <seealso
33 /// cref="T:Testing.Test" />.
34 public class Test4