diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2021-10-04 22:19:07 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-04 22:19:07 +0300 |
| commit | 2d65472c725f18b343aee00bf91b9ac98c08b95f (patch) | |
| tree | 530a0d6ffee4ee96e875302cbeba660c93056d41 /docs/yaml/objects/module.yaml | |
| parent | 75dd9fb67f793c687fa45744f3b276e35c87ca09 (diff) | |
| parent | b672ebca886dd6dc9b0f775eb769764750fd302c (diff) | |
| download | meson-2d65472c725f18b343aee00bf91b9ac98c08b95f.tar.gz | |
Merge pull request #8960 from mensinda/yamlDoc
Reference Manual 2.0
Diffstat (limited to 'docs/yaml/objects/module.yaml')
| -rw-r--r-- | docs/yaml/objects/module.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/yaml/objects/module.yaml b/docs/yaml/objects/module.yaml new file mode 100644 index 000000000..cd98faa5e --- /dev/null +++ b/docs/yaml/objects/module.yaml @@ -0,0 +1,13 @@ +name: module +long_name: Imported module object +description: | + Base type for all modules. + + Modules provide their own specific implementation methods, but all modules + proivide the following methods: + +methods: +- name: found + returns: bool + since: 0.59.0 + description: Returns `true` if the module was successfully imported, otherwise `false`. |
