rsixygen 0.1.1

Features

Better handling of constructor

  • As of eb4a06, there are no longer be duplicate entries for new() and initialize() with mismatched function signatures.

Bugfixes

Weird constructor signatures no longer cause weird docs!

  • As of da9381e, method signatures will no longer include attribute information like srcref stuff that can sometimes get attached to expressions. This was accomplished with regex so you know it isn’t at all brittle or horrible.