From 928b8404aa7d47dbc50351f48fdca7334bb32647 Mon Sep 17 00:00:00 2001 From: Laoujin Date: Sat, 31 Jan 2015 20:10:40 +0100 Subject: [PATCH] [CSharp/en]XML Comments can be used for external doc generation and for help within the IDE --- csharp.html.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/csharp.html.markdown b/csharp.html.markdown index 47dd9683..ad43e607 100644 --- a/csharp.html.markdown +++ b/csharp.html.markdown @@ -18,8 +18,10 @@ C# is an elegant and type-safe object-oriented language that enables developers Multi-line comments look like this */ /// -/// This is an XML documentation comment +/// This is an XML documentation comment which can be used to generate external +/// documentation or provide context help within an IDE /// +//public void MethodOrClassOrOtherWithParsableHelp() {} // Specify namespaces application will be using using System;