Skip to:
Content

BuddyPress.org

Opened 10 years ago

Closed 5 years ago

#7377 closed enhancement (fixed)

Inline documentation improvements for 2.8

Reported by: slaFFik Owned by: tw2113
Priority: low Milestone: Awaiting Contributions
Component: Core Version:
Severity: minor Keywords:
Cc:

Description (last modified by slaFFik)

There are bunch of places, where PHPDoc is not synced with the related doc.
Example:

/**
 * Render the Group Type metabox.
 *
 * @since 2.6.0
 *
 * @param BP_Groups_Group|null $user The BP_Groups_Group object corresponding to the group being edited.
 */
function bp_groups_admin_edit_metabox_group_type( BP_Groups_Group $group = null ) {}

Note the usage of $user in @param and $group in code. This might be a problem later, when we will start using https://developer.buddypress.org by @tw2113, so it's better to fix earlier.

The goal of this task is to make constant improvements in such places in various parts of the BuddyPress code.

Change History (5)

#1 @slaFFik
10 years ago

  • Description modified (diff)

#2 @tw2113
10 years ago

  • Owner set to tw2113
  • Status newaccepted

#3 @slaffik
10 years ago

In 11289:

Inline documentation: bp-core-attachments.php

Improved inline documentation in phpdoc for several functions.

See #7377.

#4 @DJPaul
10 years ago

  • Milestone 2.8Future Release

#5 @espellcaste
5 years ago

  • Resolutionfixed
  • Status acceptedclosed

The goal of this task is to make constant improvements in such places in various parts of the BuddyPress code.

#8553 is taking care of making those improvements in the whole plugin code base.

Note: See TracTickets for help on using tickets.