doc: put doxygen log file in build directory
authorBruce Richardson <bruce.richardson@intel.com>
Tue, 29 Sep 2020 16:54:59 +0000 (17:54 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 30 Sep 2020 13:33:32 +0000 (15:33 +0200)
commit2a66011df4ff32352a2edfde380b05dfb3ff89d4
treec17e48daef24bb391d7c839604e6fe2219366d07
parentb1fa45491fda74c7bc4d3c99e5eaa2994c88a1b3
doc: put doxygen log file in build directory

The meson documentation states that projects should not rely upon the
custom_target build commands are run from any given directory.  Therefore,
rather than writing the standout output from doxygen to the current
directory - which could be anywhere in future, put it into the api
directory, so that it is in a known location.

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