greenh / CJD

CJD is a system for documenting Clojure programs through the use of structured comments embedded in Clojure source code.
Other
12 stars 0 forks source link

@p following @arg within @arg has wrong left margin #2

Closed greenh closed 12 years ago

greenh commented 12 years ago

For a form like

@(arg ...
    @arg ... 
    @p ... )

the @p is has the left margin of the second arg, not the first.