8 Commits

Author SHA1 Message Date
Gina Peter Banyard
4d17b7b494 [skip-revcheck] Convert class markup to be compatible with DocBook 5.2
Closes GH-3415
2024-06-14 17:04:53 +01:00
Máté Kocsis
9eb4a46bba Use new class synopsis markup for interfaces (#2620) 2023-07-29 05:55:01 +01:00
Máté Kocsis
96a8379cd8 Render interfaces according to the new PhD format (#2556)
According to https://github.com/php/phd/pull/75
2023-07-04 20:35:33 +01:00
Christoph M. Becker
071a588364 Fix xpointer expressions
When removing the `not()` operator, some closing parentheses have been
overlooked, which resulted in broken xpointer expressions.
2022-12-13 12:13:33 +01:00
Máté Kocsis
5e2031dc70 Update ext/random role attributes (#2058) 2022-12-11 22:40:19 +01:00
Tim Düsterhus
466f58e332 Extend ext/random documentation (3) (#1951)
* random: Remove redundant “Returns” prefix from return value explanation

* random: Document Engine::generate()'s return value

* random: Document Xoshiro256StarStar::generate()'s return value

* random: Document PcgOneseq128XslRr64::generate()'s return value

* random: Document Mt19937::generate()'s return value

* random: Document Secure::generate()'s return value

* random: Document the Randomizer::$engine property

* random: Clarify the int seeding for PcgOneseq128XslRr64

This change is relevant for negative seed values.

* random: Document Mt19937::__construct()'s parameter value

* random: Add description for CryptoSafeEngine

* random: Add description for RandomError

* random: Add description for RandomException

* random: Improve phrasing for MT_RAND_PHP for Mt19937

Co-authored-by: George Peter Banyard <girgias@php.net>

* random: Explain the `$mode` parameter for Mt19937 construction with a list

Co-authored-by: George Peter Banyard <girgias@php.net>
2022-11-08 17:42:23 +01:00
Máté Kocsis
d6aee4a500 Sync a few manual pages with the stubs (#1936) 2022-11-04 13:30:04 +01:00
Tim Düsterhus
2166824858 Bootstrap ext/random docs with docgen
Closes GH-1916.
2022-10-28 15:21:01 +02:00