From 564468078858a03d578c43a944fd7f1cf8dbcf41 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Thu, 6 Oct 2022 00:29:03 +0100 Subject: [PATCH] Doxygen Java fix quoting for \image command Closes #2048 --- CHANGES.current | 4 ++++ Examples/test-suite/doxygen_translate.i | 1 + .../test-suite/java/doxygen_translate_all_tags_runme.java | 2 +- Examples/test-suite/java/doxygen_translate_runme.java | 3 ++- Examples/test-suite/python/doxygen_translate_runme.py | 1 + Source/Doxygen/javadoc.cxx | 6 +++++- 6 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGES.current b/CHANGES.current index bd591d430..2866a838f 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -7,6 +7,10 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/ Version 4.1.0 (in progress) =========================== +2022-10-06: wsfulton + [Java] #Fix quoting for doxygen \image command to quote the output + file name generated into the html src attribute. + 2022-10-05: benjamin-sch [Python] added an interpreter counter to fix deinitialization issues if multiple subinterpreters are used diff --git a/Examples/test-suite/doxygen_translate.i b/Examples/test-suite/doxygen_translate.i index bb0af1c14..0d11a21d0 100644 --- a/Examples/test-suite/doxygen_translate.i +++ b/Examples/test-suite/doxygen_translate.i @@ -59,6 +59,7 @@ * \endif * * \image html testImage.bmp "Hello, world!" width=10cm + * \image html "test image.jpg" "Test jpeg" width=10cm * *