What is the right way to document a one liner proc?
I tried:
proc createMap(this:VS):ptr VSMap = this.vsapi.createMap()
## Creates a new property map. It must be deallocated later with
freeMap().
Run
What is the right way to document a one liner proc?
I tried:
proc createMap(this:VS):ptr VSMap = this.vsapi.createMap()
## Creates a new property map. It must be deallocated later with
freeMap().
Run