diff options
Diffstat (limited to 'Software/Visual_Studio/Tango.CodeGeneration/Helper.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.CodeGeneration/Helper.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.CodeGeneration/Helper.cs b/Software/Visual_Studio/Tango.CodeGeneration/Helper.cs index 2e0e449f1..dff85a011 100644 --- a/Software/Visual_Studio/Tango.CodeGeneration/Helper.cs +++ b/Software/Visual_Studio/Tango.CodeGeneration/Helper.cs @@ -10,6 +10,9 @@ using System.Threading.Tasks; namespace Tango.CodeGeneration { + /// <summary> + /// Contains several code generation helper methods. + /// </summary> internal static class Helper { /// <summary> |
