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

          Issue ID: 18361
           Summary: Ddoc: support ability to opt out of automatic keyword
                    highlighting in text
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: dmd
          Assignee: [email protected]
          Reporter: [email protected]

Currently, ddoc will automatically highlight any word in running text that
happens to coincide with keywords, module names, or function parameters.
Unfortunately, if any of the foregoing happen to be a common word, the text
will be full of unintentional highlights, and would need a proliferation of
prefixed '_' to suppress this behaviour on every unwanted occurrence.

Ddoc should provide a way to opt out of this behaviour.

--

Reply via email to