WebMan: A Basic RefEntry Servlet | ||
---|---|---|
<<< Previous | Code Listings | Next >>> |
import org.mcraig.cs445.refentry.Format; /** * Format an individual refentry document. */ public class format { /** * Call the RefEntry formatter. */ public static void main(String[] args) { Format.main(args); } } |
<<< Previous | Home | Next >>> |
Format Tool | Up | Common Words Configuration File |