How to use Eclipse to generate Javadoc help documents

Source: Internet
Author: User

---restore content starts---

If you can make wheels and you want others to use your wheels, you have to tell them what your wheels are made of. So that they can better use the wheels you make. However, many developers do not want to write long-winded help documents, it is a good choice to use Javadoc to generate help documents.

  1. Right-click your project-"export--" java--"javadoc--" next appears on the following page
  2. Click on the Configure button to go to the directory where the JDK is installed and select the Javadoc.exe file in the bin directory first. Click Next to Next, then click Next to arrive
  3. In the text box, type "-encoding UTF-8-charset UTF-8" click Finish. Complete the operation. (If your project's code is utf-8.) The default should be GBK.
  4. Note that Android needs to import the corresponding Android.jar package into the project in order to successfully generate the Javadoc

---restore content ends---

How to use Eclipse to generate Javadoc help documents

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.