public
Description: PLEASE GO TO http://yard.soen.ca FOR IMPORTANT NEWS ABOUT YARD / THE AUTHOR!!!
Homepage: http://yard.soen.ca / IRC: #yard on irc.freenode.net
Clone URL: git://github.com/lsegal/yard.git
Click here to lend your support to: yard and make a donation at www.pledgie.com !
Add line number for attributes
lsegal (author)
Wed May 14 17:31:01 -0700 2008
commit  8134b2aa9521a7f8135a2d3de920973edd693494
tree    a040579b44b7db8f26eb8fd7f7a9cbf486a5c872
parent  0895a45deb5e728819ec2a96f0713fb03de40714
...
46
47
48
 
49
50
51
...
46
47
48
49
50
51
52
0
@@ -46,6 +46,7 @@ class YARD::Handlers::AttributeHandler < YARD::Handlers::Base
0
           o.source = full_src
0
           o.docstring = statement.comments.to_s.empty? ? doc : statement.comments
0
           o.file = parser.file
0
+ o.line = statement.tokens.first.line_no
0
         end
0
       end
0
 

Comments

    No one has commented yet.