Skip to content

Commit 80d76a7

Browse files
authored
Merge pull request #505 from doctrine/1.14.x
Merge 1.14.x up into 2.0.x
2 parents dfdb12f + 7f93627 commit 80d76a7

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

docs/en/index.rst

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
Getting Started
2+
===============
3+
14
Deprecation notice
2-
==================
5+
------------------
36

47
PHP 8 introduced `attributes
58
<https://www.php.net/manual/en/language.attributes.overview.php>`_,
@@ -15,7 +18,7 @@ Have a look at `our blog <https://www.doctrine-project.org/2022/11/04/annotation
1518
to learn more.
1619

1720
Introduction
18-
============
21+
------------
1922

2023
Doctrine Annotations allows to implement custom annotation
2124
functionality for PHP classes and functions.
@@ -39,7 +42,7 @@ class mapping, but it can be used in other projects for other purposes
3942
too.
4043

4144
Installation
42-
============
45+
------------
4346

4447
You can install the Annotation component with composer:
4548

@@ -48,7 +51,7 @@ You can install the Annotation component with composer:
4851
$ composer require doctrine/annotations
4952
5053
Create an annotation class
51-
==========================
54+
--------------------------
5255

5356
An annotation class is a representation of the later used annotation
5457
configuration in classes. The annotation class of the previous example
@@ -69,7 +72,7 @@ The annotation class is declared as an annotation by ``@Annotation``.
6972
:doc:`Read more about custom annotations. <custom>`
7073

7174
Reading annotations
72-
===================
75+
-------------------
7376

7477
The access to the annotations happens by reflection of the class or function
7578
containing them. There are multiple reader-classes implementing the
@@ -98,7 +101,7 @@ function.
98101
:doc:`Read more about handling annotations. <annotations>`
99102

100103
IDE Support
101-
-----------
104+
^^^^^^^^^^^
102105

103106
Some IDEs already provide support for annotations:
104107

0 commit comments

Comments
 (0)