Package com.sun.javadoc

Examples of com.sun.javadoc.ClassDoc.tags()


            {
                String pageName = getPageName(classDoc);

                // allow checks to override pageName when
                // java package hierarchy is not reflected in doc structure
                final Tag[] docPageTags = classDoc.tags("checkstyle-docpage");
                if (docPageTags != null && docPageTags.length > 0) {
                    pageName = docPageTags[0].text();
                }

                final String descr = getDescription(classDoc);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.