#14737 closed (fixed)
Move doc comment for "cache_page" to function.
Reported by: | Adam Vandenberg | Owned by: | nobody |
---|---|---|---|
Component: | Core (Cache system) | Version: | 1.2 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The doc comment for "cache_page" was hanging out at the top of the module, instead of the targeted function.
This patch moves the doc comment down to the function.
Attachments (1)
Change History (5)
by , 14 years ago
Attachment: | move-cache-doc-comment.diff added |
---|
comment:1 by , 14 years ago
milestone: | → 1.3 |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 14 years ago
Note:
See TracTickets
for help on using tickets.
(In [14798]) Fixed #14737 -- Moved the docstring comment for the cache_page decorator so it gets picked up as a docstring. Thanks to adamv for the report and patch.