rougail-output-doc/tests/docs/no_namespace/16_5redefine_help.adoc

47 lines
1 KiB
Text
Raw Normal View History

2024-07-10 21:27:48 +02:00
== dictionaries/rougail/01-base.yml
[,yaml]
----
---
2024-07-10 21:27:48 +02:00
version: '1.1'
family:
redefine: true
help: redefine help family ok
variable:
redefine: true
help: redefine help ok
----
== dictionaries/rougail/00-base.yml
[,yaml]
----
---
2024-07-10 21:27:48 +02:00
version: '1.1'
family:
description: a family
help: redefine help family
variable:
description: redefine help
help: redefine help
----
== Variables
=== a family
`basic`
Redefine help family ok.
[cols="1a,1a"]
2024-07-10 21:27:48 +02:00
|====
| Variable | Description
2024-07-10 21:27:48 +02:00
|
**family.variable** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
2024-07-10 21:27:48 +02:00
Redefine help. +
Redefine help ok.
2024-07-10 21:27:48 +02:00
|====