repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[tuner] handle the case with multiple "preserve" attributes
[mono-project.git]
/
mcs
/
tests
/
test-xml-021.cs
blob
542e2784bcdab71e9aae497e4937e6656c32d36d
1
// Compiler options: -doc:xml-021.xml
2
using
System
;
3
4
namespace
Testing
5
{
6
public class
Test
7
{
8
public static void
Main
()
9
{
10
}
11
12
/// comment for internal class
13
public class
InternalClass
14
{
15
}
16
17
/// comment for internal struct
18
public struct
InternalStruct
19
{
20
}
21
}
22
}
23