From: Uwe Hermann Date: Tue, 24 Mar 2020 21:38:21 +0000 (+0100) Subject: bindings/python/Doxyfile: Set OPTIMIZE_OUTPUT_JAVA to NO. X-Git-Url: http://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff_plain;h=deaaebb28ddbbba609e902cf99fbe10d053eef8a bindings/python/Doxyfile: Set OPTIMIZE_OUTPUT_JAVA to NO. --- diff --git a/bindings/python/Doxyfile b/bindings/python/Doxyfile index 93d52929..029bcc43 100644 --- a/bindings/python/Doxyfile +++ b/bindings/python/Doxyfile @@ -273,7 +273,7 @@ OPTIMIZE_OUTPUT_FOR_C = NO # qualified scopes will look different, etc. # The default value is: NO. -OPTIMIZE_OUTPUT_JAVA = YES +OPTIMIZE_OUTPUT_JAVA = NO # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran # sources. Doxygen will then generate output that is tailored for Fortran.