mojombo / tomdoc

A flexible code documentation specification with human readers in mind.
333 stars 47 forks source link

Missing "Public:" on examples? #19

Closed tomkersten closed 13 years ago

tomkersten commented 13 years ago

Should the "attr_writer" and "attr_accessor" examples have a "Public:" declaration? I assume so for at least "attr_writer", as it would be symmetric with the "attr_reader" rules/example...but wasn't sure about attr_accessor. Either way...just curious (will throw t/g a pull request quick for each separately).

tomkersten commented 13 years ago

Pull request: https://github.com/mojombo/tomdoc/pull/20 ...in case you want it...