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-02-19 Rodrigo Kumpera <rkumpera@novell.com>
[mcs.git]
/
errors
/
cs1592.cs
blob
2fbbbc15c4b1fbc86202b736fee255eb09993dc8
1
// cs1592.cs: Badly formed XML in included comments file -- `there-is-no-such-file'
2
// Line: 12
3
// Compiler options: -doc:dummy.xml -warn:1 -warnaserror
4
5
namespace
Testing
6
{
7
/// blah
8
public class
Test
9
{
10
// warning
11
/// <include file='there-is-no-such-file' path='/foo/bar' />
12
public void
Baz
(
int
x
)
13
{
14
}
15
}
16
}
17