[Jdochelper-users] ANN: JDocHelper Ver0.8 is released.
Status: Beta
Brought to you by:
kuro
From: KUROKAWA, H. <hir...@ju...> - 2001-04-11 11:02:17
|
JDocHelper Ver0.8 is released. To get it, go to: http://homepage2.nifty.com/a0/jdh/ JDocHelper is a tool to help to add Javadoc comments to java source files. This tool can insert Javadoc comment' template to each classes, methods and variables. Moreover JDocHelper can parse Java source files to insert more detail information like param tags with argument names and exception tags with the names of exception classes. It can display classes, methods and variables' definitions with tree structure. Features: - Insert Javadoc comments automatically. - Parse source files and insert param and exception tags. - Check whether Javadoc comments are appropriate or not. - Display contents of source file with tree view. - Edit Javadoc tags in the table. - Show HTML page that you are describing as Javadoc comment. - Show source code that you are describing Javadoc comment of. - Manage some source files in a project. - Select access modifiers to display in tree view. - Browse java source codes. - I18N - etc. -- Hiroyuki Kurokawa / Justsystem Corporation |