Closed
Bug 568520
Opened 15 years ago
Closed 14 years ago
broken cross references in documentation
Categories
(Tamarin Graveyard :: Virtual Machine, defect, P4)
Tracking
(Not tracked)
RESOLVED
FIXED
Q1 12 - Brannan
People
(Reporter: djacowit, Assigned: rulohani)
Details
(Whiteboard: loose-end)
Attachments
(1 file)
|
1.96 KB,
application/msword
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3
Build Identifier:
These files are brought into the Adobe source tree for the ActionScript Language Reference and a routine link check found a few broken links:
DeleteObjectSample.as has several links to NewObjectSample.html#id, which doesn't exist.
change instances of
* @see flash.sampler.NewObjectSample#id
to
* @see #id
Also, there is a link to describeType() that is not formatted correctly.
change
* @see flash.utils#describeType()
to
* @see ../../flash/utils/package.html#describeType() flash.utils.describeType()
flash/sampler/package.html ../../flash/utils/package-detail.html#describeType()
Reproducible: Always
Steps to Reproduce:
see http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/sampler/DeleteObjectSample.html
and
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/sampler/package.html#getMemberNames()
Actual Results:
broken xrefs
Expected Results:
no broken xrefs
Assignee: nobody → djacowit
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Priority: -- → P4
Target Milestone: --- → flash10.2
I made three changes in the Adobe source, and ran a diff. Sampler_xref_fixes.rtf is a summary of the changes.
Reassigning to Steven to land.
Assignee: djacowit → stejohns
Flags: flashplayer-qrb+
Flags: flashplayer-injection-
Flags: flashplayer-bug-
Ruchi, rebase land this change in TR in i9.
Assignee: stejohns → rulohani
Whiteboard: loose-end
Target Milestone: Q4 11 - Anza → Q1 12 - Brannan
| Assignee | ||
Updated•14 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 4•14 years ago
|
||
changeset: 6572:8e0c31969606
user: Ruchi Lohani<rulohani@adobe.com>
summary: Bug 568520 - broken cross references in documentation(p=djacowit)
http://hg.mozilla.org/tamarin-redux/rev/8e0c31969606
You need to log in
before you can comment on or make changes to this bug.
Description
•