rougail-output-doc/tests/results/test_namespace/00_7help_sup.json

66 lines
1.5 KiB
JSON
Raw Normal View History

{
"rougail": {
"type": "namespace",
"informations": {
2025-10-14 12:58:39 +02:00
"path": "rougail",
"names": [
"rougail"
],
"description": "Rougail",
2025-11-29 22:21:06 +01:00
"properties": [],
"mode": "basic"
},
"children": {
"var1": {
"type": "variable",
2025-11-29 22:21:06 +01:00
"variable_type": "string",
2025-10-14 12:58:39 +02:00
"path": "rougail.var1",
"names": [
"var1"
],
2025-10-14 12:58:39 +02:00
"description": "The first <variable>.",
"help": [
"Multi line\n\n<Help>\n\nWith useful information."
],
2025-11-29 22:21:06 +01:00
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "basic",
"gen_examples": [
"example"
],
"mandatory_without_value": true
},
"var2": {
"type": "variable",
2025-11-29 22:21:06 +01:00
"variable_type": "string",
2025-10-14 12:58:39 +02:00
"path": "rougail.var2",
"names": [
"var2"
],
2025-10-14 12:58:39 +02:00
"description": "The second <variable>.",
"help": [
"Multi line\n<Help>\nWith useful information."
],
2025-11-29 22:21:06 +01:00
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "basic",
"gen_examples": [
"example"
],
"mandatory_without_value": true
}
}
}
}