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

Locally globalize identifiers within a comment #34

Closed greenh closed 11 years ago

greenh commented 12 years ago

Currently, identifiers declared within a CJD comment (via, e.g. @ arg id ...) are local to the scope defined by the parent flow. This needs to be changed so that all declared IDs are accessible and appropriately rendered throughout the scope.

It's somewhere somehow in the upcontext processing in gen-flow ...