doc: Ignore dirent.h which is not part of our API

This commit is contained in:
Xavier Claessens 2019-07-09 09:25:07 -04:00
parent e5c2327dcb
commit a955aacaee

View File

@ -38,6 +38,7 @@ if get_option('gtk_doc')
'valgrind.h',
'gutilsprivate.h',
'gvalgrind.h',
'dirent.h',
]
docpath = join_paths(glib_datadir, 'gtk-doc', 'html')