mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Documentation should link API #5637
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 @jkufner on GitHub (Aug 11, 2017).
Originally assigned to: @Ocramius on GitHub.
All mentions of classes and methods in the documentation should link to API documentation.
For example, at http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/query-builder.html the
Doctrine\DBAL\Connection#createQueryBuildershould link to http://www.doctrine-project.org/api/dbal/2.3/class-Doctrine.DBAL.Connection.html#_createQueryBuilder.Such links make it much easier to understand and use the documented features in real applications.