doc: hide verbose doxygen standard output
authorBruce Richardson <bruce.richardson@intel.com>
Tue, 29 Sep 2020 16:54:57 +0000 (17:54 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 30 Sep 2020 13:19:09 +0000 (15:19 +0200)
commit606fb48f3d648e2e819eb1026f433aa549190008
tree0bb3db998a9abc278174aa9487b864665bb390d1
parent87efaea6376c8ae1a69e471450744a973995726b
doc: hide verbose doxygen standard output

The standard output of doxygen is very verbose, and since ninja mixes
stdout and stderr together it makes it difficult to see any warnings from
the doxygen run. Therefore, we can just log the standard output to file,
and only output the stderr to make warnings clear.

Suggested-by: Thomas Monjalon <thomas@monjalon.net>
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
doc/api/generate_doxygen.sh