API File Generator-javadoc.exe

Source: Internet
Author: User
Tags command line generator

Javadoc API File Generator

The Javadoc program reads a Java class file and automatically creates a set of HTML files that describe the classes, variables, and member functions of the Java class file that can be created by this program for all Java class Library apihtml files. Javadoc treats the package name or list of source files as a variable. Javadoc relies on the comment mark at the beginning of @ To create an HTML file, which is the list of annotations, which are used by Javadoc to create a link in an HTML file.

Options feature

@see ClassName This callout adds a "see Also" entry to the provided class in the class list.

@see ClassName # methodname This callout creates a "see Also" entry to a specific member function.

@version text This callout adds a version information entry to the HTML file

@author text This callout adds an author information entry to an HTML file

@param name Description This callout describes the variables that a member function takes with a member function note

@return Description This callout describes the return value with a member function note

@exception ClassName This callout joins member function notes to the exception exit

-classpath Path This command line specifies the directory in which to look for Java files

-D Directory This command line specifies that it is useful to put the final HTML file in.

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.