Notes on Using Javadoc in Eclipse Before each class name include Javadoc. Enter /** and hit return. Ctrl space presents options. Enter an "@" for more options. Before each method name include Javadoc. Enter /** and hit return. Ctrl space presents options. Enter an "@" for more options. To generate Javadoc HTML code: Select the project or individual Java files. Menu item Project/Generate Javadoc To view the documentation Select project branch in package explorer Menu item Navigate External Javadoc