summaryrefslogtreecommitdiff
path: root/docs/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* docs: Overhaul the buildEmmanuele Bassi2021-05-221-2/+12
| | | | | | | | | | | - Use the ignore_headers argument instead of passing it to gtkdoc-scan ourselves - Ignore the symbol decorator for the public API - Specify the default include - Hide the media_art_process_get_type() function - Build the types file, so that gtk-doc will recognise GObject types - Add gtkdoc-check to the test suite, so that undocumented API slips through
* docs: Use a more idiomatic gtk-doc set upEmmanuele Bassi2021-05-221-2/+12
| | | | | | | | | | | - look for sources in both source and build directories - depend on the built library - ignore the generated, uninstalled marshallers header - make gtk-doc track the overview.xml file - add the missing indices - add the missing symbols - use a boolean `gtk_doc` build option, like every other GNOME project
* docs: Simplify the directory layoutEmmanuele Bassi2021-05-221-0/+10
There's no other documentation, and there is only one API reference.