|
Javadoc (originally cased as JavaDoc)〔Now cased as 'Javadoc'. See (). Originally cased as 'JavaDoc'. See ()〕 is a documentation generator created by Sun Microsystems for the Java language (now owned by Oracle Corporation) for generating API documentation in HTML format from Java source code. The HTML format is used to add the convenience of being able to hyperlink related documents together.〔http://agile.csc.ncsu.edu/SEMaterials/tutorials/javadoc/〕 The "doc comments" format used by Javadoc is the de facto industry standard for documenting Java classes. Some IDEs,〔(NetBeans )〕 such as Netbeans and Eclipse, automatically generate Javadoc HTML. Many file editors assist the user in producing Javadoc source and use the Javadoc info as internal references for the programmer. Javadoc also provides an API for creating doclets and taglets, which allows you to analyze the structure of a Java application. This is how JDiff can generate reports of what changed between two versions of an API. == History == Javadoc was an early Java language documentation generator. Prior to the use of documentation generators it was customary to use technical writers who would typically write only standalone documentation for the software, but it was much harder to keep this documentation in sync with the software itself. Javadoc has been used by Java since the first release, and is usually updated on every new release of the Java Development Kit. 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Javadoc」の詳細全文を読む スポンサード リンク
|