aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.CodeGeneration/ObservablesAdapterFile.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.CodeGeneration/ObservablesAdapterFile.cs')
-rw-r--r--Software/Visual_Studio/Tango.CodeGeneration/ObservablesAdapterFile.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.CodeGeneration/ObservablesAdapterFile.cs b/Software/Visual_Studio/Tango.CodeGeneration/ObservablesAdapterFile.cs
index 7b1e3d8fe..f62149757 100644
--- a/Software/Visual_Studio/Tango.CodeGeneration/ObservablesAdapterFile.cs
+++ b/Software/Visual_Studio/Tango.CodeGeneration/ObservablesAdapterFile.cs
@@ -6,6 +6,10 @@ using System.Threading.Tasks;
namespace Tango.CodeGeneration
{
+ /// <summary>
+ /// Represents the Tango DAL layer observables adapter code file.
+ /// </summary>
+ /// <seealso cref="Tango.CodeGeneration.Class" />
public class ObservablesAdapterFile : Class
{