digitalmars.D - ddoc documentation
- david (15/15) Feb 13 2007 If I use the provided ddoc example (http://www.digitalmars.com/d/ddoc.ht...
- Frits van Bommel (5/12) Feb 13 2007 Put it in the D Bugzilla (http://d.puremagic.com/issues/) anyway.
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
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