Doctrine 2 Object Relational Mapper (ORM)
- Changed capitalization of the `@GeneratedValue` and `@Version` examples which incorrectly used lower case - Fixed parameter names in `@NamedNativeQuery` and `@SqlResultSetMapping` - Changed the Docblock style for the @MappedSuperclass example to the style used by all examples |
||
---|---|---|
bin | ||
en | ||
.gitignore | ||
.gitmodules | ||
README.md |
Doctrine ORM Documentation
How to Generate
- Run ./bin/install-dependencies.sh
- Run ./bin/generate-docs.sh
It will generate the documentation into the build directory of the checkout.