Enhancement: issue error on all public functions that are missing ddoc sections

Baz via Digitalmars-d digitalmars-d at puremagic.com
Wed Mar 18 16:06:08 PDT 2015


On Wednesday, 18 March 2015 at 22:05:18 UTC, Brian Schott wrote:
> On Wednesday, 18 March 2015 at 18:48:53 UTC, Walter Bright 
> wrote:
>> I'm fed up with this problem. It is actively hurting us every 
>> day.
>>
>> https://issues.dlang.org/show_bug.cgi?id=14307
>>
>> Anyone want to take this on? Shouldn't be particularly 
>> difficult.
>
> D-Scanner has had this feature for a while. Here's the list for 
> Phobos:
>
> http://dpaste.dzfl.pl/7d018aad2b10

Based on the list: the task should be divided on a per module 
basis. Some modules have a lot of undocumented declaration that 
just need "ditto"; some others recquire specific knowledge (UTF), 
some other simply copy and paste (range things: popFront etc, eg 
"confere with..."). And among them it's not impossible that a few 
items should be private(testUrl1 testUrl2).



More information about the Digitalmars-d mailing list