diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-01-08 18:34:45 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-01-08 18:34:45 +0200 |
| commit | a4ddbde21bf4d16523c0433c3ca2ad534b325fa1 (patch) | |
| tree | a9ddb7e6c97214d8aac1b3f11563091664e907d4 /Software/Visual_Studio/Tango.Protobuf/Compilers | |
| parent | 0f055799156b40979d87962d90ef82720ef19df1 (diff) | |
| download | Tango-a4ddbde21bf4d16523c0433c3ca2ad534b325fa1.tar.gz Tango-a4ddbde21bf4d16523c0433c3ca2ad534b325fa1.zip | |
Added code comments for Protobuf.
Diffstat (limited to 'Software/Visual_Studio/Tango.Protobuf/Compilers')
| -rw-r--r-- | Software/Visual_Studio/Tango.Protobuf/Compilers/CppCompiler.cs | 2 |
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 |
