doc: align doxygen output folder with sphinx guides
authorBruce Richardson <bruce.richardson@intel.com>
Tue, 29 Sep 2020 16:54:58 +0000 (17:54 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 30 Sep 2020 13:19:52 +0000 (15:19 +0200)
commitb1fa45491fda74c7bc4d3c99e5eaa2994c88a1b3
treedd60a0745c9264c9c58e1e9480f061a7de066f8a
parent606fb48f3d648e2e819eb1026f433aa549190008
doc: align doxygen output folder with sphinx guides

The API docs were output to "<build>/doc/api/api" folder, which was
ugly-looking with the repeated "api", and inconsistent with the sphinx
guides which were written to "<build>/doc/guides/html". Changing the
doxygen output folder to "html" fixes both these issues.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
doc/api/meson.build