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

30 lines
856 B
Text
Raw Permalink Normal View History

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