JakobOvrum / bootDoc

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

Add `HTTP` and `HTTPS` macros to bootdoc.ddoc #23

Closed denis-sh closed 11 years ago

denis-sh commented 11 years ago

WEB macro is unsafe because $(WEB http://..., ...) is a common mistake. It was removed from dlang.org by d-programming-language.org/pull #28.

HTTP macro is better. HTTPS added for consistency.

JakobOvrum commented 11 years ago

This is related to issue #17, but it's a good change regardless of what decisions are going to be made. Thanks!