digitalmars.D.bugs - [Issue 959] New: smaller ddoc documentation issue
- d-bugmail puremagic.com (27/27) Feb 13 2007 http://d.puremagic.com/issues/show_bug.cgi?id=959
- d-bugmail puremagic.com (9/9) Mar 29 2007 http://d.puremagic.com/issues/show_bug.cgi?id=959
http://d.puremagic.com/issues/show_bug.cgi?id=959
Summary: smaller ddoc documentation issue
Product: D
Version: 1.005
Platform: PC
URL: http://www.digitalmars.com/d/ddoc.html
OS/Version: All
Status: NEW
Keywords: ddoc
Severity: minor
Priority: P3
Component: www.digitalmars.com
AssignedTo: bugzilla digitalmars.com
ReportedBy: tazz gmx.at
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 local 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
--
Feb 13 2007
http://d.puremagic.com/issues/show_bug.cgi?id=959
bugzilla digitalmars.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
Fixed DMD 1.010
--
Mar 29 2007








d-bugmail puremagic.com