docs: Move migrating-gdbus.xml to Markdown

This copies the test code inline into the Markdown, which means it could
diverge from the test code which is compiled and run as part of the
tests. That needs improving, but that can happen in a subsequent commit.

Helps: #3037
This commit is contained in:
Matthias Clasen
2023-10-09 23:22:20 +01:00
committed by Philip Withnall
parent e1d6168e5b
commit 682e9c9f56
5 changed files with 635 additions and 313 deletions

View File

@@ -162,7 +162,6 @@ if get_option('gtk_doc')
content_files = [
'migrating-posix.xml',
'migrating-gdbus.xml',
'gio-querymodules.xml',
'glib-compile-schemas.xml',
'glib-compile-resources.xml',
@@ -196,7 +195,6 @@ if get_option('gtk_doc')
content_files : content_files,
expand_content_files : [
'migrating-posix.xml',
'migrating-gdbus.xml',
'gdbus-codegen.xml',
],
html_assets : [
@@ -232,6 +230,7 @@ endif
# gi-docgen version
expand_content_files = [
'migrating-gconf.md',
'migrating-gdbus.md',
'migrating-gnome-vfs.md',
'overview.md',
]