• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1cdata.set('DOXYGEN_OUTPUT_DIRECTORY', meson.current_build_dir())
2
3doxygen_conf = configure_file(
4  input : 'doxygen.conf.in',
5  output : 'doxygen.conf',
6  configuration : cdata,
7)
8
9run_target('doxygen',
10  command : ['doxygen', doxygen_conf])
11