digitalmars.D - Issue with displaying "<" in ddox
- Andrei Alexandrescu (10/10) Sep 22 2016 Looking at:
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
Sep 22 2016