mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
Add UTF-8 encoding for javadoc
This commit is contained in:
parent
f14b5e15c6
commit
bb7ad41cee
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
<configuration>
|
||||
<outputDirectory>${basedir}/html/reference/api</outputDirectory>
|
||||
<javadocOptions>
|
||||
<encoding>UTF-8</encoding>
|
||||
<excludes>
|
||||
<exclude>org.eclipse.remote.internal.*</exclude>
|
||||
</excludes>
|
||||
|
|
Loading…
Add table
Reference in a new issue