changeset 6270:1990e87dd3e7

comment
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 11 Aug 2025 13:53:31 +0200
parents 6a55421cb71a
children 4424dd1adf14
files OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h OrthancServer/Resources/CodeModel/README.txt
diffstat 2 files changed, 6 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h	Mon Aug 11 13:39:51 2025 +0200
+++ b/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h	Mon Aug 11 13:53:31 2025 +0200
@@ -186,10 +186,10 @@
 
 #ifndef ORTHANC_PLUGIN_SINCE_SDK
 /**
- * This macro is notably used by the code model generator in the
- * "orthanc-java" project, to create the Python and Java
- * wrappers. Functions that are not tagged with this macro were
- * introduced before Orthanc 1.0.0.
+ * This macro is used by the code model generator that produces the
+ * "OrthancPluginCodeModel.json" file. The code model is notably used
+ * to generate the Python and Java wrappers. Primitives that are not
+ * tagged with this macro were introduced before Orthanc 1.0.0.
  **/
 #  if defined(__clang__)
 #    define ORTHANC_PLUGIN_SINCE_SDK(version) __attribute__ ((annotate("ORTHANC_PLUGIN_SINCE_SDK " version)))
--- a/OrthancServer/Resources/CodeModel/README.txt	Mon Aug 11 13:39:51 2025 +0200
+++ b/OrthancServer/Resources/CodeModel/README.txt	Mon Aug 11 13:53:31 2025 +0200
@@ -7,7 +7,8 @@
 file.
 
 The code model can then be used to generate wrappers. It is notably
-used by the "orthanc-java" and "orthanc-python" plugins.
+used by the "orthanc-java" (starting with its release 1.0) and
+"orthanc-python" plugins (starting with its release 4.3).
 
 NB: This file was originally part of the "orthanc-java" project.