[Issue 18062] ddoc: Generated .html files should retain the package hierarchy

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Sep 23 07:27:03 UTC 2019


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

SHOO <zan77137 at nifty.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zan77137 at nifty.com

--- Comment #2 from SHOO <zan77137 at nifty.com> ---
LDC has a `-oq` option that solves this.

> -oq   - Write object files with fully qualified names

The `-oq` option seems to have been created for object files, but it also seems
to have an effect on the HTML output of the document.
This option uses dots instead of slashes for hierarchy.
I think adding this option to dmd will help solve this issue.

--


More information about the Digitalmars-d-bugs mailing list