The use of javadoc in Eclipse and the solution of Chinese garbled characters

There are three main ways to use eclipse to generate documentation (javadoc)

 

1. Right-click in the project list, select Export (export), then select javadoc under java in the Export (export) dialog box, and submit to the next step. 

There are two things to note in the Javadoc Generation dialog: 

javadoc command: bin/javadoc.exe of jdk should be selected 

destination: is the save path of the generated document, which can be freely selected. 

Press finish to submit to start generating the documentation. 

 

2. Use the menu to select: File->Export (file->export)

The remaining steps are the same as the first method. 

 

3. Select the project to generate the document, and then use the menu to select, 

Project->Generate Javadoc directly enters the Javadoc Generation dialog, and the remaining steps are the same as the first method in the Javadoc Generation dialog.

 

 

 

 

Fix encoding problems: -encoding UTF-8 -charset UTF-8

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326553652&siteId=291194637