The Doxygen docblock short description for the function user_load() contains a Doxygen @link command that is not being translated properly into a hyperlink using the text arguments between the @link and @endlink. See the Drupal 7 API documentation generated for user_load().

The syntax of the @link command used for user_load() in modules/user/user.module, line 327, is correct according to the Doxygen documentation for the @link command. I cannot tell why it would not be parsed properly.

Comments

jhodgdon’s picture

Status: Active » Closed (duplicate)

I believe it is because the @link/@endlink spans two lines.

This is a bug in the API module. It is still valid, since you can also see it on
http://api.scratch.drupal.org/api/drupal/modules--user--user.module/func...

However, it's already been reported:
#847322: @link should be recognized even if it crosses a line boundary