[Bug 134] New: Invalid hyperlink in regexp docs

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed May 10 15:10:28 PDT 2006


http://d.puremagic.com/bugzilla/show_bug.cgi?id=134

           Summary: Invalid hyperlink in regexp docs
           Product: D
           Version: 0.157
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Phobos
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: ddparnell at bigpond.com


The std/regexp.d file contains the following Ddoc line ...

$(LINK2 ../../../ctg/regular.html, Regular expressions)

which is intended to provide a hyperlink to the regular expression
documenation. However as this document is not supplied in the DMD release pack,
the link does not work as intended.

Either supply the regular.html file in the release or change the LINK2 macro to
point to the digitalmars site ...

$(LINK2 http://www.digitalmars.com/ctg/regular.html, Regular expressions)


-- 




More information about the Digitalmars-d-bugs mailing list