summaryrefslogtreecommitdiffstats
path: root/rtemsspec/specdoc.py
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsspec/specdoc.py')
-rw-r--r--rtemsspec/specdoc.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/rtemsspec/specdoc.py b/rtemsspec/specdoc.py
index 48e00f9a..b2dab6e7 100644
--- a/rtemsspec/specdoc.py
+++ b/rtemsspec/specdoc.py
@@ -35,6 +35,7 @@ from rtemsspec.specverify import NAME
_DocumenterMap = Dict[str, "_Documenter"]
_PRIMITIVE_TYPES = {
+ "any": "The attribute value may have any type.",
"bool": "{} {} be a boolean.",
"float": "{} {} be a floating-point number.",
"int": "{} {} be an integer number.",