/[classpath]/gjdoc/src/gnu/classpath/tools/gjdoc/MemberDocImpl.java
ViewVC logotype

Diff of /gjdoc/src/gnu/classpath/tools/gjdoc/MemberDocImpl.java

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

revision 1.7 by julian, Tue Nov 23 12:49:55 2004 UTC revision 1.8 by julian, Tue Dec 7 15:00:01 2004 UTC
# Line 191  public abstract class MemberDocImpl exte Line 191  public abstract class MemberDocImpl exte
191           }           }
192        }        }
193     }     }
194    
195       public void resolveComments()
196       {
197          super.resolveComments();
198    
199          if (tagMap.isEmpty()) {
200             TagContainer inheritedTagMap = ClassDocImpl.findInheritedDoc(containingClass(),
201                                                                          this,
202                                                                          null);
203             if (null != inheritedTagMap) {
204                this.tagMap = inheritedTagMap.getTagMap();
205             }
206          }
207       }
208  }  }

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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