Christoph Michael Becker
cc0784145d
Document new TIDY_TAG_* constants
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345904 c90b9560-bf6c-de11-be94-00142212c4b1
2018-10-27 16:07:04 +00:00
Christoph Michael Becker
24a6ed6d1f
Link to constant sections
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345873 c90b9560-bf6c-de11-be94-00142212c4b1
2018-10-21 13:46:36 +00:00
Christoph Michael Becker
5cfc144bd5
Add visibility modifiers for all class members
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345872 c90b9560-bf6c-de11-be94-00142212c4b1
2018-10-21 13:19:12 +00:00
Christoph Michael Becker
0206d57dd8
tidyNode is a final class with a private constructor
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345871 c90b9560-bf6c-de11-be94-00142212c4b1
2018-10-21 12:49:52 +00:00
Christoph Michael Becker
99657c20cf
Remove TIDY_ATTR_* constants
...
Have these ever been actually available?
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345855 c90b9560-bf6c-de11-be94-00142212c4b1
2018-10-19 15:08:37 +00:00
Christoph Michael Becker
16ce4a27b1
Add missing TIDY_TAG_* constants
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345854 c90b9560-bf6c-de11-be94-00142212c4b1
2018-10-19 15:00:51 +00:00
Christoph Michael Becker
68c1f27e81
Remove superflous functions from versions.xml
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345851 c90b9560-bf6c-de11-be94-00142212c4b1
2018-10-19 13:57:15 +00:00
Christoph Michael Becker
b89090a2b1
Remove obsolete info
...
We don't document PHP 4 related stuff, and Tidy 1.0 basically means
PHP 4, while Tidy 2.0 means PHP 5.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345836 c90b9560-bf6c-de11-be94-00142212c4b1
2018-10-18 13:39:48 +00:00
Christoph Michael Becker
f4c6da6b22
Update docs regarding libtidy alternatives
...
Cf. <https://github.com/php/php-src/pull/1940 >
and <https://github.com/php/php-src/pull/3021 >.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345826 c90b9560-bf6c-de11-be94-00142212c4b1
2018-10-17 22:36:36 +00:00
Christoph Michael Becker
f786337440
Fix example output
...
Patch provided by AzJezz.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345070 c90b9560-bf6c-de11-be94-00142212c4b1
2018-05-29 12:17:37 +00:00
Jakub Vrana
578a13198f
Update versions based on parsing sources
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344132 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-31 12:27:12 +00:00
Jakub Vrana
7c50ead1ed
Fix versions based on parsed php-src
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344068 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-29 15:23:17 +00:00
Jakub Vrana
ddc728b668
Use PHP 4 instead of PHP 5 < 5.0.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344033 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-29 09:09:39 +00:00
Jakub Vrana
b8758b0605
Use entities in initializer
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343899 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-25 19:11:34 +00:00
Pasindu De Silva
a4406f949f
Description of the tidy extension has been updated according to the README file from the php-src repository:
...
https://github.com/php/php-src/blob/master/ext/tidy/README
I'm also trying to migrate the description from the readme to the PHP docs instead:
https://github.com/php/php-src/pull/2817
--
Provided by anonymous 80662 (peterkokot@gmail.com )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343777 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-07 12:34:22 +00:00
Maciej Sobaczewski
95bdd6883b
Another round of PHP 4 content removal (mostly inline mentions)
...
Review is welcome
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341282 c90b9560-bf6c-de11-be94-00142212c4b1
2016-12-05 10:17:07 +00:00
Adam Harvey
41d8e7ffe4
Update version information to include PHP 7.
...
This was mostly done programmatically, and is likely wrong for a small number
of functions. We may have to wait for bug reports, unless someone wants to
review this by hand. Basic efforts were made to avoid adding "PHP 7" to
functions that were removed in PHP 5.x (x > 0) and PHP 7, but there are
undoubtedly still issues.
In case we're still using Docbook for PHP 8, I've uploaded the script that I
wrote to do this to GitHub at
https://github.com/LawnGnome/php-doc-version-migrator .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338406 c90b9560-bf6c-de11-be94-00142212c4b1
2016-01-04 21:40:07 +00:00
Simion Onea
14af302c9c
Making the XML definition consistent across the entire project.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334762 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-05 07:44:07 +00:00
Jakub Vrana
c89ba2797a
Fix camel-case in method name
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332132 c90b9560-bf6c-de11-be94-00142212c4b1
2013-11-16 17:58:08 +00:00
Adam Harvey
c1e7ce248f
Fix the return value description for tidy::body(), and remove the long-obviated
...
warning about libtidy not implementing it (I checked; it does).
Fixes doc bug #65794 (wrong Return Values description).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331631 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-01 17:37:26 +00:00
Jakub Vrana
9e8b518051
Add versions for classes
...
Generated by http://pastebin.com/NByXgj7E and manually edited
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330432 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-31 21:02:33 +00:00
Jakub Vrana
1634a88641
Delete redundant <!-- Membership: -->
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330340 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-23 17:38:21 +00:00
Jakub Vrana
9f973dcf18
Document tidyNode properties types
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330306 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-20 18:47:36 +00:00
Philip Olson
04b11e621f
Fixed spelling
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329325 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-29 01:47:09 +00:00
Kalle Sommer Nielsen
2779c12eb9
Fixed #63608 (changelog for "tidy.clean_output" not clear)
...
# Also removed the 'Available since PHP 5.0.0' since the
# extension is available as of PHP 5.0.0 anyway
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328673 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-05 09:20:29 +00:00
Hannes Magnusson
858cacd62c
mark bunch of extensions with "membership" PI (like the membership comment)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326064 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-09 17:34:56 +00:00
Jakub Vrana
f052ac1bd7
Revert useless change in 326638
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323642 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-29 00:24:15 +00:00
Jakub Vrana
c0ade579d4
PHP_INI_* is in fact INI_
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323638 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-28 20:26:39 +00:00
Jakub Vrana
c1dc0919bf
Linkable reference constants
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323628 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-28 13:37:00 +00:00
Jakub Vrana
b9c3ddd1d3
Use entities for INI headings
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322061 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-11 08:09:53 +00:00
Jakub Vrana
6a6061bbd4
Use &style.procedural; and &style.oop;
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322055 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-11 06:50:17 +00:00
Jakub Vrana
13f806899e
OOP ID
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322035 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-10 21:00:03 +00:00
Jakub Vrana
355e512908
Prefer OOP
...
Letter-case
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322012 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-10 11:00:43 +00:00
Jakub Vrana
2e7f902a49
Correct name
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322011 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-10 11:00:37 +00:00
Jakub Vrana
c5aae9ac79
Undocument constructor return types
...
$c->__construct() usually returns NULL but isn't call explicitly often
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321903 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-08 05:48:33 +00:00
Richard Quadling
fc9e379fd8
Standardise on single style of quotes for XML tag.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315005 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-16 11:38:58 +00:00
Jakub Vrana
ac04b2ea21
Extension purpose is not needed anymore
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313269 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-15 15:46:15 +00:00
Jakub Vrana
fad61b5c27
Extension categorization
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313268 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-15 15:33:49 +00:00
Richard Quadling
79dcbe011f
Provide title to example sections which are currently missing their title and are not accessible via links. Fix #54693
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310851 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-09 14:13:30 +00:00
Kalle Sommer Nielsen
377efa4422
Fixed bug #52921 (Expected method documentation missing)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304614 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-22 11:33:19 +00:00
Adam Harvey
176fc5fa0b
Fix doc bug #53016 (same example for several methods but output is different)
...
by changing the tidyNode examples to use explicit method calls, rather than
constructing the method name at runtime -- it was a nice demonstration of the
$o->{$method}() syntax, but rather out of place in a set of examples meant to
show how to use the tidyNode class itself.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304197 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-08 03:42:25 +00:00
Daniel Egeberg
2fd3f0c96d
Converted remaining files to utf-8
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297078 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-29 16:25:51 +00:00
Daniel Egeberg
92ac19c964
Reverted r297058
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297077 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-29 16:13:03 +00:00
Richard Quadling
41744b84ad
Converted to UTF-8
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297058 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-29 09:53:08 +00:00
Daniel Egeberg
96c9d88bad
Converted to utf-8
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297028 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-28 22:10:10 +00:00
Philip Olson
7cfaafb9bf
Help unify PECL install documentation, by using the PECL entities.
...
Second stage in closing PHP bug #37315
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295214 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-17 20:56:51 +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
Jakub Vrana
19042c49d8
List properties
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290979 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-19 11:15:40 +00:00
Jakub Vrana
a0973a2f69
Display method names in class definition (bug #49795 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290702 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-13 21:23:56 +00:00
Richard Quadling
ad067270f7
tidy::CleanRepair => tidy::cleanRepair. Typo. Fix#49794
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289276 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-07 10:06:20 +00:00