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.
2 parents 45c4476 + 1dade69 commit 4aa8155Copy full SHA for 4aa8155
build.xml
@@ -1321,6 +1321,7 @@ cd ..
1321
<javadoc package="true"
1322
windowtitle="JNA API"
1323
encoding="UTF-8"
1324
+ locale="en_US"
1325
sourcepathref="javadoc.src.path"
1326
classpathref="javadoc.compile.path"
1327
maxmemory="256m"
@@ -1349,6 +1350,8 @@ cd ..
1349
1350
<group title="Platform Specific" packages="com.sun.jna.platform.*"/>
1351
1352
<arg value="-notimestamp"/>
1353
+ <!-- force locale to be "en_US", as Javadoc tool ignores locale parameter for some texts -->
1354
+ <arg line="-J-Duser.language=en -J-Duser.country=US"/>
1355
</javadoc>
1356
<!--
1357
Create an empty resources/fonts/dejavu.css - the file is reference by default
0 commit comments