mirror of
https://github.com/dlang/phobos.git
synced 2025-04-27 21:51:40 +03:00
Arguments to DDoc macros must be separated by a comma and at most one space, not spread over multiple lines.
This commit is contained in:
parent
96ab2077c3
commit
1fab9aca41
1 changed files with 1 additions and 4 deletions
|
@ -1205,10 +1205,7 @@ public struct UUID
|
||||||
* This function is not supported at compile time.
|
* This function is not supported at compile time.
|
||||||
*
|
*
|
||||||
* Bugs:
|
* Bugs:
|
||||||
* $(LINK2
|
* $(LINK2 https://github.com/dlang/phobos/issues/9881, Issue #9881 - Randomness in UUID generation is insufficient)
|
||||||
* https://github.com/dlang/phobos/issues/9881
|
|
||||||
* Issue #9881 - Randomness in UUID generation is insufficient
|
|
||||||
* )
|
|
||||||
*
|
*
|
||||||
* Warning:
|
* Warning:
|
||||||
* $(B This function must not be used for cryptographic purposes.)
|
* $(B This function must not be used for cryptographic purposes.)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue