JakobOvrum / bootDoc

Theme for the DDoc documentation generator
Other
36 stars 7 forks source link

Declaration links fixes #25

Closed denis-sh closed 11 years ago

denis-sh commented 11 years ago

Compliments pull #24.

JakobOvrum commented 11 years ago

Awesome, this works really well. Thanks.

(Sorry if bootdoc.js is hard to follow btw, it's my first piece of JS, and JS is deceptively hard to write good code in, similar to PHP. Thinking back now, I wish I had done it in CoffeeScript :P)

denis-sh commented 11 years ago

Damn, you are too fast. I wanted to add a notice, that Opera isn't the only reason: #24 makes all browsers scroll incorrectly for enum members (probably because there is not text before span + some JS breakage and resulting links mess).

Anyway, thanks for quick merge!