www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - ddoc documentation

reply david <tazz gmx.at> writes:
If I use the provided ddoc example (http://www.digitalmars.com/d/ddoc.html)

/** Example of embedded HTML:
  *
  * <li> <a href="www.digitalmars.com">Digital Mars</a>
  * <li> <a href="www.classicempire.com">Empire</a>
  *
  */

the result is a link to:
file:///C:/own/science/D/source/www.classicempire.com

The obvious solution is to change the ddoc-comment to:
  * <li> <a href="http://www.classicempire.com">Empire</a>

So that should be changed on http://www.digitalmars.com/d/ddoc.html

My question now is:
Where to report this? It's not really a bug, just a documentation issue...

david
Feb 13 2007
parent Frits van Bommel <fvbommel REMwOVExCAPSs.nl> writes:
david wrote:
 If I use the provided ddoc example (http://www.digitalmars.com/d/ddoc.html)
 
[snip]
 
 So that should be changed on http://www.digitalmars.com/d/ddoc.html
 
 My question now is:
 Where to report this? It's not really a bug, just a documentation issue...
Put it in the D Bugzilla (http://d.puremagic.com/issues/) anyway. Product "D", component "www.digitalmars.com", put the URL in the appropriate box and fill in the summary and description.
Feb 13 2007