Closed Bug 776103 Opened 12 years ago Closed 12 years ago

Syntax error in Bugzilla::User::Setting API doc

Categories

(Bugzilla :: Documentation, defect)

2.20
defect
Not set
trivial

Tracking

()

RESOLVED FIXED
Bugzilla 3.6

People

(Reporter: koosha.khajeh, Assigned: koosha.khajeh)

References

Details

Attachments

(1 file, 1 obsolete file)

Attached patch patch (obsolete) — Splinter Review
Around line 386:

    You forgot a '=back' before '=head1'
Attachment #644468 - Flags: review?(glob)
Attachment #644468 - Flags: review?(LpSolit)
Severity: normal → trivial
Comment on attachment 644468 [details] [diff] [review]
patch

>=== modified file 'Bugzilla/User/Setting.pm'

> =end private
> 
>+=back


The reason of the failure is that:

=back

=end private


should be reversed:

=end private

=back


so you also have to remove =back which is right before =end private.
Attachment #644468 - Flags: review?(glob)
Attachment #644468 - Flags: review?(LpSolit)
Attachment #644468 - Flags: review-
All versions above 2.20rc1 (included) are affected, see bug 301967. The page is still rendered correctly so no information is missing. Just an annoying error message at the bottom of the page.
Depends on: 301967
Target Milestone: Bugzilla 4.4 → Bugzilla 3.6
Version: unspecified → 2.20
Attached patch patchSplinter Review
Actually, I haven't studied anything about POD yet. I just write them by copying/pasting and trail and error! :-)
Attachment #644468 - Attachment is obsolete: true
Attachment #645706 - Flags: review?(LpSolit)
Comment on attachment 645706 [details] [diff] [review]
patch

r=LpSolit
Attachment #645706 - Flags: review?(LpSolit) → review+
Flags: approval4.2+
Flags: approval4.0+
Flags: approval3.6+
Flags: approval+
Committing to: bzr+ssh://dlawrence%40mozilla.com@bzr.mozilla.org/bugzilla/3.6
modified Bugzilla/User/Setting.pm
Committed revision 7289.

Committing to: bzr+ssh://dlawrence%40mozilla.com@bzr.mozilla.org/bugzilla/4.0
modified Bugzilla/User/Setting.pm
Committed revision 7712.

Committing to: bzr+ssh://dlawrence%40mozilla.com@bzr.mozilla.org/bugzilla/4.2
modified Bugzilla/User/Setting.pm
Committed revision 8104.

Committing to: bzr+ssh://dlawrence%40mozilla.com@bzr.mozilla.org/bugzilla/trunk
modified Bugzilla/User/Setting.pm
Committed revision 8303.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: