buddypress / next-template-packs

is this the next BuddyPress template pack?
35 stars 9 forks source link

Docblocks - edit/remove bp-legacy @subpackage #11

Closed imath closed 7 years ago

imath commented 8 years ago

I've copy pasted a lot from bp-legacy, as a result there a lot of docblocks looking like this:

/**
 * BuddyPress - Activity Loop
 *
 * @package BuddyPress
 * @subpackage bp-legacy
 */

We should probably at least use @subpackage bp-nouveau

hnla commented 8 years ago

I'd agree, how ever is this the right use of @subpackage, guess it is, just wondering?

paulgibbs commented 8 years ago

Yes.

hnla commented 8 years ago

Ok oh terse one :) what does one do with:

 * @package BuddyPress
 * @subpackage bp-attachments

bp-nouveau/buddypress/assets/_attachments/

paulgibbs commented 8 years ago

I wouldn't worry about these phpdoc tags at this venture. The larger project uses all sorts, and we can sync everything then.


Paul Gibbs

On 26 May 2016, at 16:59, Hugo - hnla notifications@github.com wrote:

Ok oh terse one :) what does one do with:

  • @package BuddyPress
  • @subpackage bp-attachments bp-nouveau/buddypress/assets/_attachments/

— You are receiving this because you commented. Reply to this email directly or view it on GitHub