doc: add the various markdown prose docs to the doxygen output

Note that the order of the includes matters - that's how doxygen will sort
them. There is no specific structure other than the include order - one reason
why the headers are being changed. Without polluting the markdown files with
doxygen commands we cannot use \subpage, so all files convert to a regular
\page and are listed as flat hierarchy in the sidebar (and in Related Pages).

Changing the headers at least provides some visual grouping with comon
prefixes.
This commit is contained in:
Peter Hutterer 2021-05-07 09:09:45 +10:00
parent d10381dfc3
commit ac05f6bb03
14 changed files with 50 additions and 19 deletions

View file

@ -1,6 +1,6 @@
[[previous]](tutorial4.md) [[index]](tutorial-index.md) [[next]](tutorial6.md)
# Tutorial - Part 5: Capturing video frames
# Capturing video frames (Tutorial 5)
[[previous]](tutorial4.md) [[index]](tutorial-index.md) [[next]](tutorial6.md)
In this tutorial we show how to use a stream to capture a
stream of video frames.