I noticed that @variable is not displayed in t documentation on http://api.drupal.org/api/5/function/t
It looks like doxygen is not parsing it correctly. Every parameter for doxygen like @code and @param starts with @ the same as @variable and thats probably why it is not displayed.

CommentFileSizeAuthor
#1 common.inc_.t.patch1.57 KBRok Žlender

Comments

Rok Žlender’s picture

Project: Documentation » Drupal core
Version: » 5.1
Component: Documentation in CVS » base system
StatusFileSize
new1.57 KB

After some research I realized that all there is to it is to escape @ sign. Unfortunately I have no idea how to test it if this really fixes the prblem.

gábor hojtsy’s picture

Status: Active » Needs work

Hm, I looked into http://cvs.drupal.org/viewcvs/drupal/contributions/modules/api/parser.inc and I don't think this will solve the problem (neither did I found where this @variable is swallowed by the code).

Rok Žlender’s picture

I tried running api module on my computer and it does not filter out @variable. Is there some documentation how drupal api is generated.

ainigma32’s picture

Status: Needs work » Fixed

I also don't see any problems with the @variable

More information on the api module can be found here http://drupal.org/node/26669

Anonymous’s picture

Status: Fixed » Closed (fixed)

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