Add ddoc headers for submodules.

This commit is contained in:
H. S. Teoh 2015-01-20 10:27:42 -08:00
parent 309a22e916
commit c3d464d1aa
7 changed files with 73 additions and 1 deletions

View file

@ -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 algorithms that implement set operations.
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/_setops.d)
*/
module std.algorithm.setops;
import std.range.primitives;