www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 1617] New: URL destroyed by underlining

reply d-bugmail puremagic.com writes:
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 digitalmars.com
        ReportedBy: andrei 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.


-- 
Oct 27 2007
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=1617


csantander619 gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE







*** This bug has been marked as a duplicate of 1435 ***


-- 
Oct 27 2007