We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a8677e commit 1dade69Copy full SHA for 1dade69
build.xml
@@ -1319,6 +1319,7 @@ cd ..
1319
<javadoc package="true"
1320
windowtitle="JNA API"
1321
encoding="UTF-8"
1322
+ locale="en_US"
1323
sourcepathref="javadoc.src.path"
1324
classpathref="javadoc.compile.path"
1325
maxmemory="256m"
@@ -1347,6 +1348,8 @@ cd ..
1347
1348
<group title="Platform Specific" packages="com.sun.jna.platform.*"/>
1349
1350
<arg value="-notimestamp"/>
1351
+ <!-- force locale to be "en_US", as Javadoc tool ignores locale parameter for some texts -->
1352
+ <arg line="-J-Duser.language=en -J-Duser.country=US"/>
1353
</javadoc>
1354
<!--
1355
Create an empty resources/fonts/dejavu.css - the file is reference by default
0 commit comments