vala-lang / vala-lint

Check code-style of Vala code files
GNU General Public License v2.0
96 stars 15 forks source link

Warn about undocumented public symbols #188

Open danirabbit opened 3 weeks ago

danirabbit commented 3 weeks ago

At the very least in libraries public symbols (classes, functions, variables, constants, etc) should have valadoc-style documentation. Might also be useful in non-library projects for larger apps etc

Having the linter throw a warning about undocumented public classes would be nice