# HG changeset patch # User Sebastien Jodogne # Date 1755023899 -7200 # Node ID 4567ac27701d79a70d3cc891d11124b283bb4513 # Parent 5e9435abe2eec64f4c482039bf4ce3f15a7f5276 updated explanations diff -r 5e9435abe2ee -r 4567ac27701d CodeAnalysis/README.txt --- a/CodeAnalysis/README.txt Tue Aug 12 20:09:02 2025 +0200 +++ b/CodeAnalysis/README.txt Tue Aug 12 20:38:19 2025 +0200 @@ -3,13 +3,10 @@ ============ This folder contains the Python script that reads the code model of -the Orthanc SDK that is generated by the "orthanc-java" project [1], -then automatically wraps this SDK as a Python extension module. - -The output of the script is written to "../Sources/Autogenerated". +the Orthanc SDK, and that automatically wraps this SDK as a Python +extension module. This script is automatically invoked during the +build by CMake. Usage: $ ./GenerateOrthancSDK.py - -[1] https://orthanc.uclouvain.be/book/plugins/java.html