Ensure each module has a description at the top.

This commit is contained in:
Andrei Alexandrescu 2015-01-11 14:14:29 -08:00
parent 6dcabe9ba4
commit a13cee766d
12 changed files with 41 additions and 42 deletions

View file

@ -1,6 +1,8 @@
// Written in the D programming language.
/**
Serialize data to $(D ubyte) arrays.
* Macros:
* WIKI = Phobos/StdOutbuffer
*