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

Many parsing errors are repeated twice #6

Open greenh opened 12 years ago

greenh commented 12 years ago

...because parsing is occurring twice, once for blurb and once for content.

Really need to move parsing to the first pass, and store the result in the (sub-)artifact. Makes the :nogen a whole lot more meaningful, too.