[phobos] [dlang/phobos] f07dfe: Add empty doc comments to all public Phobos module...

GitHub via phobos phobos at puremagic.com
Wed Jun 8 09:55:33 PDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/dlang/phobos
  Commit: f07dfe6df019924836cea3424c436a70ca236c48
      https://github.com/dlang/phobos/commit/f07dfe6df019924836cea3424c436a70ca236c48
  Author: Sönke Ludwig <sludwig at rejectedsoftware.com>
  Date:   2016-06-06 (Mon, 06 Jun 2016)

  Changed paths:
    M std/experimental/allocator/building_blocks/affix_allocator.d
    M std/experimental/allocator/building_blocks/allocator_list.d
    M std/experimental/allocator/building_blocks/bitmapped_block.d
    M std/experimental/allocator/building_blocks/bucketizer.d
    M std/experimental/allocator/building_blocks/fallback_allocator.d
    M std/experimental/allocator/building_blocks/free_list.d
    M std/experimental/allocator/building_blocks/free_tree.d
    M std/experimental/allocator/building_blocks/kernighan_ritchie.d
    M std/experimental/allocator/building_blocks/null_allocator.d
    M std/experimental/allocator/building_blocks/quantizer.d
    M std/experimental/allocator/building_blocks/region.d
    M std/experimental/allocator/building_blocks/scoped_allocator.d
    M std/experimental/allocator/building_blocks/segregator.d
    M std/experimental/allocator/gc_allocator.d
    M std/experimental/allocator/mallocator.d
    M std/experimental/allocator/mmap_allocator.d
    M std/experimental/logger/core.d
    M std/experimental/logger/filelogger.d
    M std/experimental/logger/multilogger.d
    M std/experimental/logger/nulllogger.d

  Log Message:
  -----------
  Add empty doc comments to all public Phobos modules to fix /library/.

The DDOX based documentation is configured to only show entities with doc comments and thus hides modules without one. This adds an empty comment to all public Phobos modules that have stayed undocumented so far.

They should probably get a proper documentation with description/license/copyright/.... This just fixes the documentation until then.


  Commit: f91fba5f5a87ae7778c083a604cdf49a5589e619
      https://github.com/dlang/phobos/commit/f91fba5f5a87ae7778c083a604cdf49a5589e619
  Author: Dmitry Olshansky <dmitry.olsh at gmail.com>
  Date:   2016-06-08 (Wed, 08 Jun 2016)

  Changed paths:
    M std/experimental/allocator/building_blocks/affix_allocator.d
    M std/experimental/allocator/building_blocks/allocator_list.d
    M std/experimental/allocator/building_blocks/bitmapped_block.d
    M std/experimental/allocator/building_blocks/bucketizer.d
    M std/experimental/allocator/building_blocks/fallback_allocator.d
    M std/experimental/allocator/building_blocks/free_list.d
    M std/experimental/allocator/building_blocks/free_tree.d
    M std/experimental/allocator/building_blocks/kernighan_ritchie.d
    M std/experimental/allocator/building_blocks/null_allocator.d
    M std/experimental/allocator/building_blocks/quantizer.d
    M std/experimental/allocator/building_blocks/region.d
    M std/experimental/allocator/building_blocks/scoped_allocator.d
    M std/experimental/allocator/building_blocks/segregator.d
    M std/experimental/allocator/gc_allocator.d
    M std/experimental/allocator/mallocator.d
    M std/experimental/allocator/mmap_allocator.d
    M std/experimental/logger/core.d
    M std/experimental/logger/filelogger.d
    M std/experimental/logger/multilogger.d
    M std/experimental/logger/nulllogger.d

  Log Message:
  -----------
  Merge pull request #4414 from s-ludwig/master

Add empty doc comments to all public Phobos modules to fix /library/.


Compare: https://github.com/dlang/phobos/compare/c8cc2f2cb233...f91fba5f5a87


More information about the phobos mailing list