summaryrefslogtreecommitdiff
path: root/docs/reference/meson.build
blob: e40dc43547e9776a640cad2c53c5078a0cf388ab (plain)
1
2
3
4
5
6
7
8
gnome = import('gnome')

gnome.gtkdoc('libcroco',
  main_sgml : 'libcroco-docs.sgml',
  src_dir : libcroco_inc,
  scanobjs_args : ['--type-init-func="g_type_init()"'],
  dependencies : libcroco_dep,
  install : true)