1
0
Fork 0
mirror of synced 2025-04-01 12:26:11 +03:00
doctrine2/docs
2015-11-21 18:18:56 +00:00
..
bin Update docs dependency install script and readme to target Ubuntu 14.04 2015-09-03 13:58:40 -04:00
en Fixing method name 'rollBack', which was documented as 'rollback' 2015-11-21 18:18:56 +00:00
.gitignore Add 'docs/' from commit '8fcf2d45019bf38a1df728353a1e417343c69cfb' 2013-01-24 00:02:03 +01:00
.gitmodules Add 'docs/' from commit '8fcf2d45019bf38a1df728353a1e417343c69cfb' 2013-01-24 00:02:03 +01:00
LICENSE.md Add missing LICENSE of documentation 2013-12-12 00:30:15 +01:00
README.md Update docs dependency install script and readme to target Ubuntu 14.04 2015-09-03 13:58:40 -04: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