waf/playground/doxy
Daniel Vollmer b1a606c8e6
Generate doxygen into a sub-folder of build
When no OUTPUT_DIRECTORY was set for doxygen, then the parent
directory of the doxyfile was used. If the doxyfile is in the
root-directory, then this was the build-directory itself, which
led to the complete build-directory (including all other build
artifacts) to be installed.

The OUTPUT_DIRECTORY set (if not given) now includes the name
of the doxyfile itself (+ suffix '.doxy').

The install of doxygen-generated files also did not preserve
the directory structure.

The doxy playground example was simplified and updated, as
separate installation is no longer needed.

Signed-off-by: Thomas Nagy <tnagy2pow10@gmail.com>
2015-03-05 15:14:22 +01:00
..
subdir Moved the doxygen example to where it belongs under playground/ 2014-06-12 07:24:55 +02:00
a.cpp Moved the doxygen example to where it belongs under playground/ 2014-06-12 07:24:55 +02:00
a.h Moved the doxygen example to where it belongs under playground/ 2014-06-12 07:24:55 +02:00
b.cpp Moved the doxygen example to where it belongs under playground/ 2014-06-12 07:24:55 +02:00
b.h Moved the doxygen example to where it belongs under playground/ 2014-06-12 07:24:55 +02:00
test.conf Moved the doxygen example to where it belongs under playground/ 2014-06-12 07:24:55 +02:00
wscript Generate doxygen into a sub-folder of build 2015-03-05 15:14:22 +01:00