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.
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 getdefguard
coverage for free, since they compile to macros at compile time.