dlang-community / harbored-mod

A documentation generator for D with support for both DDoc and Markdown.
Boost Software License 1.0
18 stars 14 forks source link

Don't undecorate empty comments #64

Closed nemanja-boric-sociomantic closed 8 years ago

nemanja-boric-sociomantic commented 8 years ago

Documented unittest comment can be empty, so unDecorateComment will assert inside in contract.

///
unitest {
   ...
}
nemanja-boric-sociomantic commented 8 years ago

Should fix #62

kiith-sa commented 8 years ago

Thanks.