langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/taglets/ParamTaglet.java
changeset 25454 376a52c9540c
parent 22163 3651128c74eb
equal deleted inserted replaced
25453:be80cf0463b3 25454:376a52c9540c
     1 /*
     1 /*
     2  * Copyright (c) 2001, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2001, 2014, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
   226                     continue;
   226                     continue;
   227                 }
   227                 }
   228                 //This parameter does not have any @param documentation.
   228                 //This parameter does not have any @param documentation.
   229                 //Try to inherit it.
   229                 //Try to inherit it.
   230                 DocFinder.Output inheritedDoc =
   230                 DocFinder.Output inheritedDoc =
   231                     DocFinder.search(new DocFinder.Input((MethodDoc) holder, this,
   231                     DocFinder.search(writer.configuration(), new DocFinder.Input((MethodDoc) holder, this,
   232                         String.valueOf(i), ! isNonTypeParams));
   232                         String.valueOf(i), ! isNonTypeParams));
   233                 if (inheritedDoc.inlineTags != null &&
   233                 if (inheritedDoc.inlineTags != null &&
   234                         inheritedDoc.inlineTags.length > 0) {
   234                         inheritedDoc.inlineTags.length > 0) {
   235                     result.addContent(
   235                     result.addContent(
   236                         processParamTag(isNonTypeParams, writer,
   236                         processParamTag(isNonTypeParams, writer,