src/share/classes/com/sun/tools/doclets/formats/html/AbstractExecutableMemberWriter.java

changeset 1358
fc123bdeddb8
parent 798
4868a36f6fd8
child 1359
25e14ad23cef
     1.1 --- a/src/share/classes/com/sun/tools/doclets/formats/html/AbstractExecutableMemberWriter.java	Tue Oct 09 19:10:00 2012 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/doclets/formats/html/AbstractExecutableMemberWriter.java	Tue Oct 09 19:31:58 2012 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -81,7 +81,7 @@
    1.11       * Add the summary link for the member.
    1.12       *
    1.13       * @param context the id of the context where the link will be printed
    1.14 -     * @param classDoc the classDoc that we should link to
    1.15 +     * @param cd the classDoc that we should link to
    1.16       * @param member the member being linked to
    1.17       * @param tdSummary the content tree to which the link will be added
    1.18       */
    1.19 @@ -101,7 +101,7 @@
    1.20      /**
    1.21       * Add the inherited summary link for the member.
    1.22       *
    1.23 -     * @param classDoc the classDoc that we should link to
    1.24 +     * @param cd the classDoc that we should link to
    1.25       * @param member the member being linked to
    1.26       * @param linksTree the content tree to which the link will be added
    1.27       */
    1.28 @@ -138,7 +138,7 @@
    1.29       * Add all the parameters for the executable member.
    1.30       *
    1.31       * @param member the member to write parameters for.
    1.32 -     * @param tree the content tree to which the parameters information will be added.
    1.33 +     * @param htmltree the content tree to which the parameters information will be added.
    1.34       */
    1.35      protected void addParameters(ExecutableMemberDoc member, Content htmltree) {
    1.36          addParameters(member, true, htmltree);
    1.37 @@ -149,7 +149,7 @@
    1.38       *
    1.39       * @param member the member to write parameters for.
    1.40       * @param includeAnnotations true if annotation information needs to be added.
    1.41 -     * @param tree the content tree to which the parameters information will be added.
    1.42 +     * @param htmltree the content tree to which the parameters information will be added.
    1.43       */
    1.44      protected void addParameters(ExecutableMemberDoc member,
    1.45              boolean includeAnnotations, Content htmltree) {

mercurial