www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - DocComments link bugs

reply J C Calvarese <technocrat7 gmail.com> writes:
I've noticed that 2 recently added Phobos pages
(http://www.digitalmars.com/d/phobos/std_demangle.html and
http://www.digitalmars.com/d/phobos/std_windows_charset.html) have the same wiki
comment link: http://www.prowiki.org/wiki4d/wiki.cgi?DocComments/

It looks like a simple oversight, and it's probably easily fixed. I think it's
just a matter of adding something like ...
| /**
|  * Macros:
|  *	WIKI = StdDemangle
|  */
to the top of each .d file and re-running Ddoc.

jcc7
Dec 10 2005
parent reply J C Calvarese <technocrat7 gmail.com> writes:
In article <dneuv2$1v93$1 digitaldaemon.com>, J C Calvarese says...
I've noticed that 2 recently added Phobos pages
(http://www.digitalmars.com/d/phobos/std_demangle.html and
http://www.digitalmars.com/d/phobos/std_windows_charset.html) have the same wiki
comment link: http://www.prowiki.org/wiki4d/wiki.cgi?DocComments/

It looks like a simple oversight, and it's probably easily fixed. I think it's
just a matter of adding something like ...
| /**
|  * Macros:
|  *	WIKI = StdDemangle
|  */
to the top of each .d file and re-running Ddoc.
I found another one: http://www.digitalmars.com/d/phobos/std_cover.html If I find any more, I'll add them to this page: http://www.prowiki.org/wiki4d/wiki.cgi?DocComments/ jcc7
Dec 10 2005
next sibling parent "Walter Bright" <newshound digitalmars.com> writes:
Thanks, I'll take care of these.
Dec 10 2005
prev sibling next sibling parent Don Clugston <dac nospam.com.au> writes:
J C Calvarese wrote:
 In article <dneuv2$1v93$1 digitaldaemon.com>, J C Calvarese says...
 
I've noticed that 2 recently added Phobos pages
(http://www.digitalmars.com/d/phobos/std_demangle.html and
http://www.digitalmars.com/d/phobos/std_windows_charset.html) have the same wiki
comment link: http://www.prowiki.org/wiki4d/wiki.cgi?DocComments/

It looks like a simple oversight, and it's probably easily fixed. I think it's
just a matter of adding something like ...
| /**
|  * Macros:
|  *	WIKI = StdDemangle
|  */
to the top of each .d file and re-running Ddoc.
I found another one: http://www.digitalmars.com/d/phobos/std_cover.html If I find any more, I'll add them to this page: http://www.prowiki.org/wiki4d/wiki.cgi?DocComments/ jcc7
CtoD does the same -- it links to the CpptoD page. Although the CtoD page does exist on the wiki.
Dec 14 2005
prev sibling parent J C Calvarese <technocrat7 gmail.com> writes:
In article <dnf21g$26hl$1 digitaldaemon.com>, J C Calvarese says...
In article <dneuv2$1v93$1 digitaldaemon.com>, J C Calvarese says...
I've noticed that 2 recently added Phobos pages
(http://www.digitalmars.com/d/phobos/std_demangle.html and
http://www.digitalmars.com/d/phobos/std_windows_charset.html) have the same wiki
comment link: http://www.prowiki.org/wiki4d/wiki.cgi?DocComments/

It looks like a simple oversight, and it's probably easily fixed. I think it's
just a matter of adding something like ...
| /**
|  * Macros:
|  *	WIKI = StdDemangle
|  */
to the top of each .d file and re-running Ddoc.
I found another one: http://www.digitalmars.com/d/phobos/std_cover.html If I find any more, I'll add them to this page: http://www.prowiki.org/wiki4d/wiki.cgi?DocComments/ jcc7
http://www.prowiki.org/wiki4d/wiki.cgi?DocComments/ is getting hard to read, so I've summarized the problems at http://www.prowiki.org/wiki4d/wiki.cgi?DocComments/LinkProblems These are the documentation pages with the biggest comment link issues: http://www.digitalmars.com/d/phobos/std_cover.html http://www.digitalmars.com/d/phobos/std_demangle.html http://www.digitalmars.com/d/phobos/std_uri.html http://www.digitalmars.com/d/phobos/std_utf.html http://www.digitalmars.com/d/phobos/std_windows_charset.html http://www.digitalmars.com/d/phobos/std_boxer.html jcc7
Jan 06 2006