2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1592.cs
blob2fbbbc15c4b1fbc86202b736fee255eb09993dc8
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
5 namespace Testing
7 /// blah
8 public class Test
10 // warning
11 /// <include file='there-is-no-such-file' path='/foo/bar' />
12 public void Baz (int x)