akoutmos / doctor

Ensure that your Elixir project documentation is healthy
MIT License
179 stars 15 forks source link

`defmacro` support #46

Open christhekeele opened 2 years ago

christhekeele commented 2 years ago

It'd be nice if doctor could also enforce macro documentation! Probably following the "ignore __-prefixed" heuristic, so __using__ does not get penalized.

I'm not sure how doctor's internals work, but depending on that we might get defguard coverage for free, since they compile to macros at compile time.