php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #52921 Expected method documentation missing
Submitted: 2010-09-25 02:41 UTC Modified: 2010-10-22 13:33 UTC
From: bsasser at sindtech dot net Assigned: kalle (profile)
Status: Closed Package: Tidy (PECL)
PHP Version: Irrelevant OS: n/a
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: bsasser at sindtech dot net
New email:
PHP Version: OS:

 

 [2010-09-25 02:41 UTC] bsasser at sindtech dot net
Description:
------------
See Also

    * tidy::resetConfig()
    * tidy::saveConfig()

The above methods appear to be missing in the TOC on the left.  To put another way, these methods are referenced in the documentation here, but are otherwise undocumented as to their exact purpose.  This almost leads me to believe they do not exist (which would present other issues).

Expected result:
----------------
# tidy:: body
# tidy:: cleanRepair
# tidy:: _ _ construct
# tidy:: diagnose
# tidy:: getConfig
# tidy:: htmlver
# tidy:: getOpt
# tidy:: getoptdoc
# tidy:: getRelease
# tidy:: getStatus
# tidy:: head
# tidy:: html
# tidy:: isXhtml
# tidy:: isXml
# tidy:: parseFile
# tidy:: parseString
# tidy:: repairFile
# tidy:: repairString
# tidy:: resetConfig  <--
# tidy:: root
# tidy:: saveConfig   <--

Actual result:
--------------
http://www.php.net/manual/en/tidy.getconfig.php

# tidy:: body
# tidy:: cleanRepair
# tidy:: _ _ construct
# tidy:: diagnose
# tidy:: getConfig
# tidy:: htmlver
# tidy:: getOpt
# tidy:: getoptdoc
# tidy:: getRelease
# tidy:: getStatus
# tidy:: head
# tidy:: html
# tidy:: isXhtml
# tidy:: isXml
# tidy:: parseFile
# tidy:: parseString
# tidy:: repairFile
# tidy:: repairString
# tidy:: root

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-10-07 21:49 UTC] markskilbeck@php.net
-Assigned To: +Assigned To: john
 [2010-10-07 21:49 UTC] markskilbeck@php.net
Assigned to package maintainer
 [2010-10-22 13:16 UTC] kalle@php.net
-Assigned To: john +Assigned To: kalle
 [2010-10-22 13:16 UTC] kalle@php.net
Re-assigning this one to myself, I'll have a look at it
 [2010-10-22 13:33 UTC] kalle@php.net
Automatic comment from SVN on behalf of kalle
Revision: http://svn.php.net/viewvc/?view=revision&amp;revision=304614
Log: Fixed bug #52921 (Expected method documentation missing)
 [2010-10-22 13:33 UTC] kalle@php.net
-Status: Assigned +Status: Closed
 [2010-10-22 13:33 UTC] kalle@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.

Fixed, the reason behind this is because they are Tidy1 procedural functions and was made obsolete in Tidy2 thrus not existing in the PHP binary anymore.
 [2020-02-07 06:08 UTC] phpdocbot@php.net
Automatic comment on behalf of kalle
Revision: http://git.php.net/?p=doc/en.git;a=commit;h=377efa4422523885109205345e6b807d760171dc
Log: Fixed bug #52921 (Expected method documentation missing)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 20:01:29 2024 UTC