On Saturday, 10 January 2015 at 17:23:24 UTC, Andrei Alexandrescu wrote:
In the ddox-generated documentation the heading is e.g. "Module std.container". I wanted to style "std.container" in code font, but can't find where that text is generated. I've searched dlang.org/ and dub/, no avail.

Andrei

IIUC, you're looking for this:
https://github.com/rejectedsoftware/ddox/blob/ce797a3182c1263feb4a6f4c9ce9b88b95d83003/views/layout.dt

Which is the base of all layout. But from a quick look (https://github.com/rejectedsoftware/ddox/search?utf8=%E2%9C%93&q=h1), the title is the only h1 on the page, so you could just tweak the CSS.

Reply via email to