1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

20 Commits

Author SHA1 Message Date
Niels Dossche
dfd5bd438d Document Dom\Notation class 2024-12-07 18:12:19 +01:00
Máté Kocsis
d75a541187 Synchronize manual with stubs for PHP 8.4 - part 5 (#4206)
Co-authored-by: Niels Dossche <7771979+nielsdos@users.noreply.github.com>
2024-11-30 21:21:21 +01:00
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
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
4f5e2b2257 Update ext/dom role attributes (#1973)
Based on php/php-src#9901
2022-12-11 20:46:43 +01:00
Máté Kocsis
c64a35e2b5 Generate ext/dom class synopses from stubs - part 1 (#1250) 2021-12-25 09:14:36 +01:00
Christoph Michael Becker
6bf4f2f0f5 Use consistent modifiers order "public" before "readonly"
Before this change:

public/readonly: 50 cases
readonly/public: 30 cases (mostly in DOM)

Reordered to be always public/readonly, in this order.

Patch provided by Giovanni Giacobbi.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349623 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-05 10:45:54 +00:00
Christoph Michael Becker
7dd8d0771a Fix #77219: childNodes property not in DOMElement manual
We document the inherited properties of all DOM classes.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346131 c90b9560-bf6c-de11-be94-00142212c4b1
2018-11-29 18:27:53 +00:00
Jakub Vrana
f2a82da9e5 Delete unused class properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330307 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-20 18:50:42 +00:00
Jakub Vrana
747455d0ca Remove stub class descriptions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322062 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-11 08:27:49 +00:00
Pierrick Charron
4724b47c25 Added new entities for Properties, Methods, InheritedMethods, Constants
# Those words were hardcoded in all class synopsis 


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292734 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-29 09:42:00 +00:00
Torben Wilson
af4410a7e1 Normalized the sgml-default-dtd-file local-variable line for those
still using this, after discussion on the phpdoc list.
From now on, manual.ced will need to be found at ~/.phpdoc/manual.ced.



git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288721 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-25 07:04:39 +00:00
Nilgün Belma Bugüner
60a56a84a1 fixed properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283806 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 06:52:11 +00:00
Hannes Magnusson
a27201dda2 Remove outdated workaround
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267864 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-27 13:14:42 +00:00
Hannes Magnusson
9fcdb5c853 Implement phpdoc:classref
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265353 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-23 14:09:15 +00:00
Hannes Magnusson
18e7059e12 Replace "<title>Class synopsis</title>" with &reftitle.classsynopsis;
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249052 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-26 18:56:29 +00:00
Hannes Magnusson
c16ca0fde3 Fix URL entities to follow the URL entity naming scheme
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249026 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-26 15:34:50 +00:00
Hannes Magnusson
84e1839799 MFB: Upgrade to the new-oo-style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248357 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-16 13:18:08 +00:00
Hannes Magnusson
7fde5c7d75 MFB: Upgrade to the new-reference-structure
- Moved the intro from reference.xml to book.xml
    - Change the intro ID to intro.<extname>
    - Added setup <chapter>
    - Changed the constants section to be <appendix>


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248356 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-16 13:10:43 +00:00