Changeset 13332


Ignore:
Timestamp:
06/16/11 05:25:24 (12 years ago)
Author:
Mark Evenson
Message:

Expand the Java docstring annotation to include a separate field for return values.

The use of the "arg1 arg1 => return-value1, [return-value2 ...]"
caused problems with interpolating the value of the DocString?.args as
a list of symbols as the commas have no matching backquote operator.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/src/org/armedbear/lisp/DocString.java

    r12826 r13332  
    4646    /** The arguments. */
    4747    public String args() default "";
     48    /** The return value(s) of a function */
     49    public String returns() default "";
    4850    /** The documentation string. */
    4951    public String doc() default "";
Note: See TracChangeset for help on using the changeset viewer.