aboutsummaryrefslogtreecommitdiff
path: root/cs-dotnet/src/gatsexception.cs
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2012-11-17 09:25:32 +0000
committerMike Buland <eichlan@xagasoft.com>2012-11-17 09:25:32 +0000
commita1e240e759ad5de914495c370e3bda12a3988b3a (patch)
tree13381ffd8b0d08576bd3a633ecc0a76675bf19b3 /cs-dotnet/src/gatsexception.cs
parent47dda29badd2112fbe256e5b0cb84d5b2fa590f1 (diff)
downloadlibgats-a1e240e759ad5de914495c370e3bda12a3988b3a.tar.gz
libgats-a1e240e759ad5de914495c370e3bda12a3988b3a.tar.bz2
libgats-a1e240e759ad5de914495c370e3bda12a3988b3a.tar.xz
libgats-a1e240e759ad5de914495c370e3bda12a3988b3a.zip
Adding C# style XML documentation. It turns out Doxygen handles that properly
too. Wow, Doxygen, it really does it all :-P
Diffstat (limited to '')
-rw-r--r--cs-dotnet/src/gatsexception.cs3
1 files changed, 3 insertions, 0 deletions
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;
9 9
10namespace Com.Xagasoft.Gats 10namespace Com.Xagasoft.Gats
11{ 11{
12 /// <summary>
13 /// Exception used to report parsing or encoding errors in GATS.
14 /// </summary>
12 public class GatsException : Exception 15 public class GatsException : Exception
13 { 16 {
14 public enum Type 17 public enum Type