Is there some way to prevent field `b` from being documented when using `nim
doc`? Or is this the expected behavior?
type T* = object
a*: int
b:float
RunLikewise, should `a` be printed by the documentation as `a*`?
