blob: add7816bdef96625ab0438ad9e7ae1d52e007368 [file] [log] [blame]
package org.codehaus.groovy.tools;
/**
* This is a stub for the Groovy Doc tool
*
* @author James Strachan
* @version $Revision$
*/
public class Grok
{
public static void main(String[] args)
{
}
}