Skip to content

sulir/dynamidoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DynamiDoc

DynamiDoc generates Javadoc using dynamic analysis. It adds @examples tags with examples of arguments, return values, thrown exceptions, and object states to methods in the source code.

This project is an early prototype.

Instructions

  1. Clone and open the DynamiDoc project in Eclipse (with AJDT plugin installed).
  2. Add AspectJ capability to the project you would like to document (the "target project"): Configure > Convert to AspectJ Project.
  3. Add the DynamiDoc project to the Aspect Path of the target project: AspectJ Tools > Configure AspectJ Build Path > Aspect Path > Add Project > DynamiDoc.
  4. Execute the target project manually or by running tests.
  5. Add the absolute source path of the target project (e.g., "/home/user/Project/src/main/java/") to the command-line argument list of DynamiDoc.
  6. Run DynamiDoc.

About

DynamiDoc - documentation generation using dynamic analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages