Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-doc-dev] Accessibility problems in javadoc

The line in the Javadoc comment for org.eclipse.ant.core.AntRunner should 
be changed to
         * input handler will be used to respond to <input> requests





Tod Creasey/Ottawa/IBM@IBMCA
Sent by: platform-doc-dev-admin@xxxxxxxxxxx
03/27/2003 05:04 PM
Please respond to platform-doc-dev

 
        To:     platform-doc-dev@xxxxxxxxxxx
        cc: 
        Subject:        [platform-doc-dev] Accessibility problems in javadoc



In  org.eclipse.ant.core.AntRunner - the <input> is a proper html tag

/**
         * Sets the input handler. The parameter <code>className</code>
         * is the class name of a 
<code>org.apache.tools.ant.input.InputHandler</code>
         * implementation. The class will be instantiated at runtime and 
the
         * input handler will be used to respond to <input> requests
         * Only one input handler is permitted for any build.
         * 
         * @param className an input handler class name
         * @since 2.1
         */
        public void setInputHandler(String className) {
                inputHandlerClassName= className;
        }
_______________________________________________
platform-doc-dev mailing list
platform-doc-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-doc-dev





Back to the top