[phobos] [D-Programming-Language/phobos] 31b0f9: Improve docs for std.exception.{does, may}PointTo

GitHub via phobos phobos at puremagic.com
Wed Sep 2 00:32:09 PDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 31b0f9c8cd249bb13b44f72fe92a996f67127775
      https://github.com/D-Programming-Language/phobos/commit/31b0f9c8cd249bb13b44f72fe92a996f67127775
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2015-08-30 (Sun, 30 Aug 2015)

  Changed paths:
    M std/exception.d

  Log Message:
  -----------
  Improve docs for std.exception.{does,may}PointTo

Add Params: and Returns:.

Reorder function overloads so that ddoc merges them properly in the
output.


  Commit: c27cc052884fcec5f5c6125c0a6a3043f0f8e989
      https://github.com/D-Programming-Language/phobos/commit/c27cc052884fcec5f5c6125c0a6a3043f0f8e989
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2015-08-30 (Sun, 30 Aug 2015)

  Changed paths:
    M std/exception.d

  Log Message:
  -----------
  Update docs not to refer to deprecated pointsTo().


  Commit: 9fa2cac3fc6434fa3a26ee0f56b4af592c1cb4e3
      https://github.com/D-Programming-Language/phobos/commit/9fa2cac3fc6434fa3a26ee0f56b4af592c1cb4e3
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2015-08-30 (Sun, 30 Aug 2015)

  Changed paths:
    M std/exception.d

  Log Message:
  -----------
  Fix missing ddoc'd unittests for {does,may}PointTo.

Apparently private function was inadvertently inserted between the
original pointsTo implementation and its ddoc'd unittests, causing ddoc
not to pick them up correctly. So reordered the private function and
deprecated alias so that the unittests immediately follow the pointsTo
overloads.

Also, did some cosmetic fixups in the unittests to make them nicer to
read as docs.


  Commit: 5829606b345365ca4ad6ed721eebdd778bab8323
      https://github.com/D-Programming-Language/phobos/commit/5829606b345365ca4ad6ed721eebdd778bab8323
  Author: Dmitry Olshansky <dmitry.olsh at gmail.com>
  Date:   2015-09-02 (Wed, 02 Sep 2015)

  Changed paths:
    M std/exception.d

  Log Message:
  -----------
  Merge pull request #3597 from quickfur/pointsTo

[dox] Improve docs for std.exception.{does,may}PointTo


Compare: https://github.com/D-Programming-Language/phobos/compare/a74d55b5cdee...5829606b3453


More information about the phobos mailing list