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
14767af0f0 Use new class synopsis markup (#2611)
Follow-up on https://github.com/php/phd/pull/77
2023-08-30 12:28:30 +01:00
Máté Kocsis
3fc56d76de List inherited constructors on the class synopsis pages (#2090) 2022-12-28 15:51:40 +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
09c49da6f0 Update Error, Exception, and Throwable role attributes (#2069) 2022-12-11 23:32:45 +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