From a1e240e759ad5de914495c370e3bda12a3988b3a Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Sat, 17 Nov 2012 09:25:32 +0000 Subject: Adding C# style XML documentation. It turns out Doxygen handles that properly too. Wow, Doxygen, it really does it all :-P --- cs-dotnet/src/gatsexception.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cs-dotnet/src/gatsexception.cs') diff --git a/cs-dotnet/src/gatsexception.cs b/cs-dotnet/src/gatsexception.cs index 442a4ff..1d01e07 100644 --- a/cs-dotnet/src/gatsexception.cs +++ b/cs-dotnet/src/gatsexception.cs @@ -9,6 +9,9 @@ using System; namespace Com.Xagasoft.Gats { + /// + /// Exception used to report parsing or encoding errors in GATS. + /// public class GatsException : Exception { public enum Type -- cgit v1.2.3