Reply To cazfi
The "maybe" is because build system support is not crucial for the documentation creation - dozygen can be run against the source tree on its own.
This is not as true as it used to be - there's some more external logic needed in addition to just running doxygen command. Attached patch resolves the situation by moving the logic to a separate script, which can be run regardless of build system in use (not relying on autotools any more)
Reply To cazfi
The "maybe" is because build system support is not crucial for the documentation creation - dozygen can be run against the source tree on its own.
This is not as true as it used to be - there's some more external logic needed in addition to just running doxygen command. Attached patch resolves the situation by moving the logic to a separate script, which can be run regardless of build system in use (not relying on autotools any more)
Maybe we should add support for doxygen documentation creation to Meson, to move the documentation generation from autotools to meson.
The "maybe" is because build system support is not crucial for the documentation creation - doxygen can be run against the source tree on its own.