jasonrbr / CodeReader

MIT License
6 stars 1 forks source link

Reading comments and line numbers in classes. "Exiting scope <blah>." #69

Closed alexandrabrown closed 7 years ago

alexandrabrown commented 7 years ago

Addresses issues #66, #62, and #61 ! Comments, exiting scope “Blah”, and line numbers will now be read if they are inside classes. Made a function to do this. Might not be the most elegant solution because I’m passing a lot of parameters down to it but it works?