July 31, 2016
  Branch: refs/heads/master
  Home:   https://github.com/dlang/phobos
  Commit: 7f16265ab61bf183ad870888809da0d25b497bce
      https://github.com/dlang/phobos/commit/7f16265ab61bf183ad870888809da0d25b497bce
  Author: Johannes Loher <johannes.loher@fg4f.de>
  Date:   2016-07-31 (Sun, 31 Jul 2016)

  Changed paths:
    M std/experimental/allocator/building_blocks/null_allocator.d

  Log Message:
  -----------
  Commented out documentation for the commented out function goodAllocSize in NullAllocator"

Previously, the docs showed the additional line "Returns n.". This documentation comment belongs to the goodAllocSize function, which is commented out, so commented out the doc comment, too.


  Commit: 7cfac7d3f0577ae8f1db142a95dfd7a41e24256c
      https://github.com/dlang/phobos/commit/7cfac7d3f0577ae8f1db142a95dfd7a41e24256c
  Author: Ilya Yaroshenko <ilyayaroshenko@gmail.com>
  Date:   2016-07-31 (Sun, 31 Jul 2016)

  Changed paths:
    M std/experimental/allocator/building_blocks/null_allocator.d

  Log Message:
  -----------
  Merge pull request #4696 from ghost91-/std_experimental_allocator_building_blocks_nullallocator_doc_fix

[trivial] Fix docs for NullAllocator


Compare: https://github.com/dlang/phobos/compare/73e3c70c8af9...7cfac7d3f057