Tag: class generate log requires blog ADO file span path
The difference between a multiline comment and a document comment: The contents of a multiline comment cannot be used to generate a developer document, and the content of a document comment can produce a developer document. Use the Javadoc development tool to generate a developer documentation. Javadoc Tool use format: javadoc-d The path to the document Java source files use the Javadoc tool to pay attention to the details: 1. If a class needs to use the Javadoc tool to generate a developer document for a software, the class must be decorated with public. 2. The contents of a document comment note are generally located above the class or method. Specifications for writing annotations: General single-line comments are located on the right side of the code, and multiline comments and document comments are generally written on top of the class or method.
The difference between a document comment and a multiline comment