Documentation: contributing: Remove Sphinx + Doxygen integration

Sphinx integration with Doxygen didn't produce the expected results, we
will not go that way. Don't mention it on the contributing page.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
Laurent Pinchart
2019-10-17 02:52:02 +03:00
parent f353777fb8
commit bbc3be2fb5

View File

@@ -42,13 +42,8 @@ Documentation
Project documentation is created using `Sphinx`_. Source level documentation
uses `Doxygen`_. Please make sure to document all code during development.
Sphinx integration with Doxygen is planned, likely using `Breathe`_ and
`Exhale`_.
.. _Sphinx: http://www.sphinx-doc.org
.. _Doxygen: http://www.doxygen.nl
.. _Breathe: https://breathe.readthedocs.io/en/latest/
.. _Exhale: https://exhale.readthedocs.io/en/latest/
Submitting Patches
------------------