aboutsummaryrefslogtreecommitdiffstats
path: root/Software
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-01-08 18:34:45 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-01-08 18:34:45 +0200
commita4ddbde21bf4d16523c0433c3ca2ad534b325fa1 (patch)
treea9ddb7e6c97214d8aac1b3f11563091664e907d4 /Software
parent0f055799156b40979d87962d90ef82720ef19df1 (diff)
downloadTango-a4ddbde21bf4d16523c0433c3ca2ad534b325fa1.tar.gz
Tango-a4ddbde21bf4d16523c0433c3ca2ad534b325fa1.zip
Added code comments for Protobuf.
Diffstat (limited to 'Software')
-rw-r--r--Software/Visual_Studio/Tango.Protobuf/Compilers/CppCompiler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Protobuf/Compilers/CppCompiler.cs b/Software/Visual_Studio/Tango.Protobuf/Compilers/CppCompiler.cs
index e8ea998d5..68c840275 100644
--- a/Software/Visual_Studio/Tango.Protobuf/Compilers/CppCompiler.cs
+++ b/Software/Visual_Studio/Tango.Protobuf/Compilers/CppCompiler.cs
@@ -7,7 +7,7 @@ using System.Threading.Tasks;
namespace Tango.Protobuf.Compilers
{
/// <summary>
- /// Represents a protobuf C# Compiler.
+ /// Represents a protobuf C++ Compiler.
/// </summary>
/// <seealso cref="Tango.Protobuf.ProtoCompiler" />
public class CppCompiler : ProtoCompiler