Cosmetic rename.

This commit is contained in:
Dirk Lemstra
2025-07-12 11:30:48 +02:00
parent 69f25f245e
commit 5e5ea0b569
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ jobs:
DOC_HTML=("Blob.html" "CoderInfo.html" "Geometry.html" "Image++.html" "Montage.html" "Pixels.html")
DOXY_HTML=("Blob.html" "CoderInfo.html" "Geometry.html" "Image.html" "Montage.html" "Pixels.html") # Image.html is the only one that differs from the doxygen file
for i in "${!DOC_HTML[@]}"; do
python3 .github/build/scripts/compare_signatures.py www/Magick++/"${DOC_HTML[$i]}" www/api/Magick++/classMagick_1_1"${DOXY_HTML[$i]}"
python3 .github/build/scripts/compare-signatures.py www/Magick++/"${DOC_HTML[$i]}" www/api/Magick++/classMagick_1_1"${DOXY_HTML[$i]}"
if [ $? -eq -1 ]; then
diff="true"
fi