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
    
    
    Run

Likewise, should `a` be printed by the documentation as `a*`?

Reply via email to