Issue with displaying "<" in ddox

Andrei Alexandrescu via Digitalmars-d digitalmars-d at puremagic.com
Thu Sep 22 11:16:13 PDT 2016


Looking at:

http://dtest.thecybershadow.net/artifact/website-ff971425e306789aa308cfb07cba092cadd11161-5ac9199248afe8d93be7b1075896f16e/web/library-prerelease/std/algorithm/sorting/pivot_partition.html

we see the text: "...and returns an index k < r.length such that..."

The ddoc document at 
http://dtest.thecybershadow.net/artifact/website-ff971425e306789aa308cfb07cba092cadd11161-5ac9199248afe8d93be7b1075896f16e/web/phobos-prerelease/std_algorithm_sorting.html#pivotPartition 
displays the "less than" sign correctly.

Looks like a double translation of "<" occurred somewhere. Could someone 
look into this? Is there a workaround? The source is $(D k < r.length).


Thanks,

Andrei


More information about the Digitalmars-d mailing list