Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #833 (new defect)

Opened 8 months ago

Last modified 8 months ago

description of private variables in ddoc

Reported by: mandel Assigned to: larsivi
Priority: minor Milestone: Documentation
Component: Documentation Version: 0.99.3 Triller
Keywords: Cc:

Description (Last modified by mandel)

The description for several private variables in FilteringIterator appear in the api documentation.

I think there are several places in the code.
Maybe someone can think of a regular expression to find those easily?

Solution:

convert

/**
* foo bar
**/
private uint x_;

to

private uint x_; //foo bar

Change History

12/26/07 16:02:13 changed by mandel

  • description changed.

12/26/07 18:38:26 changed by larsivi

  • milestone set to Documentation.

isn't this a DMD / DDoc bug?

12/26/07 19:55:49 changed by mandel

No idea. I've never touched DDoc.