diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2019-10-17 02:52:02 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2019-10-23 17:41:09 +0300 |
commit | bbc3be2fb5324aaef03101ff1b3ce26cae1b3edb (patch) | |
tree | a12f818668adaa6f5d0d55d09932992505fb2c72 /Documentation | |
parent | f353777fb853230a1ea620658c600e005525e46c (diff) |
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/contributing.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Documentation/contributing.rst b/Documentation/contributing.rst index 390b96a5..1cfbd0ec 100644 --- a/Documentation/contributing.rst +++ b/Documentation/contributing.rst @@ -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 ------------------ |