Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-12 | Documentation: Generate source code documentation using Doxygen | Laurent Pinchart | |
Extend the documentation build system to automatically generate documentation from source code using Doxygen. This is currently separate from the sphinx documentation, and should be integrated using the breathe (and possibly exhale) extensions. As the Documentation/meson.build file needs to reference the variables holding the source files, move the Documentation directory to the end of the subdirs() in the top-level meson.build. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |