/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

  1. // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt)
  2. // This code is distributed under MIT X11 license (for details please see \doc\license.txt)
  3. using System;
  4. namespace ICSharpCode.NRefactory.VB
  5. {
  6. // public enum CommentType
  7. // {
  8. // Block,
  9. // SingleLine,
  10. // Documentation
  11. // }
  12. }