[Issue 959] New: smaller ddoc documentation issue

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Feb 13 13:09:32 PST 2007


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 at digitalmars.com
        ReportedBy: tazz at 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


-- 



More information about the Digitalmars-d-bugs mailing list