mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 14:40:30 +03:00
Make descriptions more clear and stand-alone, prefer ddoc macros to manual navigation.
This commit is contained in:
parent
0fa1358b64
commit
71a86cb797
1 changed files with 5 additions and 3 deletions
|
@ -315,11 +315,13 @@ class Compress
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Construct.
|
* Constructor.
|
||||||
*
|
*
|
||||||
* Params:
|
* Params:
|
||||||
* level = the same as for $(D std.zlib.compress())
|
* level = compression level. Legal values are 1..9, with 1 being the least
|
||||||
* header = can be used to make a gzip compatible stream. Defaults to HeaderFormat.deflate.
|
* compression and 9 being the most. The default value is 6.
|
||||||
|
* header = sets the compression type to one of the options available
|
||||||
|
* in $(LREF HeaderFormat). Defaults to HeaderFormat.deflate.
|
||||||
*
|
*
|
||||||
* See_Also:
|
* See_Also:
|
||||||
* $(LREF compress), $(LREF HeaderFormat)
|
* $(LREF compress), $(LREF HeaderFormat)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue