Skip to content

Commit

Permalink
Changed stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelvanHerwaardenRHDHV committed Mar 21, 2019
1 parent b956ffb commit 243f35f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Binary file added documentation/BeyondDynamoUserGuide.docx
Binary file not shown.
3 changes: 3 additions & 0 deletions src/BeyondDynamo/BeyondDynamoExtension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@

namespace BeyondDynamo
{
/// <summary>
/// This Class is the Main Extension for Dynamo
/// </summary>
public class BeyondDynamoExtension : IViewExtension
{
/// <summary>
Expand Down
3 changes: 3 additions & 0 deletions src/BeyondDynamo/BeyondDynamoFunctions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@

namespace BeyondDynamo
{
/// <summary>
/// This Class Contains all the Functions used in the BeyondDynamoExtension Class
/// </summary>
public class BeyondDynamoFunctions
{
/// <summary>
Expand Down

0 comments on commit 243f35f

Please sign in to comment.