Codebase list xapp / 6349e231-a3dc-44d6-be6d-5016c014532f/main docs / meson.build
6349e231-a3dc-44d6-be6d-5016c014532f/main

Tree @6349e231-a3dc-44d6-be6d-5016c014532f/main (Download .tar.gz)

meson.build @6349e231-a3dc-44d6-be6d-5016c014532f/mainraw · history · blame

subdir('xml')

gnome.gtkdoc('libxapp',
    install: true,
    src_dir: [
        join_paths(meson.source_root(), 'libxapp'),
        join_paths(meson.build_root(), 'libxapp'),
    ],
    dependencies: libxapp_dep,
    gobject_typesfile: 'libxapp.types',
    main_xml: 'xapp-docs.xml',
    scan_args: ['--rebuild-types'],
    mkdb_args: ['--xml-mode', '--output-format=xml'],
    ignore_headers: ['favorite-vfs-file.h', 'favorite-vfs-file-enumerator.h', 'favorite-vfs-file-monitor.h']
)