[Jdochelper-announce] ANN: JDocHelper ver0.8.2 Released.
Status: Beta
Brought to you by:
kuro
From: Hiroyuki K. <hir...@ni...> - 2001-05-30 17:35:48
|
ANN: JDocHelper ver0.8.2 Released. To get it, go to: http://homepage2.nifty.com/a0/jdh/ http://sourceforge.net/projects/jdochelper/ Changes from ver0.8.1 ===================== New Features. + select file encoding. Bug Fixes. + Fail to read French characters, and some non-English characters. + Fail to parse a interface class that extends multiple interfaces. + Output 2 copies of source code into one file in some case. About JDocHelper ================ JDocHelper is a tool to help 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 detailed information like param tags with argument names and exception tags with the names of exception classes. This tool has GUI that can show you HTML pages that you are describing as Javadoc comments. All methods, variables and inner classes defined in java source files are displayed in the window with source code, so this tool can be used as source code browser. It can display classes, methods and variables' definitions with tree structure. -- Hiroyuki Kurokawa |