summaryrefslogtreecommitdiff
path: root/docs/reference/rest/meson.build
blob: d02adf3a1b8ba57e402d75a57e22a803f1c61811 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
gnome.gtkdoc('rest',
  src_dir: [
    include_directories('../../../rest'),
    include_directories('../../../rest-extras'),
  ],
  main_xml: 'rest-docs.xml',
  module_version: librest_api_version,
  dependencies: [
    librest_deps,
    librest_dep,
    librest_extras_dep,
    librest_extras_deps,
  ],
  scan_args: [
    '--rebuild-types',
  ],
  ignore_headers: [
    'flickr-proxy-private.h',
    'lastfm-proxy-private.h',
    'oauth-proxy-private.h',
    'oauth2-proxy-private.h',
    'rest-private.h',
    'rest-proxy-call-private.h',
    'sha1.h',
  ],
)