dart-archive / custom-element-apigen

Tool to generate Dart APIs for polymer custom elements written in Javascript
BSD 3-Clause "New" or "Revised" License
13 stars 13 forks source link

automatically clean up comments? #7

Open sigmundch opened 10 years ago

sigmundch commented 10 years ago

Some comments have a bit of a javadoc style, would be nice to eventually clean those up, ideally in automated fashion. (from https://github.com/dart-lang/core-elements/issues/4)

Some comments also refer to JS style expressions, like $.foo instead of $['foo']. Maybe those can be fixed too :)