// Compiler options: -doc:xml-069.xml using System; namespace XmlComments { /// class Program { /// private enum MyEnum { /// The first entry One, } /// /// /// /// /// /// static void Main(string[] args) { } } }