/[Frey]/trunk/lib/Frey/Introspect.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/Frey/Introspect.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 598 by dpavlin, Fri Nov 28 13:18:18 2008 UTC revision 599 by dpavlin, Fri Nov 28 18:31:28 2008 UTC
# Line 187  sub as_markup { Line 187  sub as_markup {
187                                  $name .= qq|<sup title="$role_name">$nr</sup>|;                                  $name .= qq|<sup title="$role_name">$nr</sup>|;
188                          }                          }
189    
190                          eval { $properties = $attr->documentation };                          eval { $properties = $attr->documentation . ' ' . $properties };
191    
192                          qq|<td class="a">$html_name</td><td class="t">$type</td><td>$properties</td>|                          qq|<td class="a">$html_name</td><td class="t">$type</td><td>$properties</td>|
193                  } $meta->get_attribute_list                  } $meta->get_attribute_list

Legend:
Removed from v.598  
changed lines
  Added in v.599

  ViewVC Help
Powered by ViewVC 1.1.26