]> git.sesse.net Git - vlc/blobdiff - bindings/cil/src/exception.cs
Start rewriting the CIL bindings
[vlc] / bindings / cil / src / exception.cs
index 0e76a242c14c4b675ee9f0c5b6733f0bd6f6c02b..24b96fe989b9c0dc7d18fe2ad63a6a01fd987204 100644 (file)
@@ -1,11 +1,11 @@
-/*
- * libvlc.cs - libvlc CIL bindings
- *
- * $Id$
+/**
+ * @file exception.cs
+ * @brief LibVLC exceptions
+ * @ingroup API
  */
 
 /**********************************************************************
- *  Copyright (C) 2007 Rémi Denis-Courmont.                           *
+ *  Copyright (C) 2007-2009 Rémi Denis-Courmont.                      *
  *  This program is free software; you can redistribute and/or modify *
  *  it under the terms of the GNU General Public License as published *
  *  by the Free Software Foundation; version 2 of the license, or (at *
@@ -27,7 +27,8 @@ using System.Runtime.InteropServices;
 namespace VideoLAN.LibVLC
 {
     /**
-     * VLCException: managed base class for LibVLC exceptions
+     * @brief VLCException: base class for LibVLC exceptions
+     * @ingroup API
      */
     public class VLCException : Exception
     {
@@ -58,6 +59,10 @@ namespace VideoLAN.LibVLC
         }
     };
 
+    /**
+     * @section Internals
+     */
+
     /**
      * libvlc_exception_t: structure for unmanaged LibVLC exceptions
      */