This reverts commit ade3f3a7f36d4b8a2ccf14afd4b71e7b0d0509da, reversing changes made to a6e44d9305114c2a597bd7db2bb934f2c2325ed3.
Doctrine ORM Documentation
How to Generate:
Using Ubuntu 14.04 LTS:
- Run ./bin/install-dependencies.sh
- 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:
- git submodule init
- git submodule update