Codebase list xapp / eb190684-13e0-402b-9db1-512081aa3546/main docs / meson.build
eb190684-13e0-402b-9db1-512081aa3546/main

Tree @eb190684-13e0-402b-9db1-512081aa3546/main (Download .tar.gz)

meson.build @eb190684-13e0-402b-9db1-512081aa3546/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']
)