repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2009-05-13 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
cs1591-3.cs
blob
9f21f303ef3582c4553955293f5abf614721a5b4
1
// cs1591-3.cs: Missing XML comment for publicly visible type or member `Testing.Foo'
2
// Line: 12
3
// Compiler options: -doc:dummy.xml -warnaserror -warn:4
4
5
using
System
;
6
7
namespace
Testing
8
{
9
public enum
Foo
10
{
11
}
12
}