diff --git a/docs/markdown/Wayland-module.md b/docs/markdown/Wayland-module.md index 679329373713..3ffa58739415 100644 --- a/docs/markdown/Wayland-module.md +++ b/docs/markdown/Wayland-module.md @@ -53,7 +53,8 @@ generated = wl_mod.scan_xml( include_core_only : true, ) ``` -This function accepts one or more arguments of either string or file type. +This function accepts one or more arguments of either string or file type, so +it can be used in conjunction with `find_protocol` or not. It takes the following keyword arguments: - `public` Optional arg that specifies the scope of the generated code. @@ -63,7 +64,7 @@ It takes the following keyword arguments: - `server` Optional arg that specifies if server side header file is generated. The default is false. - `include_core_only` Optional arg that specifies that generated headers only include - `wayland--core.h` instead of `wayland-.h`. + `wayland--core.h` instead of `wayland-.h`. The default is true. Since *0.64.0* **Returns**: a list of [[@custom_tgt]] in the order source, client side header,