]> sigrok.org Git - libsigrok.git/commitdiff
bindings/python/Doxyfile: Set OPTIMIZE_OUTPUT_JAVA to NO.
authorUwe Hermann <redacted>
Tue, 24 Mar 2020 21:38:21 +0000 (22:38 +0100)
committerUwe Hermann <redacted>
Wed, 25 Mar 2020 18:38:48 +0000 (19:38 +0100)
bindings/python/Doxyfile

index 93d5292925f760bd8f83865428404a2ef9192448..029bcc43bb8c7bd6b126c5637ec1ce253261a642 100644 (file)
@@ -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.