Searched refs:showauthor (Results 1 - 2 of 2) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/taglets/
H A DTagletManager.java153 private boolean showauthor; field in class:TagletManager
159 * @param showauthor true if we want to use @author tags.
163 boolean showauthor, MessageRetriever message){
172 this.showauthor = showauthor;
664 if (showauthor) {
162 TagletManager(boolean nosince, boolean showversion, boolean showauthor, MessageRetriever message) argument
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/
H A DConfiguration.java166 * <code>showauthor</code> is set to true if -author option is used.
169 public boolean showauthor = false; field in class:Configuration
374 showauthor = true;
460 new TagletManager(nosince, showversion, showauthor, message) :

Completed in 55 milliseconds