1
0
mirror of synced 2024-12-14 07:06:04 +03:00
Doctrine 2 Object Relational Mapper (ORM)
Go to file
Guilherme Blanco 01caa0d06e Merge pull request #39 from craue/patch-1
completed the sentence in section "postUpdate, postRemove, postPersist"
2011-08-04 16:16:20 -07:00
bin Copy new build process for docs into orm docs from DBAL 2011-07-13 21:19:09 +02:00
en completed the sentence in section "postUpdate, postRemove, postPersist" 2011-08-05 02:10:40 +03:00
.gitignore Copy new build process for docs into orm docs from DBAL 2011-07-13 21:19:09 +02:00
README.md Copy new build process for docs into orm docs from DBAL 2011-07-13 21:19:09 +02:00

Doctrine ORM Documentation

How to Generate

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

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