| Summary: | API with @noreference needs class comment | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | John Arthorne <john.arthorne> |
| Component: | UI | Assignee: | Michael Rennie <Michael_Rennie> |
| Status: | VERIFIED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | daniel.rolka, Michael_Rennie, pwebster |
| Version: | 4.3 | Flags: | pwebster:
review+
|
| Target Milestone: | 4.3 RC1 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
| Bug Depends on: | |||
| Bug Blocks: | 403190 | ||
|
Description
John Arthorne
Mike correct me if I'm wrong and there is some way to do this in javadoc generation step. (In reply to comment #1) > Mike correct me if I'm wrong and there is some way to do this in javadoc > generation step. If you use auto-completion to add the tag it looks like the following (where the 'class' part changes depending on what kind of member the tag is on - class, interface, enum, method, field, etc): '@noreference This class is not intended to be referenced by clients' As for during the generation step, I have no idea how that works, but I have opened a bug for it: bug 403245 So do we need to go back and find @noreferences that don't have the tagline? PW Pushed changes to https://git.eclipse.org/r/12581 This includes the updated class comments and updates to the generation stuff Released with http://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=8cc5a361955d563dc4a90d6be58efce386e01779 PW Verified in the build: I20130516-2200 |