Skip to content

Commit

Permalink
fix broken docs (#2199)
Browse files Browse the repository at this point in the history
  • Loading branch information
DjordyKoert committed Jan 20, 2024
1 parent 0348728 commit 3cce6fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/doc/symfony_attributes.rst
Expand Up @@ -152,13 +152,13 @@ Complete example
Customization
----------------------

Imagine you want to add, modify, or remove some documentation for a route argument. For that you will have to create your own describer which implements the :class:`RouteArgumentDescriberInterface`_ interface.
Imagine you want to add, modify, or remove some documentation for a route argument. For that you will have to create your own describer which implements the `RouteArgumentDescriberInterface`_ interface.

Register your route argument describer
~~~~~~~

Before you can use your custom describer you must register it in your route argument describer as a service and tag it with ``nelmio_api_doc.route_argument_describer``.
Services implementing the :class:`RouteArgumentDescriberInterface`_ interface are automatically detected and used by NelmioApiDocBundle.
Services implementing the `RouteArgumentDescriberInterface`_ interface are automatically detected and used by NelmioApiDocBundle.

.. configuration-block::

Expand Down

0 comments on commit 3cce6fe

Please sign in to comment.