Best practices for reading public interfaces
ketmar via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Sun Feb 22 12:50:37 PST 2015
On Sun, 22 Feb 2015 16:12:49 +0000, Kenny wrote:
> On Saturday, 21 February 2015 at 20:56:26 UTC, anonymous wrote:
>> On Saturday, 21 February 2015 at 20:46:09 UTC, Kenny wrote:
>>> b) Write DDocs and read documentation. The problem here is that I'm
>>> going to use D only for my own projects and in the last time I tend to
>>> write less documentation, for example I do not write it for the most
>>> methods of Vector3D.
>>
>> If you're only interested in the signatures, empty documentation
>> comments give you that.
>
> Is is possible to generate signatures without modifying source code?
generating .di file will strip out all non-template code. maybe we need a
cli switch to strip out templates too -- you could fill ER.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-learn/attachments/20150222/8d34f98a/attachment.sig>
More information about the Digitalmars-d-learn
mailing list