Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
documentation
Priority:
Normal
Category:
Feature request
Assigned:
Issue tags:
Reporter:
Created:
17 Aug 2009 at 17:22 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jhodgdonAPI documentation issues need to be filed under project Drupal, component Documentation, because this documentation is embedded in the core Drupal code.
So, we do already have a way to indicate related functions in function documentation, with a @see tag in the function header doc (this creates a See Also section on api.drupal.org for the function).
Since the feature you requested already exists, I am going to make this issue into a request to add @see tags specifically on variable_set, variable_get, and variable_del to reference each other. I am guessing the request is for Drupal 6, but we should patch on Drupal 7 and then port the patch to Drupal 6.
If you have other functions you would like to suggest See Also tags for, please file a separate issue for each set of functions that you think should be linked.
Thanks!
Comment #2
jhodgdonComment #3
emmajane commentedComment #4
emmajane commentedAdded see also links. D7 and D6 patches included. I've included them on the same line and sorted by alpha. Please let me know if it should be otherwise. :)
Comment #5
jhodgdonThese patches for D6 and D7 both look good, apply cleanly.
Comment #6
webchickOh, lord. Yes, please.
Committed to HEAD. Moving down to 6.x.
Comment #7
gábor hojtsyCommitted to Drupal 6 too, thanks.