av.util
Class DocCommentParser
java.lang.Object
av.util.DocCommentParser
public class DocCommentParser
- extends Object
This class parses java doc comments into main doc and doc tag separated
descriptions.
SUN Java compiler will supply the doc comment with /** and line leading * and
*/ removed, while current Eclipse compiler will keep them. This class
tries to be tolerant enough for those differences.
- Author:
- Compl
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mainDoc
public final String mainDoc
tags
public final Pair<String,String>[] tags
DocCommentParser
public DocCommentParser(String doc)
Copyright© 2006 Ableverse Platform. All rights reserved.