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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | common.inc_.t.patch | 1.57 KB | Rok Žlender |
Comments
Comment #1
Rok Žlender commentedAfter 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.
Comment #2
gábor hojtsyHm, 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).
Comment #3
Rok Žlender commentedI tried running api module on my computer and it does not filter out @variable. Is there some documentation how drupal api is generated.
Comment #4
ainigma32 commentedI also don't see any problems with the @variable
More information on the api module can be found here http://drupal.org/node/26669
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.