Thread overview | |||||
---|---|---|---|---|---|
|
January 08, 2016 [Issue 15528] [DDoc] Make symbols in Phobos documentation links to their own fragments | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=15528 --- Comment #1 from Jakob Ovrum <jakobovrum@gmail.com> --- (In reply to Jakob Ovrum from comment #0) > That way they'd be easier to share. Their styling could be much like headers in the specification pages. > > I'm not sure this is possible in current DDoc. We have DDOC_ANCHOR but it's a "hook"; the doc generator automatically instantiates it for each symbol. The relevant place to override for this is DDOC_PSYMBOL, which only knows the completely unqualified name of the symbol, which is unsuitable for links. I was also thinking we could add something to put the fully qualified name (including packages and module) of the symbol in the alt text or something, which might help improving search engine results. -- |
December 17, 2022 [Issue 15528] [DDoc] Make symbols in Phobos documentation links to their own fragments | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=15528 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P4 -- |
December 13 [Issue 15528] [DDoc] Make symbols in Phobos documentation links to their own fragments | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=15528 --- Comment #2 from dlangBugzillaToGithub <robert.schadek@posteo.de> --- THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/dmd/issues/19085 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB -- |
Copyright © 1999-2021 by the D Language Foundation