summaryrefslogtreecommitdiffstats
path: root/rtemsspec/interfacedoc.py
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-10-11 14:05:54 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-10-11 14:54:01 +0200
commit290cf84c76bc203267065009c45335e32466e970 (patch)
tree74bec37a5b00a89b643190e6916d66876d1dad3e /rtemsspec/interfacedoc.py
parentspec: Rename event items (diff)
downloadrtems-central-290cf84c76bc203267065009c45335e32466e970.tar.bz2
spec: Rename documentation in placement order
Diffstat (limited to 'rtemsspec/interfacedoc.py')
-rw-r--r--rtemsspec/interfacedoc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtemsspec/interfacedoc.py b/rtemsspec/interfacedoc.py
index a2b548fc..ed6a7e35 100644
--- a/rtemsspec/interfacedoc.py
+++ b/rtemsspec/interfacedoc.py
@@ -233,6 +233,6 @@ def generate(config: list, item_cache: ItemCache) -> None:
if child["interface-type"] == "function":
items.append(child)
items.sort(key=functools.partial(
- _directive_key, list(group.parents("documentation-order"))))
+ _directive_key, list(group.parents("placement-order"))))
_generate_introduction(doc_config["introduction-target"], group, items)
_generate_directives(doc_config["directives-target"], group, items)