Fogus

Results 13 comments of Fogus

What version of Marginalia are you using? Likewise, how are you executing it? Do you have code that we could look at?

By nested, do you mean this: ``` ;; this is top-level (defn foo [x] ;; this is nested 42) ``` ??

My view is: ``` (defn foo [x] ;; sub-comments alone on a line go to the doc view (left-side) (let [x (int x)] ;; comments at the end of code...

Keeping the comment aligned with its content is the way that Docco works, so there is no reason to change that I think. You can see how Docco does it...

Excellent. I'm looking forward to seeing it.

How are you running Marg?

We need more detail.

> I'll take this. You are like a superhero or something!

I think run-marg can stay. The main goal of this task is to completely eliminate AOT in the main library. Maybe we should leave `run-marg` in place for now so...

Not sure I like the `:marg` key, but I like the behavior. Patches welcomed.