[Jdochelper-announce] [ANN]: JDocHelper ver0.8.1 is released.
Status: Beta
Brought to you by:
kuro
From: Hiroyuki K. <hir...@ni...> - 2001-04-15 17:23:35
|
[ANN]: JDocHelper ver0.8.1 is released. JDocHelper ver0.8.1 is released. To get it, go to: http://homepage2.nifty.com/a0/jdh/ About JDocHelper ================ 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. Changes frem ver0.8 =================== *Add new functions Add all files under the specified directory recursively. Support @throws tag. Add @author tag to class comment automatically if not exists. Add file header to top of source file. Change tab size in source code view. *Bug fixes Fail to save project that contains invalid file. Save project creates a file in current directory instead of specified directory. Parser bugs. When reflect button is pushed, file is saved too. When file is added, opned node in tree view close. -- Hiroyuki Kurokawa |