1
0
mirror of synced 2024-12-13 06:46:03 +03:00
doctrine2/docs
Danny Kopping 408eef1356 Fixed entities path
In the tutorial, the user is told to create a new file in the '/src' folder, and the 'entities' folder is never referenced. Updating the SQLite schema according to the tutorial fails with the 'No Metadata Classes to process.' message. Changing the folder to '/src' fixes this, ostensibly.
2013-04-26 12:05:50 +03:00
..
bin Add 'docs/' from commit '8fcf2d45019bf38a1df728353a1e417343c69cfb' 2013-01-24 00:02:03 +01:00
en Fixed entities path 2013-04-26 12:05:50 +03: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
README.md Add 'docs/' from commit '8fcf2d45019bf38a1df728353a1e417343c69cfb' 2013-01-24 00:02:03 +01: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.