Small items for code review iteration

* Removing unused OutputType and OutputWrittenEventArgs classes
* Adding class comment blocks
* Tweaking a couple comment blocks as per @kcunanne comments
This commit is contained in:
Benjamin Russell
2016-07-25 13:33:04 -07:00
parent 6664de2252
commit 639ab4f205
7 changed files with 22 additions and 113 deletions

View File

@@ -18,7 +18,8 @@ using System.Linq;
namespace Microsoft.SqlTools.ServiceLayer.LanguageServices
{
/// <summary>
/// Main class for Language Service functionality
/// Main class for Language Service functionality including anything that reqires knowledge of
/// the language to perfom, such as definitions, intellisense, etc.
/// </summary>
public sealed class LanguageService
{