Skip to content

Commit 4814a39

Browse files
committed
docs: deprecated options with no descriptions hidden from listing
1 parent ae9ceaa commit 4814a39

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/markdown/Build-options.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,9 @@ option('o7', type: 'feature', value: 'enabled', deprecated: {'true': 'enabled',
164164
option('o8', type: 'string', value: '', deprecated: 'python.platlibdir')
165165
```
166166

167+
Since *1.0.0* fully deprecated (`deprecated: true`) and superceded (`deprecated: 'newopt'`) options
168+
will not be listed in the `meson configure` output if they have no descriptions.
169+
167170
## Using build options
168171

169172
```meson

0 commit comments

Comments
 (0)