src/share/classes/com/sun/javadoc/ExecutableMemberDoc.java

changeset 1326
30c36e23f154
parent 554
9d9f26857129
child 1521
71f35e4b93a5
     1.1 --- a/src/share/classes/com/sun/javadoc/ExecutableMemberDoc.java	Sat Sep 08 22:54:21 2012 -0700
     1.2 +++ b/src/share/classes/com/sun/javadoc/ExecutableMemberDoc.java	Thu Sep 13 14:29:36 2012 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1998, 2006, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1998, 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 @@ -90,8 +90,8 @@
    1.11      /**
    1.12       * Return the throws tags in this method.
    1.13       *
    1.14 -     * @return an array of ThrowTag containing all <code>&#64exception</code>
    1.15 -     * and <code>&#64throws</code> tags.
    1.16 +     * @return an array of ThrowTag containing all <code>&#64;exception</code>
    1.17 +     * and <code>&#64;throws</code> tags.
    1.18       */
    1.19      ThrowsTag[] throwsTags();
    1.20  
    1.21 @@ -99,7 +99,7 @@
    1.22       * Return the param tags in this method, excluding the type
    1.23       * parameter tags.
    1.24       *
    1.25 -     * @return an array of ParamTag containing all <code>&#64param</code> tags
    1.26 +     * @return an array of ParamTag containing all <code>&#64;param</code> tags
    1.27       * corresponding to the parameters of this method.
    1.28       */
    1.29      ParamTag[] paramTags();
    1.30 @@ -107,7 +107,7 @@
    1.31      /**
    1.32       * Return the type parameter tags in this method.
    1.33       *
    1.34 -     * @return an array of ParamTag containing all <code>&#64param</code> tags
    1.35 +     * @return an array of ParamTag containing all <code>&#64;param</code> tags
    1.36       * corresponding to the type parameters of this method.
    1.37       * @since 1.5
    1.38       */

mercurial