summaryrefslogtreecommitdiffstats
path: root/rtemsspec/content.py (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-18content: Do not add gaps after blank linesSebastian Huber1-0/+2
2020-09-18content: Fix code coverage issuesSebastian Huber1-1/+1
2020-09-18content: Add Content.ensure_blank_line()Sebastian Huber1-0/+5
2020-09-11content: Split long @defgroup linesSebastian Huber1-1/+4
2020-08-19content: Add add_automatically_generated_warning()Sebastian Huber1-0/+14
2020-08-19content: Add to_camel_case()Sebastian Huber1-0/+11
2020-08-19content: Strip function parametersSebastian Huber1-1/+4
2020-08-07content: Add Content.comment_block()Sebastian Huber1-7/+17
2020-08-06content: Improve CContent.doxyfy()Sebastian Huber1-0/+3
2020-07-15Rename "rtemsqual" in "rtemsspec"Sebastian Huber1-1/+1
2020-07-07content: Move get value handlers for DoxygenSebastian Huber1-1/+16
2020-07-07content: Add CContent.add_paragraph()Sebastian Huber1-0/+14
2020-07-07content: Add CContent.doxyfy()Sebastian Huber1-17/+59
2020-07-07content: Rename add_spdx_license_identifier()Sebastian Huber1-1/+1
2020-07-07content: Add prepend_copyrights_and_licenses()Sebastian Huber1-0/+12
2020-07-03content: Simplify _split_includes()Sebastian Huber1-3/+2
2020-07-03content: Improve header guard mappingsSebastian Huber1-1/+4
2020-07-03content: Align function parametersSebastian Huber1-5/+38
2020-07-03content: Support wrapping of special blocksSebastian Huber1-23/+20
2020-07-03content: Fix CContent.close_for_loop()Sebastian Huber1-0/+1
2020-07-03content: Add CContent.add_param_description()Sebastian Huber1-0/+16
2020-07-03content: Add condition methods to CContentSebastian Huber1-0/+42
2020-07-03content: Add CContent.call_function()Sebastian Huber1-0/+27
2020-07-03content: Add CContent().function()Sebastian Huber1-0/+58
2020-07-03content: Add CContent.add_to_group()Sebastian Huber1-0/+16
2020-06-08content: Add CContent.add_description_block()Sebastian Huber1-1/+10
2020-06-08content: Add CContent.for_loop()Sebastian Huber1-0/+23
2020-06-08Use iterator for dict value iterationsSebastian Huber1-2/+2
2020-06-08Use enumerate()Sebastian Huber1-7/+3
2020-05-28sphinxcontent: Move Sphinx content to new moduleSebastian Huber1-175/+6
2020-05-28content: Add and use Content.paste_and_add()Sebastian Huber1-0/+19
2020-05-28Rename glossary attributesSebastian Huber1-1/+1
2020-05-28content: Fix special characters in section labelsSebastian Huber1-4/+4
2020-05-28content: Change SphinxContent.add_list()Sebastian Huber1-6/+13
2020-05-28Change format of enabled-by attributeSebastian Huber1-4/+15
2020-05-28content: Fix SphinxContent.directive() gapsSebastian Huber1-0/+1
2020-05-28content: Fix type annotationSebastian Huber1-1/+2
2020-05-28content: Support section label prefixesSebastian Huber1-8/+14
2020-05-28content: Add SphinxContent.add_list()Sebastian Huber1-0/+8
2020-05-28content: Add list methods to SphinxContentSebastian Huber1-0/+23
2020-05-28content: Add Content.paste()Sebastian Huber1-0/+39
2020-05-28content: Add content directly with Content.wrap()Sebastian Huber1-21/+51
2020-05-28content: Strip content before it is wrappedSebastian Huber1-1/+1
2020-05-28content: Move wrap() to ContentSebastian Huber1-17/+17
2020-05-28content: Add SphinxContext.get_reference()Sebastian Huber1-0/+7
2020-05-28content: Add SphinxContent.section()Sebastian Huber1-2/+19
2020-05-28content: Add SphinxContent.get_section_label()Sebastian Huber1-1/+6
2020-05-28content: Support multi-block text wrapSebastian Huber1-3/+9
2020-05-28content: Change wrap continuationSebastian Huber1-1/+1
2020-05-28Sphinx content tweaksSebastian Huber1-15/+14