aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.CodeGeneration/ObservablesAdapterFile.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-01-08 15:28:10 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-01-08 15:28:10 +0200
commitd1e8b5dc2cfa93bf042773b4bf04a0f0bfc1f53d (patch)
tree1bcd27f1461650204ba2e7b340f271ce703b1a41 /Software/Visual_Studio/Tango.CodeGeneration/ObservablesAdapterFile.cs
parent0ec56a54ca0c64a2f7ba402a1b99b3c217cd5ae5 (diff)
downloadTango-d1e8b5dc2cfa93bf042773b4bf04a0f0bfc1f53d.tar.gz
Tango-d1e8b5dc2cfa93bf042773b4bf04a0f0bfc1f53d.zip
Added code comments for:
CodeGeneration. Core.
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
{