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

Variables in unittests appears in the docs as module members #107

Closed 9il closed 5 years ago

9il commented 5 years ago
///
module m;
///
unittest
{
    /// a comment
    double d;
}
9il commented 5 years ago

Thanks!