1
0
mirror of synced 2024-12-05 03:06:05 +03:00
doctrine2/docs
Coolmic f2d8b6d762 Fix @Column options sections
I lose hours to find out how to make column collation works, mostly because of incorrect docs.

Annotations options is the equivalent of customSchemaOptions in https://github.com/doctrine/dbal/blob/master/docs/en/reference/schema-representation.rst

See d1e5034659/lib/Doctrine/ORM/Tools/SchemaTool.php (L443)
2015-03-12 12:22:59 +01:00
..
bin Add 'docs/' from commit '8fcf2d45019bf38a1df728353a1e417343c69cfb' 2013-01-24 00:02:03 +01:00
en Fix @Column options sections 2015-03-12 12:22:59 +01: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 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.