| Title |
Documentation Enhancer for Java |
| Description |
This is a tool to analyze the java class files statically and update information to the javadoc files. This adds information in three respects namely semantic information, sorting and navigability. In semantic information it adds information to the javadoc files about the behavior of the classes by inspecting and analyzing method files. Based on the semantic information, it sorts using the lexicographical sorting. All the information is then cross-linked in javadoc manner supporting effortless navigation. This can provide semantic information like Call-graph information, Effect information, Reference information and Executable classes. |
| Comments * |
|