[Issue 1617] New: URL destroyed by underlining

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Oct 27 12:15:23 PDT 2007


http://d.puremagic.com/issues/show_bug.cgi?id=1617

           Summary: URL destroyed by underlining
           Product: D
           Version: 2.007
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: andrei at metalanguage.com


Consider:

/**
  This is function $(LINK2 http://some.site.com/foo.html,foo).
*/
void foo() {}

The problem with the above is that ddoc has the compulsion to underline
everything foo in the comment, so the link comes as
http://some.site.com/<u>foo</u>.html, which is obviously useless.


-- 



More information about the Digitalmars-d-bugs mailing list