Changeset fa46b668 in rtems-central for rtemsqual/glossary.py
- Timestamp:
- May 6, 2020, 9:40:24 AM (10 months ago)
- Branches:
- master
- Children:
- a5f3cc1
- Parents:
- 6772014
- git-author:
- Sebastian Huber <sebastian.huber@…> (05/06/20 09:40:24)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (05/28/20 08:37:29)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rtemsqual/glossary.py
r6772014 rfa46b668 60 60 key=lambda x: x["glossary-term"].lower()): 61 61 text = macro_to_sphinx.substitute(item["text"].strip()) 62 item.register_license_and_copyrights(content)62 content.register_license_and_copyrights_of_item(item) 63 63 with content.indent(): 64 64 content.add_definition_item(item["glossary-term"], text)
Note: See TracChangeset
for help on using the changeset viewer.