summaryrefslogtreecommitdiffstats
path: root/rtemsspec/sphinxcontent.py
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-09-30 14:47:06 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-10-08 08:47:33 +0200
commitfcc887ef7a41c700252f7d27317e822308f78ec3 (patch)
tree2ba7ad2e278a426b17cc55f34590e26ec5295582 /rtemsspec/sphinxcontent.py
parentspec: Review Partition Manager (diff)
downloadrtems-central-fcc887ef7a41c700252f7d27317e822308f78ec3.tar.bz2
interfacedoc: Various improvements
Diffstat (limited to 'rtemsspec/sphinxcontent.py')
-rw-r--r--rtemsspec/sphinxcontent.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/rtemsspec/sphinxcontent.py b/rtemsspec/sphinxcontent.py
index f9bafa7f..b303d92e 100644
--- a/rtemsspec/sphinxcontent.py
+++ b/rtemsspec/sphinxcontent.py
@@ -265,6 +265,8 @@ class SphinxMapper(ItemMapper):
_get_appl_config_option)
self.add_get_value("interface/define:/name", _get_value_sphinx_macro)
self.add_get_value("interface/enum:/name", _get_value_sphinx_type)
+ self.add_get_value("interface/enumerator:/name",
+ _get_value_sphinx_macro)
self.add_get_value("interface/function:/name",
_get_value_sphinx_function)
self.add_get_value("interface/macro:/name", _get_value_sphinx_function)