diff Plugins/Include/OrthancCPlugin.h @ 1297:501432928727

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 06 Feb 2015 14:35:56 +0100
parents 50632b89e294
children bba8a47922d1
line wrap: on
line diff
--- a/Plugins/Include/OrthancCPlugin.h	Fri Feb 06 14:23:14 2015 +0100
+++ b/Plugins/Include/OrthancCPlugin.h	Fri Feb 06 14:35:56 2015 +0100
@@ -525,7 +525,7 @@
 
 
   /**
-   * @brief Opaque structure that contains information about the Orthanc core.
+   * @brief Data structure that contains information about the Orthanc core.
    **/
   typedef struct _OrthancPluginContext_t
   {
@@ -2078,8 +2078,6 @@
   }
 
 
-
-
 #ifdef  __cplusplus
 }
 #endif