/[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.42 by julian, Thu Feb 10 13:14:43 2005 UTC revision 1.43 by julian, Thu Feb 10 13:37:09 2005 UTC
# Line 3611  public class HtmlDoclet Line 3611  public class HtmlDoclet
3611        }        }
3612        return sheets;        return sheets;
3613     }     }
3614    
3615       protected boolean isSinglePackage()
3616       {
3617          if (rootDoc.firstSentenceTags().length > 0) {
3618             return false;
3619          }
3620          else if (null != optionDocTitle.getValue()
3621                   || null != optionTitle.getValue()) {
3622             return false;
3623          }
3624          else {
3625             return super.isSinglePackage();
3626          }
3627       }
3628  }  }

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

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