dragons-and-bytecode / comfy

Comfy - the comfortable C dialect
Mozilla Public License 2.0
1 stars 0 forks source link

the public keyword should also work on methods without documentation #5

Closed RavenNevermore closed 9 years ago

RavenNevermore commented 9 years ago

Currently, comfy can only transform public methods into a method declaration in the header and an implementation in the source.

Any method without a documentation currently doesn't get recognized. This needs to be fixed.