/NRefactory/ICSharpCode.NRefactory.VB/Lexer/Special/CommentType.cs
http://github.com/icsharpcode/ILSpy · C# · 14 lines · 4 code · 2 blank · 8 comment · 0 complexity · 4addbc5d1c6ae9d01fefe76d41aa3ba9 MD5 · raw file
- // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt)
- // This code is distributed under MIT X11 license (for details please see \doc\license.txt)
- using System;
- namespace ICSharpCode.NRefactory.VB
- {
- // public enum CommentType
- // {
- // Block,
- // SingleLine,
- // Documentation
- // }
- }