You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/index.rst
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ We do not recommend using this library in new projects and encourage authors
11
11
of downstream libraries to offer support for attributes as an alternative to
12
12
Doctrine Annotations.
13
13
14
-
Have a look at [our blog](https://www.doctrine-project.org/2022/11/04/annotations-to-attributes.html)
14
+
Have a look at `our blog<https://www.doctrine-project.org/2022/11/04/annotations-to-attributes.html>`_
15
15
to learn more.
16
16
17
17
Introduction
@@ -66,7 +66,7 @@ looks like this:
66
66
67
67
The annotation class is declared as an annotation by ``@Annotation``.
68
68
69
-
:ref:`Read more about custom annotations. <custom>`
69
+
:doc:`Read more about custom annotations. <custom>`
70
70
71
71
Reading annotations
72
72
===================
@@ -98,12 +98,12 @@ annotations of a class. A common one is
98
98
99
99
Note that ``AnnotationRegistry::registerLoader('class_exists')`` only works
100
100
if you already have an autoloader configured (i.e. composer autoloader).
101
-
Otherwise, :ref:`please take a look to the other annotation autoload mechanisms <annotations>`.
101
+
Otherwise, :doc:`please take a look to the other annotation autoload mechanisms <annotations>`.
102
102
103
103
A reader has multiple methods to access the annotations of a class or
104
104
function.
105
105
106
-
:ref:`Read more about handling annotations. <annotations>`
106
+
:doc:`Read more about handling annotations. <annotations>`
107
107
108
108
IDE Support
109
109
-----------
@@ -112,6 +112,3 @@ Some IDEs already provide support for annotations:
112
112
113
113
- Eclipse via the `Symfony2 Plugin <https://github.com/pulse00/Symfony-2-Eclipse-Plugin>`_
114
114
- PhpStorm via the `PHP Annotations Plugin <https://plugins.jetbrains.com/plugin/7320-php-annotations>`_ or the `Symfony Plugin <https://plugins.jetbrains.com/plugin/7219-symfony-support>`_
115
-
116
-
.. _Read more about handling annotations.: annotations
0 commit comments