Javadoc: Difference between revisions

Content deleted Content added
Citation bot (talk | contribs)
Add: title. Changed bare reference to CS1/2. | Use this bot. Report bugs. | Suggested by BrownHairedGirl | #UCB_webform 616/1459
m Doclets: updated the uses of Javadoc:SE to fix the links
Line 207:
Doclet programs work with the Javadoc tool to generate documentation from code written in [[Java (programming language)|Java]].<ref>{{cite web | url=https://docs.oracle.com/javase/8/docs/technotes/guides/javadoc/doclet/overview.html | title=Doclet Overview }}</ref>
 
Doclets are written in the Java programming language and use the {{Javadoc:SE|jdk/javadoc/doclet|name=Doclet API|module=jdk.javadoc}} to:
* Select which content to include in the documentation
* Format the presentation of the content
* Create the file that contains the documentation
 
The {{Javadoc:SE|jdk/javadoc/doclet|StandardDoclet|module=jdk.javadoc}}[https://docs.oracle.com/javase/9/javadoc/javadoc-command.htm#JSJAV-GUID-04BFA924-7C45-4E9C-91D1-0B77D97E65AB] included with Javadoc generates [[API]] documentation as frame-based [[HTML]] files. Many non-standard doclets are available on the web {{Citation needed|reason=Is this still true today?|date=December 2017}}, often for free. These can be used to:
* Create other non-API types of documentation
* Output the documentation to other non-HTML file types such as [[PDF]]