www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 18442] New: documented unittests don't have anchors (so we

https://issues.dlang.org/show_bug.cgi?id=18442

          Issue ID: 18442
           Summary: documented unittests don't have anchors (so we can't
                    link to them, eg in changelogs)
           Product: D
           Version: D2
          Hardware: x86
                OS: Mac OS X
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: dlang.org
          Assignee: nobody puremagic.com
          Reporter: timothee.cour2 gmail.com

eg:
https://dlang.org/phobos/std_complex.html
i see anchors for each function but not for documented unittests.

eg use case: linking to these in changelogs (and avoiding re-doing redundant
work in changelogs, more DRY; also changelog inline unittests are not as good
as they aren't runnable)

related already merged PR (which for similar past issue):
https://github.com/dlang/dlang.org/pull/2043

--
Feb 14 2018