mirror of
https://github.com/dlang/phobos.git
synced 2025-04-26 05:00:35 +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.
|
||||
*
|
||||
* Bugs:
|
||||
* $(LINK2
|
||||
* https://github.com/dlang/phobos/issues/9881
|
||||
* Issue #9881 - Randomness in UUID generation is insufficient
|
||||
* )
|
||||
* $(LINK2 https://github.com/dlang/phobos/issues/9881, Issue #9881 - Randomness in UUID generation is insufficient)
|
||||
*
|
||||
* Warning:
|
||||
* $(B This function must not be used for cryptographic purposes.)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue