Bug 70891 - [1.5][javadoc] Compiler should accept new 1.5 syntax for @param
Summary: [1.5][javadoc] Compiler should accept new 1.5 syntax for @param
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal with 1 vote (vote)
Target Milestone: 3.1 M4   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-27 07:22 EDT by Frederic Fusier CLA
Modified: 2004-12-14 15:22 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frederic Fusier CLA 2004-07-27 07:22:19 EDT
@param syntax has been changed in 1.5, see sun javadoc spec:
http://java.sun.com/j2se/1.5.0/docs/tooldocs/solaris/javadoc.html#@param

Javadoc parser currently warns on '<': "Missing parameter name"...
Comment 1 Frederic Fusier CLA 2004-11-16 14:01:23 EST
Will be done for 3.1 M4...
Comment 2 Frederic Fusier CLA 2004-11-18 13:28:00 EST
Fixed and released in HEAD.

Compiler now accept this new 1.5 syntax for @param tags.

Test cases added in JavadocTests_1_5, JavadocTests_1_4.
Also add JavadocTests_1_3 class to be complete...
Comment 3 Olivier Thomann CLA 2004-12-14 15:22:02 EST
Verified in 200412140800