diff Plugins/Include/OrthancCPlugin.h @ 1322:f497a72d9f71

fixes to the sample plugins
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 13 Feb 2015 13:28:01 +0100
parents 28582ec2a68c
children d371a66972a4
line wrap: on
line diff
--- a/Plugins/Include/OrthancCPlugin.h	Fri Feb 13 09:51:22 2015 +0100
+++ b/Plugins/Include/OrthancCPlugin.h	Fri Feb 13 13:28:01 2015 +0100
@@ -132,9 +132,11 @@
  ** Inclusion of standard libraries.
  ********************************************************************/
 
-// For Microsoft Visual Studio, a compatibility "stdint.h" can be
-// downloaded at the following URL:
-// https://orthanc.googlecode.com/hg/Resources/ThirdParty/VisualStudio/stdint.h
+/**
+ * For Microsoft Visual Studio, a compatibility "stdint.h" can be
+ * downloaded at the following URL:
+ * https://orthanc.googlecode.com/hg/Resources/ThirdParty/VisualStudio/stdint.h
+ **/
 #include <stdint.h>
 
 #include <stdlib.h>