/*
  * Reset doc comment before reading each new token
  */
 public void nextToken() {
   docComment = null;
   super.nextToken();
 }