/[classpath]/gjdoc/src/gnu/classpath/tools/doclets/htmldoclet/HtmlDoclet.java
ViewVC logotype

Diff of /gjdoc/src/gnu/classpath/tools/doclets/htmldoclet/HtmlDoclet.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.43 by julian, Thu Feb 10 13:37:09 2005 UTC revision 1.44 by julian, Thu Feb 10 17:26:50 2005 UTC
# Line 3614  public class HtmlDoclet Line 3614  public class HtmlDoclet
3614    
3615     protected boolean isSinglePackage()     protected boolean isSinglePackage()
3616     {     {
3617        if (rootDoc.firstSentenceTags().length > 0) {        if (getRootDoc().firstSentenceTags().length > 0) {
3618           return false;           return false;
3619        }        }
3620        else if (null != optionDocTitle.getValue()        else if (null != optionDocTitle.getValue()

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26