mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 14:40:30 +03:00
Add ddoc headers for submodules.
This commit is contained in:
parent
309a22e916
commit
c3d464d1aa
7 changed files with 73 additions and 1 deletions
|
@ -1,4 +1,16 @@
|
|||
// Written in the D programming language.
|
||||
/**
|
||||
This is a submodule of $(LINK2 std_algorithm_package.html, std.algorithm).
|
||||
It contains generic _iteration algorithms.
|
||||
|
||||
Copyright: Andrei Alexandrescu 2008-.
|
||||
|
||||
License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
||||
|
||||
Authors: $(WEB erdani.com, Andrei Alexandrescu)
|
||||
|
||||
Source: $(PHOBOSSRC std/algorithm/_iteration.d)
|
||||
*/
|
||||
module std.algorithm.iteration;
|
||||
|
||||
// FIXME
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue