@@ -34,32 +34,32 @@ Mapping Objects onto a Database
3434-------------------------------
3535
3636* **Mapping **:
37- :doc: `Objects <reference/basic-mapping >` |
38- :doc: `Associations <reference/association-mapping >` |
37+ :doc: `Objects <reference/basic-mapping >` \ |
38+ :doc: `Associations <reference/association-mapping >` \ |
3939 :doc: `Inheritance <reference/inheritance-mapping >`
4040
4141* **Drivers **:
42- :doc: `Docblock Annotations <reference/annotations-reference >` |
43- :doc: `Attributes <reference/attributes-reference >` |
44- :doc: `XML <reference/xml-mapping >` |
45- :doc: `YAML <reference/yaml-mapping >` |
42+ :doc: `Docblock Annotations <reference/annotations-reference >` \ |
43+ :doc: `Attributes <reference/attributes-reference >` \ |
44+ :doc: `XML <reference/xml-mapping >` \ |
45+ :doc: `YAML <reference/yaml-mapping >` \ |
4646 :doc: `PHP <reference/php-mapping >`
4747
4848Working with Objects
4949--------------------
5050
5151* **Basic Reference **:
52- :doc: `Entities <reference/working-with-objects >` |
53- :doc: `Associations <reference/working-with-associations >` |
52+ :doc: `Entities <reference/working-with-objects >` \ |
53+ :doc: `Associations <reference/working-with-associations >` \ |
5454 :doc: `Events <reference/events >`
5555
5656* **Query Reference **:
57- :doc: `DQL <reference/dql-doctrine-query-language >` |
58- :doc: `QueryBuilder <reference/query-builder >` |
57+ :doc: `DQL <reference/dql-doctrine-query-language >` \ |
58+ :doc: `QueryBuilder <reference/query-builder >` \ |
5959 :doc: `Native SQL <reference/native-sql >`
6060
6161* **Internals **:
62- :doc: `Internals explained <reference/unitofwork >` |
62+ :doc: `Internals explained <reference/unitofwork >` \ |
6363 :doc: `Associations <reference/unitofwork-associations >`
6464
6565Advanced Topics
@@ -102,20 +102,20 @@ Cookbook
102102--------
103103
104104* **Patterns **:
105- :doc: `Aggregate Fields <cookbook/aggregate-fields >` |
106- :doc: `Decorator Pattern <cookbook/decorator-pattern >` |
105+ :doc: `Aggregate Fields <cookbook/aggregate-fields >` \ |
106+ :doc: `Decorator Pattern <cookbook/decorator-pattern >` \ |
107107 :doc: `Strategy Pattern <cookbook/strategy-cookbook-introduction >`
108108
109109* **DQL Extension Points **:
110- :doc: `DQL Custom Walkers <cookbook/dql-custom-walkers >` |
110+ :doc: `DQL Custom Walkers <cookbook/dql-custom-walkers >` \ |
111111 :doc: `DQL User-Defined-Functions <cookbook/dql-user-defined-functions >`
112112
113113* **Implementation **:
114- :doc: `Array Access <cookbook/implementing-arrayaccess-for-domain-objects >` |
115- :doc: `Notify ChangeTracking Example <cookbook/implementing-the-notify-changetracking-policy >` |
116- :doc: `Working with DateTime <cookbook/working-with-datetime >` |
117- :doc: `Validation <cookbook/validation-of-entities >` |
118- :doc: `Entities in the Session <cookbook/entities-in-session >` |
114+ :doc: `Array Access <cookbook/implementing-arrayaccess-for-domain-objects >` \ |
115+ :doc: `Notify ChangeTracking Example <cookbook/implementing-the-notify-changetracking-policy >` \ |
116+ :doc: `Working with DateTime <cookbook/working-with-datetime >` \ |
117+ :doc: `Validation <cookbook/validation-of-entities >` \ |
118+ :doc: `Entities in the Session <cookbook/entities-in-session >` \ |
119119 :doc: `Keeping your Modules independent <cookbook/resolve-target-entity-listener >`
120120
121121* **Hidden Gems **
0 commit comments