From 8c5838bfea64c47fe2b99008b832636603560865 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Sat, 22 Oct 2022 16:30:01 -0400 Subject: Add missing since annotations in docs This is based on searching for `@FeatureNew*` decorators. There is also one correction to a version in a decorators; `build_by_default` was added in #1303, which is 0.38.0, not 0.40.0. --- docs/markdown/Dependencies.md | 14 +++++++------- docs/markdown/Python-module.md | 2 ++ docs/markdown/_include_qt_base.md | 4 ++-- 3 files changed, 11 insertions(+), 9 deletions(-) (limited to 'docs/markdown') diff --git a/docs/markdown/Dependencies.md b/docs/markdown/Dependencies.md index 6eab6ab16..64cd24f4b 100644 --- a/docs/markdown/Dependencies.md +++ b/docs/markdown/Dependencies.md @@ -233,15 +233,15 @@ Support for packages which require a specified version for CMake kwarg (*introduced in 0.57.0*). The specified `cmake_package_version` will be passed directly as the second parameter to `find_package`. -It is also possible to reuse existing `Find.cmake` files with -the `cmake_module_path` property. Using this property is equivalent to -setting the `CMAKE_MODULE_PATH` variable in CMake. The path(s) given -to `cmake_module_path` should all be relative to the project source -directory. Absolute paths should only be used if the CMake files are -not stored in the project itself. +It is also possible to reuse existing `Find.cmake` files with the +`cmake_module_path` property (*since 0.50.0*). Using this property is +equivalent to setting the `CMAKE_MODULE_PATH` variable in CMake. The +path(s) given to `cmake_module_path` should all be relative to the +project source directory. Absolute paths should only be used if the +CMake files are not stored in the project itself. Additional CMake parameters can be specified with the `cmake_args` -property. +property (*since 0.50.0*). ## Dub diff --git a/docs/markdown/Python-module.md b/docs/markdown/Python-module.md index bf40ce417..c80f7e9b8 100644 --- a/docs/markdown/Python-module.md +++ b/docs/markdown/Python-module.md @@ -111,6 +111,8 @@ add `dependencies : py_installation.dependency()`, see [[dependency]]. python_dependency py_installation.dependency(...) ``` +*since 0.53.0* + This method accepts no positional arguments, and the same keyword arguments as the standard [[dependency]] function. It also supports the following keyword argument: diff --git a/docs/markdown/_include_qt_base.md b/docs/markdown/_include_qt_base.md index 0ecd63a0b..e0d48697b 100644 --- a/docs/markdown/_include_qt_base.md +++ b/docs/markdown/_include_qt_base.md @@ -106,6 +106,8 @@ build target. ## has_tools +*since 0.54.0* + This method returns `true` if all tools used by this module are found, `false` otherwise. @@ -124,8 +126,6 @@ This method takes the following keyword arguments: missing Meson will abort. - `method` string: method used to find the Qt dependency (`auto` by default). -*Since: 0.54.0* - ## Dependencies See [Qt dependencies](Dependencies.md#qt4-qt5) -- cgit v1.2.3