ddox-generated Phobos documentation is available for review

ralex krckoorascic at gmail.com
Mon Mar 10 09:21:46 PDT 2014


On Monday, 10 March 2014 at 14:56:13 UTC, Andrei Alexandrescu 
wrote:
> On 3/10/14, 1:35 AM, Nicolas Sicard wrote:
>> For me it's a real improvement! One thing: symbol names 
>> (modules,
>> functions, etc.) shouldn't be hyphenated, specially in tables.
>
> All: how does one turn off css hyphenation?
>
> Andrei

word-wrap: break-word;
-webkit-hypens: none;
-moz-hypens: none;
-ms-hypens: none;
hypens: none;


should do the trick..


More information about the Digitalmars-d mailing list