Skip to content

Commit

Permalink
update description class
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed Mar 18, 2023
1 parent 135cacf commit 29ab455
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions OpenMEP/Utils/FamilyUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

namespace OpenMEP.Utils;

/// <summary>Contains utilities related to family operations.</summary>
public class FamilyUtils
{
private FamilyUtils(){}
Expand Down
2 changes: 2 additions & 0 deletions OpenMEP/Utils/LabelUtils.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
namespace OpenMEP.Utils;
/// <summary>Used to obtain user-visible names for enums.</summary>
/// <since>2011</since>
public class LabelUtils
{
private LabelUtils()
Expand Down
3 changes: 2 additions & 1 deletion OpenMEP/Utils/ParameterUtils.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
using Autodesk.Revit.DB;

namespace OpenMEP.Utils;

/// <summary>A utility class of functions related to parameters.</summary>
/// <since>2022</since>
public class ParameterUtils
{
private ParameterUtils()
Expand Down
3 changes: 2 additions & 1 deletion OpenMEP/Utils/UnitUtils.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
using Autodesk.Revit.DB;

namespace OpenMEP.Utils;

/// <summary>A utility class of functions related to units.</summary>
/// <since>2014</since>
public class UnitUtils
{
private UnitUtils()
Expand Down

0 comments on commit 29ab455

Please sign in to comment.