Changeset 12570
- Timestamp:
- 02/20/08 16:17:49 (11 months ago)
- Files:
-
- 1 modified
-
util/branches/dev/jsdoc/jsdoc.module (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
util/branches/dev/jsdoc/jsdoc.module
r12569 r12570 2337 2337 $type = substr($type, 0, -1); 2338 2338 foreach ($items as $item) { 2339 if ($type == 'variable' && $item->title != $node->title) { 2340 continue; 2341 } 2339 2342 if (is_object($item)) { 2340 2343 $title = $item->title;