2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1591-4.cs
blobf5a475284b44ca0929b4b419191121fc2883f57a
1 // cs1591-4.cs: Missing XML comment for publicly visible type or member `Testing.Foo.Foo'
2 // Line: 12
3 // Compiler options: -doc:dummy.xml -warnaserror -warn:4
5 using System;
7 namespace Testing
9 /// comment is here.
10 public enum Foo
12 Foo,
13 /// required for all enum members
14 Bar