emacsorphanage / dart-mode

An Emacs mode for the Dart language
GNU General Public License v3.0
15 stars 2 forks source link

Add docstrings to new code #86

Open bradyt opened 5 years ago

bradyt commented 5 years ago

When code was added for syntax highlighting, no docstrings were added, and we want to satisfy all linting, such as checkdoc or package-lint. As well as ensure code is easier to maintain or improve in the future.

This task should be made easier since the commit messages were somewhat verbose.

bradyt commented 5 years ago

Mostly fixed by https://github.com/bradyt/dart-mode/commit/327b9aa103f67137af708ef0bdb441aa4184ab10. The newer uses of defvar do not yet have docstrings. Should check if linting still complains.