From d1e8b5dc2cfa93bf042773b4bf04a0f0bfc1f53d Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Mon, 8 Jan 2018 15:28:10 +0200 Subject: Added code comments for: CodeGeneration. Core. --- Software/Visual_Studio/Tango.CodeGeneration/ObservablesAdapterFile.cs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Software/Visual_Studio/Tango.CodeGeneration/ObservablesAdapterFile.cs') 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 { + /// + /// Represents the Tango DAL layer observables adapter code file. + /// + /// public class ObservablesAdapterFile : Class { -- cgit v1.3.1