There are several places in Drupal core that have @name in docblocks.

The API module does not support name in our version of doxygen. They should have been @defgroups in most/all cases.

I made a patch here http://drupal.org/files/issues/895600.patch on this issue #895600: @ingroup @{ @} with classes should only include the class, not its members that included a fix for this. We need to take the @name part out of that patch and attach it here as a patch and get it committed, while we debate what to do about that other issue (which is really unrelated).

CommentFileSizeAuthor
#4 898040.patch3.95 KBjhodgdon
#2 name.patch4.09 KBjhodgdon
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jhodgdon’s picture

Title: @name is not supported » @name is not supported by API module doxygen
jhodgdon’s picture

Status: Active » Needs review
FileSize
4.09 KB

Here's the patch.

Status: Needs review » Needs work

The last submitted patch, name.patch, failed testing.

jhodgdon’s picture

Status: Needs work » Needs review
FileSize
3.95 KB

Here's a patch that should work better.

markabur’s picture

Status: Needs review » Reviewed & tested by the community

Looks good; patch still applies and all of the "@name Title" are gone and replaced with "@defgroup group_id Title". I'm assuming "@defgroup content_flags Content markers" isn't a mistake -- the rest of the group ids match the human-friendly title more closely.

webchick’s picture

Status: Reviewed & tested by the community » Fixed

Committed to HEAD. Thanks!

Status: Fixed » Closed (fixed)
Issue tags: -Novice

Automatically closed -- issue fixed for 2 weeks with no activity.