[Issue 17687] New: Ddoc: Automatically highlight class names

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Jul 25 14:14:43 PDT 2017


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

          Issue ID: 17687
           Summary: Ddoc: Automatically highlight class names
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: dmd
          Assignee: nobody at puremagic.com
          Reporter: wolframw at protonmail.com

When building the docs, dmd automatically highlights the names of function
parameters, if not prefixed with an underscore. This is not currently done for
class names, when referencing the enclosing class in the documentation of a
member function.

See also https://dlang.org/phobos/std_file.html#.DirEntry for example, where
this would solve an inconsistency.

--


More information about the Digitalmars-d-bugs mailing list