digitalmars.D.bugs - [Bug 134] New: Invalid hyperlink in regexp docs
- d-bugmail puremagic.com (21/21) May 10 2006 http://d.puremagic.com/bugzilla/show_bug.cgi?id=134
- d-bugmail puremagic.com (9/9) May 25 2006 http://d.puremagic.com/bugzilla/show_bug.cgi?id=134
- d-bugmail puremagic.com (11/11) May 25 2006 http://d.puremagic.com/bugzilla/show_bug.cgi?id=134
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 digitalmars.com
ReportedBy: ddparnell 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)
--
May 10 2006
http://d.puremagic.com/bugzilla/show_bug.cgi?id=134
bugzilla digitalmars.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
Fixed 0.158
--
May 25 2006
http://d.puremagic.com/bugzilla/show_bug.cgi?id=134
ddparnell bigpond.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
Almost fixed ;-)
There are two references to the Regular Expression html page and you only fixed
the first reference.
--
May 25 2006









d-bugmail puremagic.com 