DScanner warns class is undocumented, how to resolve it ?
Vinod K Chandran
kcvinu82 at gmail.com
Tue May 19 13:24:47 UTC 2020
On Thursday, 14 May 2020 at 08:02:28 UTC, Dennis wrote:
> On Thursday, 14 May 2020 at 06:08:17 UTC, Vinod K Chandran
> wrote:
>> On Thursday, 14 May 2020 at 06:05:00 UTC, Vinod K Chandran
>> wrote:
>>> Hi all,
>>> I wrote a class and in VS Code, DScanner says that the class
>>> is undocumented. How can i document a class ?
>>
>> Never mind, i found the answer myself. Just like in dot net, i
>> added triple forward slash comment and problem solved.
>
> If you plan to publish your code to dub, consider actually
> documenting it or marking it private/package so it won't appear
> as an undocumented symbol.
Thanks. But i am not using dub because my code only runs with
"dmd -i".
More information about the Digitalmars-d-learn
mailing list