View Javadoc
1   package com.puppycrawl.tools.checkstyle.gui.parsetreetablepresentation;
2   
3   /**
4   * class javadoc
5   */
6   class InputParseTreeTablePresentation {
7   
8       /** attribute javadoc*/
9       int attribute;
10  
11      /**
12      * method javadoc
13      */
14      public void method() {
15          /* just comment */
16      }
17  
18  }