Giter Club home page Giter Club logo

Comments (5)

mumumu avatar mumumu commented on July 21, 2024 4
php doc-base/scripts/qa/section-order.php | awk '{print $2}'| awk -F '/' '{print $8}'|sort | uniq -c | awk '{print "  - [ ] " $2 " ("$1 ")"}' | tail -n +2

from doc-en.

saundefined avatar saundefined commented on July 21, 2024 1

Seems it can be closed =)

from doc-en.

Girgias avatar Girgias commented on July 21, 2024 1

All items have been addressed.

from doc-en.

Girgias avatar Girgias commented on July 21, 2024

I went through a couple of them and most of them where straight forward, couple of issues I found:

  • ev is a false positive, but I don't understand why it gets picked up by the script (ignore this I thought it was flaging the return section)
  • preg_filter() is missing documentation for its parameters (which is surprising, and a doc bug)
  • Same for MemCached::setOption()
  • SoapClient::__call() the docs mention this is deprecated, but it is not in php-src, and it's missing both docs for its params and return value.
  • The MongoDB seem to be all false positive, the bson and tutorial folder needs to be excluded in the script
  • runkit7_zval_inspect() needs to have it's array return value explained.
  • Similarly, eio_fchown() needs its non void return value explained.

from doc-en.

Girgias avatar Girgias commented on July 21, 2024

I've updated the script, it clear a bunch of false positives, but I've also added detection for predefined classes and for "unknown" section roles (some of them might make sense in which case the script will need to be revised again).

from doc-en.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.