Skip to content

Commit

Permalink
doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed Aug 19, 2019
1 parent 559855a commit 3300481
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tests/ClasslibraryAsSdk/Class.shared.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

namespace MSBuild.Sdk.Extras.Tests
{
/// <summary>
///
/// </summary>
public class Class
{
int SomeMethod(int a, int b) => a + b;
Expand Down
6 changes: 6 additions & 0 deletions Tests/ClasslibraryAsSdk/uwp/MyUserControl1.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,14 @@

namespace ClassLibrary2
{
/// <summary>
///
/// </summary>
public sealed partial class MyUserControl1 : UserControl
{
/// <summary>
///
/// </summary>
public MyUserControl1()
{
this.InitializeComponent();
Expand Down

0 comments on commit 3300481

Please sign in to comment.