mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-2800: Something wrong with documentation generation #3502
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Nov 18, 2013).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user flip101:
The ArrayCollection has a matching() function, but it does not show in the API docs. http://www.doctrine-project.org/api/common/2.4/class-Doctrine.Common.Collections.ArrayCollection.html
@doctrinebot commented on GitHub (Apr 1, 2014):
Comment created by @deeky666:
[~flip101] The collection API has moved to its own repo anyways now and there currently is no API generation for this, aswell as other subprojects like annotations etc. But the matching() method exists in 2.3 branch, where the repos were not separated, yet.
http://www.doctrine-project.org/api/common/2.3/source-class-Doctrine.Common.Collections.ArrayCollection.html#463-498
Do we need to keep this ticket open?
@doctrinebot commented on GitHub (Apr 2, 2014):
Comment created by flip101:
I think so because no new documentation is generated for subprojects.
Expected: http://www.doctrine-project.org/api/collections/2.4/ (or any other latest version if the subprojects have seperate versioning)
@mpdude commented on GitHub (Jun 2, 2023):
according to #8104, API docs are no longer provided, to it seems safe to close this