I made Javadoc, but I got an encoding error (Error: This character cannot be mapped to encoding MS932)
--Source code is UTF-8
Set the following options when generating Javadoc. -encoding UTF-8 -charset UTF-8
Recommended Posts