mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-1581: Incorrect Markup at chapter One-To-Many, Unidirectional with Join Table #1983
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 (Jan 5, 2012).
Originally assigned to: @guilhermeblanco on GitHub.
Jira issue originally created by user afoeder:
see https://raw.github.com/doctrine/orm-documentation/master/en/reference/association-mapping.rst and search for the headline 'One-To-Many, Unidirectional with Join Table', the than-following >>.. configuration-block<< lacks of trailing double-colons (::) and so the section isn't rendered.
@doctrinebot commented on GitHub (Jan 13, 2012):
Comment created by @guilhermeblanco:
Thanks a lot for this report.
I saw the section missing other day and I thought someone removed.
I updated the code now, in the next docs regeneration it should be working.
Cheers,
@doctrinebot commented on GitHub (Jan 13, 2012):
Issue was closed with resolution "Fixed"
@doctrinebot commented on GitHub (Apr 27, 2012):
Comment created by afoeder:
the example unfortunately still isn't rendered on the page http://docs.doctrine-project.org/projects/doctrine-orm/en/2.0.x/reference/association-mapping.html#one-to-many-unidirectional-with-join-table ; could you poke a manual regeneration or such?
thanks!