// Compiler options: -doc:xml-002.xml using System; namespace Testing { /// /// comment on class /// public class Test { public static void Main () { } } /// /// Incorrect comment markup. See too. /// public class Test2 { } /** another Java-style documentation style */ public class Test3 { } /// indentation level test . public class Test4 { } }