October 27, 2007 [Issue 1617] New: URL destroyed by underlining | ||||
---|---|---|---|---|
| ||||
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. -- |
October 27, 2007 [Issue 1617] URL destroyed by underlining | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=1617 csantander619@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE ------- Comment #1 from csantander619@gmail.com 2007-10-27 14:42 ------- *** This bug has been marked as a duplicate of 1435 *** -- |
Copyright © 1999-2021 by the D Language Foundation