// Compiler options: -doc:xml-051.xml -warnaserror using log4net.Repository.Hierarchy; namespace log4net { /// /// /// public interface IFoo {} } namespace log4net.Repository { /// /// /// /// public interface ILog { } } namespace log4net.Repository.Hierarchy { /// public class Hierarchy { static void Main () { } } }