1
0
mirror of synced 2025-02-10 01:09:26 +03:00
Greg Bell 75821e75f5 Clarify English and a few concepts
- Globally change 'Shipping' to 'Shipment' - shipment is a noun and thus a
clearer name for an object.
- Move definition of unidirectional from example to the top of the document.
- Explain inversedBy and mappedBy the first time they are used.
- Clarify some ownership and bidirectionality text.
- Minor English and punctuation fixes.
2017-05-21 14:14:28 +10:00
..
2017-05-21 14:14:28 +10:00

Doctrine ORM Documentation

How to Generate:

Using Ubuntu 14.04 LTS:

  1. Run ./bin/install-dependencies.sh
  2. Run ./bin/generate-docs.sh

It will generate the documentation into the build directory of the checkout.

Theme issues

If you get a "Theme error", check if the en/_theme subdirectory is empty, in which case you will need to run:

  1. git submodule init
  2. git submodule update