Generating Javadoc
The Elastic Path Commerce source code includes Javadoc comments. To view the Javadoc, you must generate it. Some IDEs include tools to generate Javadoc. Alternatively, you can use the command line.
Here are a few links to help you get started:
- Jetbrains IntelliJ IDEA - In the IntelliJ help, see Generate a Javadoc reference.
- Eclipse IDE - In the Eclipse documentation, search for
Javadoc Generation
. - Visual Studio Code - Requires an extension to generate Javadoc. In the Visual Studio Marketplace, search for
Javadoc
. - Command line - In the Oracle Java documentation, search for
javadoc
.