I think this is an important special case that nim doc should handle, so that 
these 2 cases work: 
    
    
    proc fun1*() = discard ## doc comment for `fun1`
    proc fun2*() = discard
      ## doc comment for `fun2`
    
    
    Run

Reply via email to