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
2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
cs1584-4.cs
blob
7d411f0c0d2052222d426f0bc0bab20011cab682
1
// cs1584-4.cs: XML comment on `Test' has syntactically incorrect cref attribute `Mai()n'
2
// Line: 7
3
// Compiler options: -doc:dummy.xml -warnaserror -warn:1
4
5
using
System
;
6
/// <see cref="Mai()n" />
7
public class
Test
8
{
9
}